Skip to content
Snippets Groups Projects
Commit adb76a31 authored by EorlBruder's avatar EorlBruder
Browse files

Updated README

Fixes #16
parent d7d9bc10
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,9 @@ funkwhale tracks ls --filter "favorites=true" --ids --limit 0 | xargs funkwhale
# Download a track and pipe the output directly to VLC
funkwhale tracks download <track_id> | cvlc -
# Generate a playlist-file from a funkwhale playlist in a custom directory
funkwhale playlist tracks --ids <playlist_id> | funkwhale tracks generate-playlist -d ~/Music -t "{artist}/{album} ({year})/{title}.{extension}"
# Delete your library
funkwhale libraries rm <library_id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment