A tool to sync music with your favorite devices
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

*: document ffmpeg requirements

Gee Sawra 25a63d3f c3af4d11

+2 -2
+2 -2
README.md
··· 21 21 Ensure you have the following installed on your system: 22 22 23 23 - **Rust**: The Rust toolchain (cargo, rustc). 24 - - **FFmpeg**: Required at runtime for audio transcoding. 24 + - **FFmpeg**: Required at runtime for audio transcoding, minimum version 8 with `libfdk-aac` support. 25 25 - **libgpod**: Required for iPod support (`libgpod-dev` or equivalent package). 26 26 - **Clang**: Required for generating bindings to libgpod. 27 27 - **pkg-config**: Required for the build process to locate libraries. ··· 184 184 tunz clean --destination /path/to/destination 185 185 ``` 186 186 187 - This will search for and remove any tracks in the destination database that are marked as "copying" but never finished. 187 + This will search for and remove any tracks in the destination database that are marked as "copying" but never finished.