A command-line interface tool for managing media downloads using TMDB metadata.
- Search for movies and TV shows
- View detailed information about movies and shows
- Download movies and TV shows (individual episodes, seasons, or entire series)
- Optional MP4 conversion support (requires FFmpeg)
- Cross-platform support (Windows, macOS, Linux)
- C++17 compatible compiler
- CMake (3.15 or newer)
- libcurl
- nlohmann-json
- Sleepy API key (email api@sleepy.engineer with subject "Request API Key" and body of why you want said API Key)
- TMDB API key
- FFmpeg (for MP4 conversion)
- Install dependencies using Homebrew:
brew install cmake libcurl nlohmann-json ffmpeg
- Clone the repository:
git clone https://github.com/asleepynerd/yarrharr.git
- Build the project (or use provided files in releases)
cd yarrharr
mkdir build
cd build
cmake ..
make
- Run the program:
./yarrharr
- Install dependencies using apt:
sudo apt install cmake libcurl-dev nlohmann-json-dev ffmpeg
- Clone the repository:
git clone https://github.com/asleepynerd/yarrharr.git
- Build the project (or use provided files in releases)
cd yarrharr
mkdir build
cd build
cmake ..
make
- Run the program:
./yarrharr
./yarrharr config
-
Install prerequisites:
- Visual Studio with C++ development tools
- CMake
- vcpkg
-
Install dependencies using vcpkg:
.\vcpkg install curl:x64-windows
.\vcpkg install nlohmann-json:x64-windows
- Clone the repository:
git clone https://github.com/asleepynerd/yarrharr.git
- Build the project (You will not recieve any support for building on Windows, so you will need to build it yourself, issues are welcome on GitHub)
cd yarrharr
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake
make
- Run the program:
.\yarrharr.exe
The program will automatically create a config.json
file in the same directory as the executable. You can modify the settings in this file to customize the program's behavior. You will need to obtain an API key from The Movie Database (TMDB) to use the search and download features.
./yarrharr
This project is licensed under the AGPL-3.0 License. See the LICENSE file for details.