yomguy / DeeFuzzer

Light and instant media streaming client for web radios and TVs written in Python
https://github.com/yomguy/DeeFuzzer
GNU General Public License v3.0
141 stars 31 forks source link

Display album name #84

Open Metal-Mighty opened 7 years ago

Metal-Mighty commented 7 years ago

Hi

I am currently setting up a new webradio on my website and I would like my listeners to have the album title displayed on the Icecast status page or on their media player. I am streaming game soundtracks so having the album title is pretty much mandatory since soundtrack track titles aren't always very explicit as to which game they come from.

Is this possible using DeeFuzzer?

yomguy commented 7 years ago

Hi, It's not possible yet - and icecast doesn't have the field - but should be easy to setup adding the album name to the song title through this method: https://github.com/yomguy/DeeFuzzer/blob/master/deefuzzer/station.py#L673