[RELEASE] rtmpGUI plugin

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
TheMonkeyKing Offline
Junior Member
Posts: 35
Joined: Mar 2012
Reputation: 0
Post: #281
I too am running into many dead links. I have been trying to create my own XML files but I do not know how to add them. In the modified default.py code I have:
Code:
BASE = [
'http://xbmc.jonakcomputers.com/list.xml',
#'http://localhost/links.xml',
#'file:///home/yourname/list.xml',
]

If I want to use the Windows 7 location of the XBMC addon folders (C:\Users\House\AppData\Roaming\XBMC\addons\plugin.video.rtmpGUI) how to I point to say, extended_list.xml? (C:\Users\House\AppData\Roaming\XBMC\addons\plugin.video.rtmpGUI\extended_list.x​ml)
find quote
adioukrou Offline
Senior Member
Posts: 176
Joined: Jul 2011
Reputation: 0
Post: #282
(2012-04-29 09:43)sattekop Wrote:  The plus version and also superTV now have a new version. -20 and .6

Not have time yet to check if this means that also the channels work fully, but at least great that the script problem is solved!! Thanks.
Where are the new version for both?Huh
find quote
EngineersFirst Offline
Junior Member
Posts: 11
Joined: Apr 2012
Reputation: 0
Post: #283
http://supercloudtv.com/

In the bottom of the download page there's a link to rtmpGUI+.
(This post was last modified: 2012-04-29 16:31 by EngineersFirst.)
find quote
monrealli Offline
Junior Member
Posts: 13
Joined: Mar 2012
Reputation: 0
Post: #284
(2012-04-29 16:30)EngineersFirst Wrote:  http://supercloudtv.com/

In the bottom of the download page there's a link to rtmpGUI+.

I installed from there, but when i play french channells like M6 it plays publicty for HD ip tv then closes.
find quote
adioukrou Offline
Senior Member
Posts: 176
Joined: Jul 2011
Reputation: 0
Post: #285
(2012-04-29 20:21)monrealli Wrote:  
(2012-04-29 16:30)EngineersFirst Wrote:  http://supercloudtv.com/

In the bottom of the download page there's a link to rtmpGUI+.

I installed from there, but when i play french channells like M6 it plays publicty for HD ip tv then closes.
Same issues too.Sad
find quote
fotoapparat Offline
Junior Member
Posts: 1
Joined: Apr 2012
Reputation: 0
Post: #286
How many channels are you getting in the US to work? I only get HGTV, is this everyones status?
find quote
h04n9 Offline
Junior Member
Posts: 4
Joined: Apr 2012
Reputation: 0
Post: #287
All hd channels are down except hgtv. As most are from tvsector and the site is down
find quote
micha47259 Offline
Junior Member
Posts: 7
Joined: Apr 2012
Reputation: 0
Post: #288
I allways get a Script error when i choose a Language. Where is the Problem ?
find quote
ncube2 Offline
Junior Member
Posts: 48
Joined: Apr 2012
Reputation: 0
Post: #289
Keep geting script error when i go into Channel list.. have updated the dll file as mentioned in one of the posts.. But still get the script error.. here's wht i see in the logs. Can someone help me fix this......

6:37:57 T:7488 NOTICE: -->Python Interpreter Initialized<--
16:38:00 T:7568 NOTICE: -->Python Interpreter Initialized<--
16:38:00 T:7568 ERROR: Error Type: <class 'urllib2.HTTPError'>
16:38:00 T:7568 ERROR: Error Contents: HTTP Error 404: Not Found
16:38:00 T:7568 ERROR: Traceback (most recent call last):
File "C:\Documents and Settings\Administrator\Application Data\XBMC\addons\plugin.video.rtmpGUIplus\default.py", line 24, in <module>
if __name__ == "__main__": from resources.lib.main import main;main(BASE)
File "C:\Documents and Settings\Administrator\Application Data\XBMC\addons\plugin.video.rtmpGUIplus\resources\lib\main.py", line 256, in main
listLanguages(BASE,parms['src'])
File "C:\Documents and Settings\Administrator\Application Data\XBMC\addons\plugin.video.rtmpGUIplus\resources\lib\main.py", line 143, in listLanguages
xml=getURL(BASE[int(src)][0],None)
File "C:\Documents and Settings\Administrator\Application Data\XBMC\addons\plugin.video.rtmpGUIplus\resources\lib\epg.py", line 98, in getURL
usock=opener.open(url,post)
File "C:\Program Files\XBMC\system\python\Lib\urllib2.py", line 397, in open
response = meth(req, response)
File "C:\Program Files\XBMC\system\python\Lib\urllib2.py", line 510, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Program Files\XBMC\system\python\Lib\urllib2.py", line 435, in error
return self._call_chain(*args)
File "C:\Program Files\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
result = func(*args)
File "C:\Program Files\XBMC\system\python\Lib\urllib2.py", line 518, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
16:38:00 T:3440 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.rtmpGUIplus/?src=6&lang=
16:38:00 T:3440 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.rtmpGUIplus/?src=6&lang=) failed
find quote
fyvve Offline
Junior Member
Posts: 12
Joined: Apr 2011
Reputation: 0
Post: #290
This plugin may be broken right now. It was working for me yesterday but today if fails as soon as I choose the languange/region.
find quote
Post Reply