ExtremeFeeds.py improvement
#16
thebitjockey. explain how please. i get the 2 extensions.but when i put the web http://www2.extremefeeds.com is required a user a pass. to watch the content
Reply
#17
Hey. I like the FullOnDvd script, but why does it keep buffering every 20 seconds? Is it the site, or the Xbox, or my settings, or something else? Can anyone shed some light on this?

TIA
Reply
#18
hgouveia Wrote:thebitjockey. explain how please. i get the 2 extensions.but when i put the web http://www2.extremefeeds.com is required a user a pass. to watch the content

Google "spoof extremefeeds" and you will find the answer. YOu need to know the right destination URL and the right REFERER URL. (there is one in the script).

WeirdH Wrote:Hey. I like the FullOnDvd script, but why does it keep buffering every 20 seconds? Is it the site, or the Xbox, or my settings, or something else? Can anyone shed some light on this?

TIA

Most likely the site. You could try to lower the quality. look for this line
Code:
SCENEIDSPATTERN = re.compile('<a href="index\.php\?page=stream&q=high&type=.*?&title=.*?&scene=(.*?)&session=.*?" class="sceneLink">.*?</a>')
and change the "high" to "low" ( think that works)
Reply
#19
thebitjockey Wrote:You could try to lower the quality. look for this line
Code:
SCENEIDSPATTERN = re.compile('<a href="index\.php\?page=stream&q=high&type=.*?&title=.*?&scene=(.*?)&session=.*?" class="sceneLink">.*?</a>')
and change the "high" to "low" ( think that works)

For me, when search/replacing all the 'high' values to low, gives me an allmost unplayable video wich stutters allot.
You should beter change it to 'mid', works much better then high and low.

And for a easy way to download the movies to your HD (of your pc), try this:
Past thiese lines directly under the 'xbmc.Player........' part located at the end of the script
Code:
lf = open(TBN + 'streamlink.txt', 'a')
        lf.write(MMSURLBASE+MMSURLS[0] + "\n")
        lf.close()

Save, close and start the script...
Now, start playing the moovie you want, and when iit starts to play, pause the movie (or not, doesn't matter, just don't stop it)
FTP now to you xbox and grab the streamlink.txt out of your fullondvd-scriptdir.
Now copy the link you'll see thee, and paste it in somethink like Flashget to download it, or IE to play it directly.
Now it's save to stop the movie on your xbox

have fun Big Grin
Reply
#20
I keep getting this error anyone else?
Reply
#21
Yah I tried running the script for the first time last night and I had the same problem
Reply
#22
It had worked. I don't know what happened. Might be an adjustment of the website?
Reply
#23
I fixed the problem by changing the referer in the script.
I used: http://www.extremefeeds.com/player/?ext=p-ma&volume=
Reply
#24
PsychoTrauma Wrote:I fixed the problem by changing the referer in the script.
I used: http://www.extremefeeds.com/player/?ext=p-ma&volume=

I popped (no pun inteneded) the script, added your new url and Voila! it works! Thanks!
Reply
#25
me too! anyone know how to fix it? I have no clue! !!ANYONE!!
Reply
#26
IIRC the script used a backdoor on a pay site which is technically illegal so was dropped.... theres plenty of mucky sites if you want them check out videomonkey.
Reply
#27
could someone pm the text of this .py. I upgraded my xbmc and forgot to back it up...thanks
Reply

Logout Mark Read Team Forum Stats Members Help
ExtremeFeeds.py improvement0