moar updates to rinsefm

This commit is contained in:
Oli Passey
2017-12-03 20:15:48 +00:00
parent 7e22f7b171
commit 1e51a8eaee
7 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import xbmcplugin
addon_handle = int(sys.argv[1])
xbmcplugin.setContent(addon_handle, 'movies')
xbmcplugin.setContent(addon_handle, 'audio')
url = 'http://streamer.dgen.net:8000/rinseradio.m3u'
li = xbmcgui.ListItem('Rinse.FM', iconImage='http://in-reach.co.uk/wp-content/uploads/2014/02/rinse-fm-logo-620x400.png', thumbnailImage='http://in-reach.co.uk/wp-content/uploads/2014/02/rinse-fm-logo-620x400.png')

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.rinsefm" name="Rinse.FM" version="0.3" provider-name="DoubleT">
<addon id="plugin.audio.rinsefm" name="Rinse.FM" version="0.4" provider-name="DoubleT">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>