cc_rider
Major Contributor
- Joined
- Oct 20, 2022
- Messages
- 1,081
@WiiM Team, Jazz Groove does supply the title and artist in the Icy metadata now, so should be pretty simple to extract it and display for IceCast streams in general.
For example:
>python3 icylister2.py http://streams.radiomast.io/4482dfb3-d502-42ef-8184-fc56b0f3ed44?token=(xxxxxx) json
{"StreamTitle": "Brother Jack McDuff - I Can't Get Started"}
For example:
>python3 icylister2.py http://streams.radiomast.io/4482dfb3-d502-42ef-8184-fc56b0f3ed44?token=(xxxxxx) json
{"StreamTitle": "Brother Jack McDuff - I Can't Get Started"}
GitHub - Loetkolben/IcyLister2: A small utility script that is able to fetch an Icecast MP3 stream and extract its metadata, printing it to stdout.
A small utility script that is able to fetch an Icecast MP3 stream and extract its metadata, printing it to stdout. - GitHub - Loetkolben/IcyLister2: A small utility script that is able to fetch an...
github.com