From adb76a3135c6f27c95a6f34283bd667a85183e1d Mon Sep 17 00:00:00 2001
From: EorlBruder <eorl@bruder.space>
Date: Fri, 4 Jun 2021 10:43:28 +0200
Subject: [PATCH] Updated README

Fixes #16
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index e7a9723..7505098 100644
--- a/README.md
+++ b/README.md
@@ -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>
 
-- 
GitLab