Kodi Community Forum
script.module.urlresolver development - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: script.module.urlresolver development (/showthread.php?tid=105707)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28


RE: script.module.urlresolver development - mwahal - 2013-01-07

I have written a urlresolver for upbulk website. I needed it to write a video plugin for desitvforum.net website. The desitvforum.net hosts the video pages on upbulk which has links to the usual dailymotion/youtube/etc.

I am wondering where should I submit my upbulk resolver ?

Thanks
Mudit


RE: script.module.urlresolver development - Eldorado - 2013-01-07

A pull request on github is easiest for me

https://github.com/Eldorados/script.module.urlresolver


RE: script.module.urlresolver development - mwahal - 2013-01-07

@Eldorado - I will fork and send a pull request in evening.

Thanks
Mudit


RE: script.module.urlresolver development - shawonmq - 2013-02-28

anyone gonna update vidhog?


RE: script.module.urlresolver development - Bstrdsmkr - 2013-02-28

Vid hog shut down, nothing to fix


RE: script.module.urlresolver development - Eldorado - 2013-03-01

Looks like they came back alive, not sure how recently - www.vidhog.com

There was never a resolver for Vidhog created so someone would need to do one.. I created one for another addon and it wasn't very hard, I'm sure someone can clone what I did to be able to be included into Urlresolver, I just don't have much time to do these myself


RE: script.module.urlresolver development - JUL1EN094 - 2013-03-12

Hi,

First sorry for my poor english :-)

I'm working on dpstream addon, wich is now using urlresolver too.
In order to make all my mixture link working with Real Debrid, I had to modify the resolver. I just add Mixturecloud.com video as mixturevidéo.com, cause real debrid send only mixturevideo domain as valid in their list but of course they can debrid too mixturecloud domain. A lot of my users use it with succes since some weeks.

I tried to pull 2 request (one Eden, one frodo) on github with the modified files. Actually all my users need to modified manually the resolver.

@Eldorado, please could you check it and validate it if it's good for you ?


update frequency - icharania - 2013-07-16

(2013-01-05, 18:30)Martijn Wrote: It just got updated yesterday

I just submitted a fix for Dailymotion to Eldorado on github.

Out of curiosity, how often do the changes get copied over to the official XBMC repo from Eldorado's github repo?
I'm not entirely sure on how that part works...


Re: script.module.urlresolver development - Martijn - 2013-07-16

When he asks


Re: script.module.urlresolver development - Martijn - 2013-07-16

When he asks


RE: script.module.urlresolver development - icharania - 2013-07-16

(2013-07-16, 06:40)Martijn Wrote: When he asks

makes sense ;P


RE: script.module.urlresolver development - Eldorado - 2013-07-17

We do beta runs of all the fixes I get, I'm trying to compile a new beta soon then if all goes good a new version to be pushed soon.. way overdue!

Would like to include some live streaming sites in this next version, more links of any type we can include the more useful to all the devs


RE: script.module.urlresolver development - icharania - 2013-07-17

(2013-07-17, 04:47)Eldorado Wrote: We do beta runs of all the fixes I get, I'm trying to compile a new beta soon then if all goes good a new version to be pushed soon.. way overdue!

Would like to include some live streaming sites in this next version, more links of any type we can include the more useful to all the devs

looking forward to it! Smile


RE: script.module.urlresolver development - Macielle - 2013-11-10

I'm having a problem with my vimeo movies not displaying the title. They only display "NO TITLE". Any easy way to fix this?


RE: script.module.urlresolver development - gbzygil - 2014-03-04

I'm importing urlresolver into my add-on code. But i also need to add resolvers for few hosts that are not already supported by urlresolver.
I'm looking at this guide : http://t0mm0.github.io/xbmc-urlresolver/modules/urlresolver/interfaces.html
Whats the best way to do this ? Do i just include this class as part of my default.py ? Any addons\examples that i can look at ?
Thanks in advance...