Page 13 of 80

Re: Jumpy Plugin (17 Jan 2013)

Posted: Fri Jan 25, 2013 6:56 am
by infidel
kuroukage wrote:I just have one last plugin I'm trying to get to work:
"last" :D ?
kuroukage wrote:Crunchyroll Takeout
kuroukage wrote:I had to remove my pword from the log file..
Both fixed. As usual replace the files in plugins/jumpy/xbmc/ with these:

[attachment removed] - superceded by jumpy-0.2.6

Re: Jumpy Plugin (17 Jan 2013)

Posted: Fri Jan 25, 2013 2:15 pm
by kuroukage
Thanks again for all the help.. I really appreciate it. I love Jumpy. It turns the PS3 into a cheap, awesome HTPC. :)
infidel wrote:"last" :D ?
Haha, well, last for now. :P I don't mind helping test new video plugins though if you want me to. ;)

Crunchyroll videos are working now, but there's still a problem. The subtitles will show up in XBMC, but they wont show up in Jumpy. Is there a way to fix that? I've tried changing the unstyled subtitles option on and off in the XBMC plugin and it still wont show it on Jumpy on the PS3.

Thanks,

Re: Jumpy Plugin (17 Jan 2013)

Posted: Fri Jan 25, 2013 3:39 pm
by infidel
kuroukage wrote:The subtitles will show up in XBMC, but they wont show up in Jumpy.
I noticed that too :). Jumpy doesn't have a subtitle method yet and I'm looking into it, stay tuned.

Re: Jumpy Plugin (17 Jan 2013)

Posted: Fri Jan 25, 2013 4:12 pm
by kuroukage
infidel wrote:Jumpy doesn't have a subtitle method yet and I'm looking into it, stay tuned.
Awesome, I'm looking forward to it. :)

I'm curious about something. Why does it always say this in the debug.log file now? I've noticed this since I installed the new Jumpy and I've continued seeing this message (when loading up UMS):

Code: Select all

Node (net.pms.external.infidel.jumpy.scriptFolder) already has an ID (0$1), which is overriden now. The previous parent node was: RootFolder[[MapFile [name=Videos, id=0$1, format=null, children=[]], VirtualFolder [id=2, name=Web, full path=0$2, ext=null, discovered=false], VirtualFolder [id=3, name=Radio, full path=0$3, ext=null, discovered=false]]]
What does this relate to? It's something to do with Java, no?

Thanks,

Re: Jumpy Plugin (17 Jan 2013)

Posted: Sat Jan 26, 2013 7:21 am
by infidel
kuroukage wrote: I've noticed this since I installed the new Jumpy and I've continued seeing this message (when loading up UMS):

Code: Select all

Node (net.pms.external.infidel.jumpy.scriptFolder) already has an ID (0$1), which is overriden now. The previous parent node was: RootFolder[[MapFile [name=Videos, id=0$1, format=null, children=[]], VirtualFolder [id=2, name=Web, full path=0$2, ext=null, discovered=false], VirtualFolder [id=3, name=Radio, full path=0$3, ext=null, discovered=false]]]
What does this relate to? It's something to do with Java, no?
It has to do with UMS keeping track of each item's position in the xmb folder tree, and means a new item appears as if it was previously somewhere else in the tree because it already has a location id (which being new it shouldn't). The specific cause of it here is a new "trick" added in jumpy-0.2.5 to allow scripts to add root folders at any time.

As to why this message is considered important enough to appear in the normal non-TRACE log, since it just reflects background bookkeeping, you've got me there :).

Re: Jumpy Plugin (17 Jan 2013)

Posted: Sat Jan 26, 2013 10:15 pm
by kuroukage
Looks like svnpenn posted a new link on his site to new forums and to explain what's been going on and why he took down his builds again.

Re: Jumpy Plugin (17 Jan 2013)

Posted: Tue Jan 29, 2013 2:35 pm
by maryjopl
Hi, I have problem with live on PS3. Could you look at this ?!? Please. I'm trying with XBMC AlJazeera(Watch Live) add-on and it work in XBMC well.

I have latest JAVA(1.7.0_11-b21) an UMS(2.3.0) and fresh install of Jumpy(0.2.5). Everything installed without any problems.

On PS3 I receive error 800288E1.

Please, help me... you know insomnia... is danger. :shock:

Re: Jumpy Plugin (17 Jan 2013)

Posted: Tue Jan 29, 2013 3:12 pm
by infidel
maryjopl wrote:I'm trying with XBMC AlJazeera(Watch Live) add-on
Hi maryjopl,
  • if the file 'C:\Program Files\Universal Media Server\scripts\rtmpdump.groovy' exists please rename it to rtmpdump.groovy.bak or something and restart UMS.
  • If it isn't there or if Aljazeera still doesn't work please send another set of logs making sure pmsencoder.log is included this time.

Re: Jumpy Plugin (17 Jan 2013)

Posted: Tue Jan 29, 2013 11:45 pm
by maryjopl
infidel wrote:
maryjopl wrote:I'm trying with XBMC AlJazeera(Watch Live) add-on
Hi maryjopl,
  • if the file 'C:\Program Files\Universal Media Server\scripts\rtmpdump.groovy' exists please rename it to rtmpdump.groovy.bak or something and restart UMS.
  • If it isn't there or if Aljazeera still doesn't work please send another set of logs making sure pmsencoder.log is included this time.
Thanks for this fast replay. 8)

Now PS3 showing much longer black screen and after that error "The data type is NOT SUPPORTED", please follow...

Re: Jumpy Plugin (17 Jan 2013)

Posted: Wed Jan 30, 2013 2:28 am
by infidel
maryjopl wrote:Now PS3 showing much longer black screen and after that error "The data type is NOT SUPPORTED"
your logs show UMS is streaming the video now, so it may be a problem with the PS3 renderer configuration. You can try this:
  • uncheck 'General Configuration > Force default renderer', press 'Save' and restart UMS.
If that doesn't help post logs including PS3.conf, though I should say I don't have a PS3 myself so my knowledge here is pretty thin :).