Search found 9 matches

by Penda
Sat May 18, 2013 9:37 pm
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1581327

Re: Jumpy Plugin (17 May 2013)

infidel wrote:Update: jumpy-0.2.7
Thank you! Thank you! Thank you! Fixes all my current issues.
by Penda
Sun Apr 21, 2013 4:21 pm
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1581327

Re: Jumpy Plugin (2 Feb 2013)


I'm on a trip for a few weeks so I can't do much, but if you've updated your jumpy to 0.2.6 it might just be that you need to apply the additem-utf8.zip patch again. It was causing a few problems (in other addons) so I didn't include it in the new release, but I think it might still work for you ...
by Penda
Sat Jan 05, 2013 5:34 pm
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1581327

Re: Jumpy Plugin (19 Nov 2012)

one of the urlresolver plugins (vidxden.py) got updated and messed up jumpy.

class InputWindow(xbmcgui.WindowDialog):# Cheers to Bastardsmkr code already done in Putlocker PRO resolver.
AttributeError: 'module' object has no attribute 'WindowDialog'

I had to comment out that whole class so that ...
by Penda
Sat Jan 05, 2013 11:33 am
Forum: Help and Support
Topic: TsMuxer crashing on PS3
Replies: 4
Views: 7294

Re: TsMuxer crashing on PS3

2.2.2 fixed it. Before I had to force transcode flv files to fix the issue.
by Penda
Fri Dec 14, 2012 4:05 pm
Forum: Help and Support
Topic: TsMuxer crashing on PS3
Replies: 4
Views: 7294

TsMuxer crashing on PS3

*.flv file was downloaded from youtube, ect. Playing it on xbmc works fine; however, the ps3 won't play and will often send an error to the client Windows 7 PC. "TsMuXer.exe has stopped working"

I tried to search for a solution but it seems the only thing I could find was trying previous versions ...
by Penda
Fri Dec 14, 2012 7:08 am
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1581327

Re: Jumpy Plugin (19 Nov 2012)

It works on XBMC but no file shows up for google/youtube servers when accessed through UMS.
The culprit is jumpy :), try replacing plugins/jumpy/xbmc/xbmc.py and plugins/jumpy/xbmc/xbmcplugin.py with these:

phim47fix.zip

Thanks! It works perfectly. It even fixes other addons I had that ran ...
by Penda
Thu Dec 13, 2012 11:35 am
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1581327

Re: Jumpy Plugin (19 Nov 2012)

This addon is EXACTLY what i needed! Thanks you so much. Most of the xbmc addons I wanted works except a couple.

Phim47.com addon - http://forum.xbmc.org/showthread.php?tid=146949
It works on XBMC but no file shows up for google/youtube servers when accessed through UMS. I traced a sample video to ...
by Penda
Thu Dec 13, 2012 6:08 am
Forum: Help and Support
Topic: Refreshing/updating web.conf
Replies: 2
Views: 5723

Re: Refreshing/updating web.conf

squadjot wrote:Can i ask, what webengine do you use? .. mencoder/vlc/PMSencoder
PMSencoder
using something like videostream.Web,mystreamfolder=streamname,rtmpdump://rtmp2pms?-v...
by Penda
Wed Dec 12, 2012 4:58 pm
Forum: Help and Support
Topic: Refreshing/updating web.conf
Replies: 2
Views: 5723

Refreshing/updating web.conf

I have a couple of live rtmp streams in my web.conf file that needs adjusting editing every now and then. I think it's due to session timeouts but I'm not sure. I wrote a python script that updates the web.conf when needed. The problem is the changes aren't seen until I initiate a server restart. I ...