XBMC Community Forum
[RELEASE] Rentadrone.tv - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] Rentadrone.tv (/showthread.php?tid=118563)

Pages: 1 2 3 4 5


[RELEASE] Rentadrone.tv - ztas - 2012-01-03 05:47

Add-on to play some of news channel @ rentadrone.tv,

Currently it plays
  • MSNBC
  • CNBC
  • CNN
  • CNN International
  • BBC World News
  • HLN

Update:
Created the repository and download it from here


- voltgaming - 2012-01-03 06:08

Nice work dude! Thanks alot! 5 star


- bobpeace - 2012-01-03 07:30

This is a great plugin. It is nice to have MSNBC and CNN live! Thanks for the work. This is repo material!


- kevlarsoul - 2012-02-11 16:38

This is a great plugin, I use it constantly. Well, "used" is more appropriate as this morning it stopped working for me.

Code:
09:26:19 T:2628 M:4294967295  NOTICE: -->Python Interpreter Initialized<--
09:26:19 T:2628 M:4294967295   ERROR: Error Type: exceptions.IndexError
09:26:19 T:2628 M:4294967295   ERROR: Error Contents: list index out of range
09:26:19 T:2628 M:4294967295   ERROR: Traceback (most recent call last):
                                              File "C:\Users\XXXX\AppData\Roaming\XBMC\addons\plugin.video.rentadrone\default.py", line 123, in ?
                                                STREAMS()
                                              File "C:\Users\XXXX\AppData\Roaming\XBMC\addons\plugin.video.rentadrone\default.py", line 21, in STREAMS
                                                match=re.compile('Home(.+?)About The Live News Rentadrone').findall(match[0])
                                            IndexError: list index out of range
09:26:19 T:2400 M:4294967295   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.rentadrone/
09:26:19 T:2400 M:4294967295   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.rentadrone/) failed
09:26:19 T:148 M:4294967295 WARNING: XFILE::CFactoryDirectory::Create - Unsupported protocol(script) in script://

Anyone have any ideas? My apologies if this is not the correct location for this post.


- bobpeace - 2012-02-11 18:36

Same problem here... script failed message! I love this add on! Here is my log file.

http://pastebin.com/JhY4ZBh1


Thanks for the help!


- newatv2user - 2012-02-12 07:00

http://www.mediafire.com/?32el57utguwtucy

Minor reg-ex and base address fix.


- bobpeace - 2012-02-12 08:15

Thanks for the default.py. Got it working again! Thanks for the quick fix!


- ztas - 2012-02-13 07:15

The site layout was updated. I updated the add-on, you can installed thru repository.


- ztas - 2012-02-13 07:16

kevlarsoul Wrote:This is a great plugin, I use it constantly. Well, "used" is more appropriate as this morning it stopped working for me.

Code:
09:26:19 T:2628 M:4294967295  NOTICE: -->Python Interpreter Initialized<--
09:26:19 T:2628 M:4294967295   ERROR: Error Type: exceptions.IndexError
09:26:19 T:2628 M:4294967295   ERROR: Error Contents: list index out of range
09:26:19 T:2628 M:4294967295   ERROR: Traceback (most recent call last):
                                              File "C:\Users\XXXX\AppData\Roaming\XBMC\addons\plugin.video.rentadrone\default.py", line 123, in ?
                                                STREAMS()
                                              File "C:\Users\XXXX\AppData\Roaming\XBMC\addons\plugin.video.rentadrone\default.py", line 21, in STREAMS
                                                match=re.compile('Home(.+?)About The Live News Rentadrone').findall(match[0])
                                            IndexError: list index out of range
09:26:19 T:2400 M:4294967295   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.rentadrone/
09:26:19 T:2400 M:4294967295   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.rentadrone/) failed
09:26:19 T:148 M:4294967295 WARNING: XFILE::CFactoryDirectory::Create - Unsupported protocol(script) in script://

Anyone have any ideas? My apologies if this is not the correct location for this post.

Layout was updated, install the repo and it will update the addon.


- ztas - 2012-02-13 07:17

bobpeace Wrote:Thanks for the default.py. Got it working again! Thanks for the quick fix!

Install the repo and it will update the addon.