No description
- Shell 100%
| getmixcloud.sh | ||
| getsoundcloud.sh | ||
| getyoutube.sh | ||
| logo.png | ||
| playlist | ||
| playlist.json | ||
| README.md | ||
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.
