2016-09-02, 15:49
In our house we listen to a lot of streaming radio via Kodi. It's always bugged me that skins can't show artist and track information separately because it's all fed to kodi as a track title.
I wrote this to attempt to address that. I'm putting it on here because I can't be the only one who's OCD is disturbed by this and I figured someone else might be interested enough to try it out.
It can turn this, where all the info is on one line and there is no station name
into this, where artist and track are on separate lines and the name of the station appears next to the genre
which I think is much better.
It also supports artist logos from your music library and can turn this
into this
It can also look up artist logos online which it caches for future re-use, turning this
into this
All screenshots are from Angelinas mod of MarcusQui's Aeon MQ6 which is providing the cd-art via the skin helper service.
Full instructions on how to set up the script, trigger it in the MusicVisualisation screen etc are in the readme.
You can download the zip from https://github.com/the-black-eagle/scrip...ing.helper
I have tested this on Linux and Win 10, Kodi 16.0 & 16.1 with Angelinas mod of Aeon MQ6 but the skin mods required will be the same for any other skin. Feedback, issues etc are welcome even if it's just to ask why I bothered in the first place
There are bound to be some bugs. Although I have tested this against various radio streams there are bound to be some with strange formats that I have missed. If this is the case, or you don't see a station, artist or track name when you think you should, stick kodi in debug, grab a debug log (wiki) while the script is running (music vis is full screen) and post the lines starting with 'Streaming Radio Helper'
to pastebin or wherever and link it back to the thread and I'll try and help.
I wrote this to attempt to address that. I'm putting it on here because I can't be the only one who's OCD is disturbed by this and I figured someone else might be interested enough to try it out.
It can turn this, where all the info is on one line and there is no station name
into this, where artist and track are on separate lines and the name of the station appears next to the genre
which I think is much better.
It also supports artist logos from your music library and can turn this
into this
It can also look up artist logos online which it caches for future re-use, turning this
into this
All screenshots are from Angelinas mod of MarcusQui's Aeon MQ6 which is providing the cd-art via the skin helper service.
Full instructions on how to set up the script, trigger it in the MusicVisualisation screen etc are in the readme.
You can download the zip from https://github.com/the-black-eagle/scrip...ing.helper
I have tested this on Linux and Win 10, Kodi 16.0 & 16.1 with Angelinas mod of Aeon MQ6 but the skin mods required will be the same for any other skin. Feedback, issues etc are welcome even if it's just to ask why I bothered in the first place
There are bound to be some bugs. Although I have tested this against various radio streams there are bound to be some with strange formats that I have missed. If this is the case, or you don't see a station, artist or track name when you think you should, stick kodi in debug, grab a debug log (wiki) while the script is running (music vis is full screen) and post the lines starting with 'Streaming Radio Helper'
to pastebin or wherever and link it back to the thread and I'll try and help.