No description
Find a file
2026-07-16 15:21:40 +02:00
getmixcloud.sh Add tracks to json playlist 2026-06-11 13:03:10 +02:00
getsoundcloud.sh Add tracks to json playlist 2026-06-11 13:03:10 +02:00
getyoutube.sh getyoutube.sh aktualisiert 2026-06-11 13:46:21 +02:00
logo.png add img 2026-06-11 13:33:29 +02:00
playlist Add DnB Gold Plus Premium Set 2026-07-16 15:20:03 +02:00
playlist.json fix typo 2026-07-16 15:21:40 +02:00
README.md README.md aktualisiert 2026-06-11 13:35:15 +02:00

yellow vinyl in front of a purple audio wave. Text at Bottom: ChaosMusic

Just a list of mixes played on CCC Events.

Play all tracks random directly with mpv:

mpv --shuffle $(curl -s "https://git.kasiandras-dreams.de/Kasiandra/ChaosMusic/raw/branch/master/playlist" | tr '\n' ' ') --no-video

There is also a JSON File with meta information like artist, title, event, release year and the platform where the track was uploaded.

You may use jq on your command line.
Example: If you want the links to all tracks by the artist tasmo just run this jq command and filter:

jq '.[]|select (.artist=="tasmo")|.url' playlist.json                                                                                                                                          ok  12:57:51
"https://hearthis.at/tasmo/01-tasmo-tasmo-35c3-uptime-bar/"
"https://hearthis.at/tasmo/rc3-tasmo-chill/"
"https://hearthis.at/tasmo/rc3-tasmo-maskenball/"
"https://hearthis.at/tasmo/rc3-tasmo-paradise/"
"https://hearthis.at/tasmo/deep-im-abchillgleis-rc3/"
"https://hearthis.at/tasmo/c-dance-pt2/"
"https://hearthis.at/tasmo/c-dance-pt1/"
"https://hearthis.at/tasmo/37c3/"
"https://hearthis.at/tasmo/tasmo-gpn24-love-is-in-the-bass/"

Also I add the 3 shell scripts which I used to iterate through the playlist and get the meta information. For YouTube you need yt-dlp/youtube-dl.