• 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 22
[RELEASE] rtmpGUI plugin
you are still posting the tvsector scraper to xbmchub right?
ATV2 4.3 8F455 Seas0npassed / XBMC 11
Samsung HT-P70 5.1 / Samsung WS-32Z419P
Reply
I could add a setting for the url of the xml to load. It is then up to the user what they add. I think this would comply with the rules.

macf1an: I wasn't planning on it. I don't want to support people using it.
Reply
..that's a pure waste of awesomeness :\ Sharing it is one, supporting is another.. you can separate yourself from it afterwards..or just donate the code to someone over at the Hub ..but you know best.

at least consider posting you findings
ATV2 4.3 8F455 Seas0npassed / XBMC 11
Samsung HT-P70 5.1 / Samsung WS-32Z419P
Reply
BlueCop Wrote:I could add a setting for the url of the xml to load. It is then up to the user what they add. I think this would comply with the rules.

macf1an: I wasn't planning on it. I don't want to support people using it.

@BlueCop if you could alteast modify the script to take a local xml file that would be great. I can write my own streams if possible and test it out. Currently i do not have the option of hosting my own xml.

thanks in advance
Intel® Quad Core i5 Sandybridge @3.40GHz | ASRock Z775 Mobo 8GB DDR3 Ram | Logitech K400 Keyboard |
| Logitec Harmony 550 Remote| 46' Samsung LCD TV | Onkyo TX-S605 w/ Bose 5.1 Surround
Reply
BlueCop Wrote:I didn't name the thing. I posted the code in a request for a plugin thread.

but why do you ask that it be renamed?

This should all really be over at xbmchub. this breaks forum fules.
The format of the XML is part of the whole rtmpGUI system, its what the windows version uses.
Reply
BlueCop Wrote:macf1an and PatrickBateman

I think it is a clear violation. It isn't letting your add your own content. It gives you direct access to a list of many pirated video streams. It isn't like it is letting your add your own like LiveStreams. that is the difference.




that is my whole point. This violates the rules.

Live Streams does not because you add your own. I was offering to write a program to convert formats for people but none seem interested.

I wrote this to help someone out. I should have just wrote something to convert to livestreams format to begin with.

I see Smile 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 Big Grin
Reply
BlueCop Wrote:macf1an and PatrickBateman

I think it is a clear violation. It isn't letting your add your own content. It gives you direct access to a list of many pirated video streams. It isn't like it is letting your add your own like LiveStreams. that is the difference.




that is my whole point. This violates the rules.

Live Streams does not because you add your own. I was offering to write a program to convert formats for people but none seem interested.

I wrote this to help someone out. I should have just wrote something to convert to livestreams format to begin with.

That would be excelente mate Smile
Reply
can anyone explain to me how to add this add-on to xbmc on ipad2?
is it even possible?
thanks
Reply
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
Reply
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
Reply
pleeeeeeeeeeeeeeeeez
i get tired while i tryHuh
--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
Reply
Just open the file = at the very top are the lines you need to edit:

Quote:#!/usr/bin/env python
# -*- coding: utf-8 -*-
import urllib, urllib2, cookielib
import string, os, re, time, datetime, sys

import xbmc, xbmcgui, xbmcplugin, xbmcaddon

from xml.etree import ElementTree

BASE = 'http://xbmc.jonakcomputers.com/list.xml'

#BASE = 'http://apps.ohlulz.com/rtmpgui/list.xml'

Just add the line BASE='YOUR xml address'

Comment out what is already there.

It only works for a web address (I think)
Reply
Thak you my friend ...
I will try this
Reply
Question 
castalla Wrote:Just open the file = at the very top are the lines you need to edit:



Just add the line BASE='YOUR xml address'

Comment out what is already there.

It only works for a web address (I think)

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 confusedHuh
thank you for allRolleyes
Reply
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!
Reply
  • 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 22

Logout Mark Read Team Forum Stats Members Help
[RELEASE] rtmpGUI plugin2