Jumpy Plugin (26 October 2016)
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Re: Jumpy Plugin (26 February 2016)
It seems to be the case, based on your snippet. It installs ok from the Debian repo for me (Jessie). What happens if you just try installing it yourself:excaliburr wrote:The problem is that Kodi is not installable on my Debian testing.
Code: Select all
sudo apt-get install kodi
No, all jumpy needs is for the addon (and required addon dependencies) be located at the usual spots (i.e. addons in ~/.kodi/addons, and settings at ~/.kodi//userdata/addon_data/plugin.video.youtube and so on). You can do it all by hand but it's a pain, let me know if you can't resolve the kodi install and I'll try to walk you through it.excaliburr wrote:Will I still need xmbc full package?
Alternatively you can continue to use youtube-dl as primary resolver (which is what you've been doing thus far, I assume) and hack the jumpy resolver script to set different quality arguments to its youtube-dl call, see youtube-dl docs and jumpy/lib/resolver.py#L227:
Code: Select all
youtube_dl.main(['-s', '--no-playlist', '-f', 'best', url])
-
- Posts: 30
- Joined: Thu Feb 11, 2016 10:03 am
Re: Jumpy Plugin (26 February 2016)
infidel
Thanks for teh reply.
I can not resolve the kodi xmbc errors. I tried manual and auto installs and tried building from source but there are couple missing or conflicting libs that makes even building from the source harder. So I wont take that route at keast for now.
I will try hackingthe youtube-dl resolver. I am pretty sure that is what my install has been running for a while.
Thanks for teh reply.
I can not resolve the kodi xmbc errors. I tried manual and auto installs and tried building from source but there are couple missing or conflicting libs that makes even building from the source harder. So I wont take that route at keast for now.
I will try hackingthe youtube-dl resolver. I am pretty sure that is what my install has been running for a while.
-
- Posts: 30
- Joined: Thu Feb 11, 2016 10:03 am
Re: Jumpy Plugin (26 February 2016)
infidel
I also would like to try out the Kodi plugin so it would be great if you could help me out with settign up the plugin manually.
Also all these helps you gave me could be in the jumpy help.
thanks
I also would like to try out the Kodi plugin so it would be great if you could help me out with settign up the plugin manually.
Also all these helps you gave me could be in the jumpy help.
thanks
Re: Jumpy Plugin (26 February 2016)
Ok, but to minimize unnecessary headachesexcaliburr wrote:I also would like to try out the Kodi plugin so it would be great if you could help me out with settign up the plugin manually.

- Kodi Package from deb-multimedia
- or the older version at this ppa: ~rbalint/ppa
Yes, of course, but jumpy is an all-purpose scripting api without any special awareness of youtube as opposed to other web media, it's a bit too specific of a subject for the general documentationexcaliburr wrote:Also all these helps you gave me could be in the jumpy help.

-
- Posts: 30
- Joined: Thu Feb 11, 2016 10:03 am
Re: Jumpy Plugin (26 February 2016)
Ok ok
I managed to install Kodi thanks for pushing for it. The reason it was broke was that I had the Jessie repo for Deb-multimedia(did not upgrade after system upgrade I guess). So I added the testing repo and kodi is on.
Now I reinstalled jumpy and I see the jumpy in Kodi etc but I still get youtube resolver when the resolver is set to 1 as you recommended.
"INFO jumpy: youtube-dl : https://r1---sn-vgqsener.googlevideo.com"
I am not sure what the issue is. Do I have to install the resolver module manually in Kodi? Because I do not see "script.module.urlresolver" in ~/.Kodi. Maybe it is supposed to be somewhere else?
I managed to install Kodi thanks for pushing for it. The reason it was broke was that I had the Jessie repo for Deb-multimedia(did not upgrade after system upgrade I guess). So I added the testing repo and kodi is on.
Now I reinstalled jumpy and I see the jumpy in Kodi etc but I still get youtube resolver when the resolver is set to 1 as you recommended.
"INFO jumpy: youtube-dl : https://r1---sn-vgqsener.googlevideo.com"
I am not sure what the issue is. Do I have to install the resolver module manually in Kodi? Because I do not see "script.module.urlresolver" in ~/.Kodi. Maybe it is supposed to be somewhere else?
infidel wrote:Ok, but to minimize unnecessary headachesexcaliburr wrote:I also would like to try out the Kodi plugin so it would be great if you could help me out with settign up the plugin manually.first please let me know if you've tried either of these solutions (found at 'Cannot install kodi on debian testing'):
- Kodi Package from deb-multimedia
- or the older version at this ppa: ~rbalint/ppa
Yes, of course, but jumpy is an all-purpose scripting api without any special awareness of youtube as opposed to other web media, it's a bit too specific of a subject for the general documentationexcaliburr wrote:Also all these helps you gave me could be in the jumpy help..
Re: Jumpy Plugin (26 February 2016)
No, I noticed this in your setup.log snippet, that the version of urlresolver referenced by the jumpy installer was no longer available online:excaliburr wrote:o I have to install the resolver module manually in Kodi?
I've updated setup, so to fix this (and to avoid other possible issues) please download the latest dev version of jumpy and run the installer again. You should end up with the following modules in your ~/.kodi/addons folderexcaliburr wrote:downloading http://mirrors.xbmc.org/addons/jarvis/s ... -2.9.0.zip
curl: (22) The requested URL returned error: 404 Not Found
- script.module.urlresolver
- script.module.simplejson
- script.module.t0mm0.common
- plugin.video.youtube
If you do experience further issues, it would be helpful to see a full set of logs just so I know the details of your installation

-
- Posts: 30
- Joined: Thu Feb 11, 2016 10:03 am
Re: Jumpy Plugin (26 February 2016)
Curl is still getting 404
.
Edit:
I got the resolver issue fixed, it looks like the interface for the resolver script has changed slightly. Now there are 2 options there. I am getting xbmc resolver working now.
thanks for your help.
.
Code: Select all
/jumpy-0.3.10-dev-160910.run
Verifying archive integrity... All good.
Uncompressing Jumpy Plugin for PMS/UMS 100%
downloading http://skeptical.github.io/jumpy/setup.zip
curl: (22) The requested URL returned error: 404 Not Found
+ permissions are ok
checking python
Python 2.7.12+
setting python.path = python
+ python is installed
checking py4j
+ py4j==0.9 is installed
checking py4j version
0.9
checking bs4
+ beautifulsoup4 is installed
checking lxml
+ lxml is installed
checking polib
+ polib is installed
checking kodi
16.1 Git:Unknown Media Center Kodi
Copyright (C) 2005-2013 Team Kodi - http://kodi.tv
+ kodi is installed
adding jumpy repo
downloading http://mirrors.xbmc.org/addons/jarvis/script.module.urlresolver/script.module.urlresolver-2.9.0.zip
curl: (22) The requested URL returned error: 404 Not Found
checking rtmpdump
RTMPDump v2.4
setting rtmpdump.path = rtmpdump
+ rtmpdump is installed
checking phantomjs
2.1.1
+ phantomjs is installed
checking youtube-dl
Edit:
I got the resolver issue fixed, it looks like the interface for the resolver script has changed slightly. Now there are 2 options there. I am getting xbmc resolver working now.
thanks for your help.
-
- Posts: 30
- Joined: Thu Feb 11, 2016 10:03 am
Re: Jumpy Plugin (26 February 2016)
infidel
As of now the youtube listing only gives some recent videos of the channel/user. Is there a way to get all the videos of the user listed?
thanks
As of now the youtube listing only gives some recent videos of the channel/user. Is there a way to get all the videos of the user listed?
thanks
-
- Posts: 4
- Joined: Fri Oct 07, 2016 3:44 am
Re: Jumpy Plugin (26 February 2016)
Dear infidel,
I've got everything installed correctly and it seems to be working. However, most of the actual add-ons don't seem to be working, whereas they work if I open them within Kodi on my PC.
For example, within the PS3 jumpy folder, the Exodus, Specto Fork, SALTS, UK Turk and VidTime folders all show up but say they don't contain anything. Phoenix and SportsDevil seem to be working fine, however.
Hope you can help!
Thanks!
I've got everything installed correctly and it seems to be working. However, most of the actual add-ons don't seem to be working, whereas they work if I open them within Kodi on my PC.
For example, within the PS3 jumpy folder, the Exodus, Specto Fork, SALTS, UK Turk and VidTime folders all show up but say they don't contain anything. Phoenix and SportsDevil seem to be working fine, however.
Hope you can help!
Thanks!
Re: Jumpy Plugin (26 October 2016)
Great, thx for going ahead and doing it the hard wayexcaliburr wrote:I got the resolver issue fixed, it looks like the interface for the resolver script has changed slightly. Now there are 2 options there. I am getting xbmc resolver working now.
