diff --git a/README.md b/README.md
index e7a97233c52828d7ab32ff12f5ea01b9a91119ec..75050983f90d9f1eeeda346da719222bed854a1d 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>