t0mm0 / xbmc-urlresolver

experimental xbmc script module to resolve web page urls to media urls
http://forum.xbmc.org/showthread.php?t=105707
25 stars 15 forks source link

Commits #6

Closed ghost closed 12 years ago

ghost commented 13 years ago

Added optional dict passed into add_item() and add_video_item() New quick method build_query_url() to parse passed in dict and return a query string to be appended to url New ZShare urlresolver plugin

t0mm0 commented 13 years ago

thanks eldorado!

i will probably not merge the add_item() stuff as it will be much easier to just turn the first query into a dict like add_directory(). (might even try and make directories and items the same thing)

there is also no need for the extra build_query_url() as that stuff already exists.

i'll test and add the zshare stuff asap though.

thanks!

ghost commented 13 years ago

Hey no worries, I was thinking you probably had a better way of incorporating the queries :)

Zshare should be good I've been playing with it for awhile, though you will see I have disabled the higher quality AVI option for now as I haven't had a chance to figure out why the stream doesn't start playing.. this one might benefit from having the option to log in with an account much like megaupload