2016-10-29, 06:16
Hi,
A little while ago I started listening to a couple of internet radio stations on the web, but I wanted to have a nice way of playing them in Kodi. They weren't available in any existing (working) addons, and I wanted a better experience than what's available with .strm files.
I sat down with the intention of creating a simple addon with a couple of artwork files rolled into it, however, after being encouraged by my girlfriend, I ended up attempting to make the user experience as similar as possible to Kodi's local music player, with track information and album art. It wasn't straightforward - it turned out I was trying to do something that the addon API really isn't designed for - but after some discussion on the forum and a lot of trial and error, I've arrived at something that I'm sufficiently happy with to release into the wild.
Features:
Displaying track information in the OSD requires skin support in the addon. Currently this is only available Xperience1080, but I'll probably add support for Estuary once Kodi 17 is released. Other skins may be supported if demand is there, and pull requests are also welcome. Unsupported skins will still work, just with a degraded user experience.
If you're interested please download the latest release .zip file from my GitHub repository. I've included Buddha Radio as an example station, so you can try it without having to configure your own streams. The readme on GitHub also has information about how to set everything up.
If you have problems please let me know here or start an issue on GitHub. I've tested with Kodi 16.1 and 17.0-Beta5 on Windows 7 and Ubuntu.
Cheers,
Jon
Download here
A little while ago I started listening to a couple of internet radio stations on the web, but I wanted to have a nice way of playing them in Kodi. They weren't available in any existing (working) addons, and I wanted a better experience than what's available with .strm files.
I sat down with the intention of creating a simple addon with a couple of artwork files rolled into it, however, after being encouraged by my girlfriend, I ended up attempting to make the user experience as similar as possible to Kodi's local music player, with track information and album art. It wasn't straightforward - it turned out I was trying to do something that the addon API really isn't designed for - but after some discussion on the forum and a lot of trial and error, I've arrived at something that I'm sufficiently happy with to release into the wild.
Features:
- Custom radio streams
- Specify the station's name, tag line and artwork for display in Kodi's GUI
- Multiple bitrates supported with an option to set the maximum
- Now playing track information displayed in OSD (only Xperience1080 at this time)
Displaying track information in the OSD requires skin support in the addon. Currently this is only available Xperience1080, but I'll probably add support for Estuary once Kodi 17 is released. Other skins may be supported if demand is there, and pull requests are also welcome. Unsupported skins will still work, just with a degraded user experience.
If you're interested please download the latest release .zip file from my GitHub repository. I've included Buddha Radio as an example station, so you can try it without having to configure your own streams. The readme on GitHub also has information about how to set everything up.
If you have problems please let me know here or start an issue on GitHub. I've tested with Kodi 16.1 and 17.0-Beta5 on Windows 7 and Ubuntu.
Cheers,
Jon
Download here