Kodi Community Forum
How to create an addon for a radio station - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148)
+---- Thread: How to create an addon for a radio station (/showthread.php?tid=251892)



How to create an addon for a radio station - pathfinder808 - 2015-12-13

HI Everyone,

I have scrolled through the forums and I was wondering is it possible to create an add on for just one radio station 'Sonic Stream', with the stream addy http://cloudrad.io/sonicstream/listen.pls

Could someone point me in the right direction to ask a developer to create this addon.



thanks


RE: How to create an addon for a radio station - spoyser - 2015-12-13

Just create a text file with the extension .strm with the URL in it, then put the file somewhere that you can browse to it in Kodi.

http://kodi.wiki/view/Internet_video_and_audio_streams

Or (gratuitous plug alert)
Using my Super Favourites addon (under programs in official repo)

Start up Super Favourites.
Open context menu
Select Create New Manual Entry
Give it a name
Select PlayMedia type
Type in the URL
Job done
(you can then add the item back to Kodi favourites if you want)


RE: How to create an addon for a radio station - pathfinder808 - 2015-12-13

HI Spoyser,

Thanks that works Smile

I would really like if an addon could be developed so that other users can use it too.


RE: How to create an addon for a radio station - spoyser - 2015-12-13

(2015-12-13, 15:48)pathfinder808 Wrote: HI Spoyser,

Thanks that works Smile

I would really like if an addon could be developed so that other users can use it too.

Give me 5 minutes

Here you go, it is extremely basic but it does the job. It doesn't really justify being an addon, but since you asked...

https://dl.dropboxusercontent.com/u/115581744/XBMC/plugin.audio.sonicstream-1.0.0.zip

If anyone fancies making some artwork I'll happily add it.

Do you know of any other station hosted there, it might be worth making a more generic cloudrad.io addon


RE: How to create an addon for a radio station - pathfinder808 - 2015-12-13

Thanks Spoyser Smile

What dimensions for the artwork?


RE: How to create an addon for a radio station - spoyser - 2015-12-13

(2015-12-13, 16:38)pathfinder808 Wrote: Thanks Spoyser Smile

What dimensions for the artwork?

256x256 for Icon
1280x720 for Fanart


RE: How to create an addon for a radio station - pathfinder808 - 2015-12-13

How can I get this to you?


How to create an addon for a radio station - spoyser - 2015-12-13

(2015-12-13, 17:13)pathfinder808 Wrote: How can I get this to you?

I got your email thanks. Will get it sorted for you.


RE: How to create an addon for a radio station - pathfinder808 - 2015-12-13

Thank you Smile

Much appreciated


RE: How to create an addon for a radio station - spoyser - 2015-12-13

Added artwork, also changed it to be a script rather than an addon (doesn't open an empty list when you select it), and updated the description in addon.xml

https://dl.dropboxusercontent.com/u/115581744/XBMC/plugin.audio.sonicstream-1.0.1.zip

Might be worth submitting it to the official kodi repo


RE: How to create an addon for a radio station - pathfinder808 - 2015-12-14

thanks much appreciated will do Smile