From 5c5b0e2e2abcdcf04faa12d50bca51b709a85b33 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 23 May 2019 18:34:49 +0200
Subject: [PATCH] Fixed piping instructions
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 70353d0..7cd89c8 100644
--- a/README.md
+++ b/README.md
@@ -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
# 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
funkwhale libraries rm <library_id>
--
GitLab