Skip to content
Snippets Groups Projects
Verified Commit 5c5b0e2e authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed piping instructions

parent 298f7144
Branches
Tags
No related merge requests found
Pipeline #4202 passed
...@@ -52,7 +52,7 @@ funkwhale tracks download -d ~/Music -t "{artist}/{album} ({year})/{title}.{exte ...@@ -52,7 +52,7 @@ funkwhale tracks download -d ~/Music -t "{artist}/{album} ({year})/{title}.{exte
funkwhale tracks ls jekk --ids --limit 0 | xargs funkwhale tracks download -f ogg -d ~/Music funkwhale tracks ls jekk --ids --limit 0 | xargs funkwhale tracks download -f ogg -d ~/Music
# Download a track and pipe the output directly to VLC # Download a track and pipe the output directly to VLC
funkwhale tracks download <track_id> | vlc funkwhale tracks download <track_id> | cvlc -
# Delete your library # Delete your library
funkwhale libraries rm <library_id> 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