XBMC Community Forum
Video Devil plugin status? - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (/forumdisplay.php?fid=154)
+---- Thread: Video Devil plugin status? (/showthread.php?tid=58892)

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 29 30 31


RE: Video Devil plugin status? - xxxbox - 2012-04-02 17:41

These codes are for motherless com

motherless.com.cfg
Code:
########################################################
# Motherless VideoPortal
########################################################
start=http://motherless.com/videos/recent
catcher=motherless.com
########################################################
# Videos
########################################################
item_infos=title="([^"]+)"[^"]+rel="([^"]+)"[^:]+[:] url[(]([^;]+)[-]strip.jpg[)];[^:]+[:][^:]+>([^<]+[:]\d+)<
item_order=title|url|icon|title.append
item_info_name=title.append
item_info_build= %s
item_info_name=icon
item_info_build=%s.jpg
item_info_name=type
item_info_build=video
item_url_build=http://motherless.com/%s
########################################################
# Categories
########################################################
item_infos=>([^<]+)<[^<]+<a href="(/[^"]+)" title="See More"
item_order=title|url
item_skill=directory
item_info_name=title
item_info_build=video.devil.locale|30100
item_info_name=icon
item_info_build=video.devil.image|face_devil_grin.png
item_url_build=http://motherless.com%s
########################################################
# Next
########################################################
tem_infos=<a href="([^"]+=\d)">NEXT
item_order=url
item_skill=space|lock
item_info_name=title
item_info_build=video.devil.locale|30103
item_info_name=icon
item_info_build=video.devil.image|next.png
item_url_build=http://motherless.com%s
########################################################
# Search
########################################################
title=video.devil.locale|30102
type=search
icon=video.devil.image|search.png
url=http://motherless.com/search/videos?q=%s
########################################################


sites.list entry
Code:
########################################################
title=Motherless
type=rss
genre=Motherless
director=VideoDevil
icon=http://motherless.com/images/logo8888.gif
url=motherless.com.cfg
########################################################

catcher.list entry
Code:
########################################################
title=motherless.com
target=fileurl = '([^']+flv)'
url=%s
build=%s?start=0
quality=standard
########################################################



RE: Video Devil plugin status? - wastintimejp - 2012-04-03 06:49

Thank you so much for the motherless.com code. I tried pasted the code in the appropriate locations. I have an icon for motherless on video devil but when i click it, it does nothing.

Can anyone confirm that the code works for them?


RE: Video Devil plugin status? - xxxbox - 2012-04-04 00:04

The name of the config file has to be

motherless.com.cfg


RE: Video Devil plugin status? - wastintimejp - 2012-04-04 04:03

That did the trick. Thank you!!!!


RE: Video Devil plugin status? - dallasnights - 2012-04-04 04:06

Can you share your new cfg files please and such


RE: Video Devil plugin status? - xxxbox - 2012-04-04 14:49

A search function for yuvutu.com

just ad to yuvutu.com.cfg

Code:
########################################################
# Search
########################################################
title=video.devil.locale|30102
type=search
icon=video.devil.image|search.png
url=http://www.yuvutu.com/modules.php?name=Video&op=search&keywords=%s
########################################################


The next function for the search does not work because you need two variables.
The page number and the search string.
I tried some things but I'm not a programmer, so I couldn't solve the problem.

This is what you get from the site:
Code:
<a href="modules.php?name=Video&amp;op=search&amp;tags=&amp;keywords=searchstring&amp;author=&amp;filter=0&amp;channel=&amp;style=0&amp;page=2">2</a>

and this is what you need:
Code:
modules.php?name=Video&op=search&tags=&keywords=searchstring&author=&filter=0&channel=&style=0&page=2


I changed some lines in the videodevil.py that "amp;" is replaced with "".

It works for the edited next function for normal sites, but not for search site tested by replacing
Code:
########################################################
# Next
########################################################
item_infos=[\s]+[0-9]+[\s]+<a href="[^"]+page=([\d]+)[^"]+">
...
list=most_recent&page=%s
########################################################

with
Code:
########################################################
# Next
########################################################
item_infos=[\s]+[0-9]+[\s]+<a href="([^"]+page=[\d]+)[^"]+">
...
item_url_build=http://www.yuvutu.com/%s
########################################################



@dallasnights
My English is not the best, but if I understand you right, you want me to upload the files to a share hoster?

If you use my catcher.list and sites.list they will be overwritten at the next update from videodevil.
So it makes no sense to host the files instead of sharing the entries for the files.

And I think that everybody read this thread, should be able to create a file named xxx.com.cfg with my codes within.

You just have to look that the cfg file and the url in the site.list have the same name.

If that is your problem, I hope it is solved.

If not please explain it, that I can understand what you meant.


RE: Video Devil plugin status? - dobbelina - 2012-04-06 17:56

After upgrading to Eden on Win7 64 bit, i get "plugin failed" Huh

Could some kind soul re-compile a working version that's installable on Eden, please!

And thanks Blush


RE: Video Devil plugin status? - dobbelina - 2012-04-07 15:32

Oops,issue sorted.
There was something wrong with my repository file.
Downloaded a new one, and got the latest Videodevil.

Now it works on Eden to Nod


RE: Video Devil plugin status? - dallasnights - 2012-04-16 13:16

xhamster seems to be broke, it locks up my ATV2 and have to reboot
Anyone have a solution


RE: Video Devil plugin status? - tiben20 - 2012-04-17 06:30

Here a new site its working fast since the site use mp4. Its the best for seeking on the web.
The next page is missing. It would require some change in videodevil code to make it doable. I won't do it but if someone have a knowledge of python and want to know how to add it to the code i can explain how i would have done it.
The search can also be added really fast but i also wont do it.
The sorting and categorys are working perfectly at the moment
Enjoy
new file called videarn.com.cfg
Code:
########################################################
# videarnVideoPortal
########################################################
start=http://www.videarn.com
catcher=videarn.com
########################################################
# Videos
########################################################
item_infos=a href="(video.php\?[^"]+)".+?img src="([^"]+)".+?div class="time">([^<]+)</div>.+?<p class="title">([^<]+)</p>
item_order=url|icon|title.append|title
item_info_name=title.append
item_info_build= (%s)
item_info_name=type
item_info_build=video
item_url_build=http://videarn.com/%s
########################################################
# Categories
########################################################
item_infos=option value="(\d{1,2})">([^<]+)<
item_order=url|title
item_skill=directory
item_info_name=title
item_info_build=video.devil.locale|30100
item_info_name=icon
item_info_build=video.devil.image|face_devil_grin.png
item_url_build=http://videarn.com/browse.php?tags=%s
########################################################
# Sorting
########################################################
item_infos=href="(browse.php\?or=[^"]+)".+?title="Order ([^"]+)"
item_order=url|title
item_skill=directory
item_info_name=title
item_info_build=video.devil.locale|30109
item_info_name=icon
item_info_build=video.devil.image|face_kiss.png
item_url_build=http://videarn.com/%s
catcher.list
Code:
title=videarn.com
target=player" href="([^"]+)"
url=%s
quality=standard
sites.list
Code:
title=videarn
type=rss
genre=videarn
director=VideoDevil
icon=video.devil.image|videarn.png
url=videarn.com.cfg