![]() |
|
[RELEASE] rtmpGUI plugin - 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] rtmpGUI plugin (/showthread.php?tid=120045) |
- PatrickBateman - 2012-02-02 15:08 BlueCop Wrote:macf1an and PatrickBateman I see Thanks for clearing that up.Ps while your here, just wanted to say cheers for the plugins and I hope you continue your work both here and over at xbmchub (if need be) as your contributions are nothing short of outstanding! ... And releasing some code and detatching your self from it does sound better than the alternative
- cooldfuzion - 2012-02-02 18:30 BlueCop Wrote:macf1an and PatrickBateman That would be excelente mate
- phish73 - 2012-02-17 10:24 can anyone explain to me how to add this add-on to xbmc on ipad2? is it even possible? thanks - Mighty_Diamond - 2012-02-18 01:10 Not sure about ipad. But if you have XBMC installed, then you would install the add-on the same way as everything else. Settings>addon>install etc - zakaria1984 - 2012-02-19 14:35 Hello ... BIG THANK for this a great application BUT I GET THIS PROBLEM --I edit the default.py of Rtmb But I did not understand HOW AND WHERE I have to change the place of XML Do any one could explain to me exactly how to do it?? thanxxxxxxxxxx - zakaria1984 - 2012-02-19 20:42 pleeeeeeeeeeeeeeeeez i get tired while i try ![]() --I edit the default.py of Rtmb But I did not understand HOW AND WHERE I have to change the place of XML Do any one could explain to me exactly how to do it?? thanxxxxxxxxxx - castalla - 2012-02-19 20:49 Just open the file = at the very top are the lines you need to edit: Quote:#!/usr/bin/env python Just add the line BASE='YOUR xml address' Comment out what is already there. It only works for a web address (I think) - zakaria1984 - 2012-02-19 21:29 Thak you my friend ... I will try this - zakaria1984 - 2012-02-19 21:57 castalla Wrote:Just open the file = at the very top are the lines you need to edit: BROTHER ... ----I have to delete ALL the BASE lines and add BASE = 'file:///D:/xml/list.xml' ((my xml addres )) ----or i have to delete BASE = 'http://apps.ohlulz.com/rtmpgui/list.xml' and replace it with BASE ='http://apps.ohlulz.com/rtmpgui/list.xml' BASE = 'file:///D:/xml/list.xml' ----OR I have to add like this BASE = 'http://xbmc.jonakcomputers.com/list.xml' #BASE = 'http://apps.ohlulz.com/rtmpgui/list.xml' BASE = 'file:///D:/xml/list.xml' soooooooooooooory for bothering you ...i confused ![]() thank you for all
- castalla - 2012-02-19 22:11 You can simply comment out using # in front of any line with BASE= eg. CHANGE ... BASE = 'http://apps.ohlulz.com/rtmpgui/list.xml' TO .... #BASE = 'http://apps.ohlulz.com/rtmpgui/list.xml' Then simply add your line BASE = 'file:///D:/xml/list.xml' I don't know what you already have in the file! You can get back to the original by re-editing out the hash sign, if it doesn't work/ As I said, I don't know if it works for non hhtp:// links. Don't forget to save the file! |