chen870647924 / xot-uzg

Automatically exported from code.google.com/p/xot-uzg
0 stars 0 forks source link

ADD rtl channel with Robinson and Rocknation #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In my family there are Robinson and Rocknation fans. You have placed a 
extension in the Menu for GTST. May be you can extend Robinson 
(http://www.rtl.nl/system/video/menu/reality/expeditierobinson/videomenu.xm
l) and Rocknation 
(http://www.rtl.nl/system/video/menu/reality/rocknation/videomenu.xml)on 
the same way

Original issue reported on code.google.com by pgjm.wou...@gmail.com on 22 Sep 2008 at 2:26

GoogleCodeExporter commented 9 years ago
I started on the RTL channel. However, the Rock Nation goes to a myspace site 
and is
thus less accessible for XOT. Robinson I will have to check.

Original comment by basrie...@gmail.com on 24 Sep 2008 at 6:40

GoogleCodeExporter commented 9 years ago
Here the source after GTST 

       gtstItem = common.clistItem('Expeditie 
Robinson', 
'http://www.rtl.nl/system/video/menu/reality/expeditierobinson/videomenu.x
ml', 'folder')
        gtstItem.icon = self.folderIcon
        gtstItem.thumb = self.noImage
        if items.count(gtstItem) == 0:
            items.append(gtstItem)

        gtstItem = common.clistItem
('RockNations', 
'http://www.rtl.nl/system/video/menu/reality/rocknation/videomenu.xml
', 'folder')
        gtstItem.icon = self.folderIcon
        gtstItem.thumb = self.noImage
        if items.count(gtstItem) == 0:
            items.append(gtstItem)

Original comment by pgjm.wou...@gmail.com on 25 Sep 2008 at 5:11

GoogleCodeExporter commented 9 years ago
added them. You can download the new channel from the auto update.

Original comment by basrie...@gmail.com on 25 Sep 2008 at 8:06

GoogleCodeExporter commented 9 years ago
Changed status to Done

Original comment by basrie...@gmail.com on 24 Jun 2012 at 11:42