From 77216338f555e04d57c5cfd922dd90f23056937d Mon Sep 17 00:00:00 2001 From: "git@elektrollart.org" Date: Fri, 1 Jan 2021 10:15:33 +0100 Subject: [PATCH] update Readme how to play random songs with mpv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afe0fdc..39123b2 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ Just a list of mixes played on CCC Events. Play all tracks random directly with mpv: ``` -mpv --shuffle $(curl -s "https://git.elektrollart.org/Elektroll/ChaosMusic/raw/branch/master/playlist2" | tr '\n' ' ') --no-video +mpv --shuffle $(curl -s "https://git.elektrollart.org/Elektroll/ChaosMusic/raw/branch/master/playlist" | tr '\n' ' ') --no-video ```