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


- Hammerer - 2010-09-22 22:33

Sweet on Dharma 2 from zip. 2nd site recently stopped working, layout change? Bring back the x hamst site plz. An absolute must for any original xbmc user on xbox1 over 18. Top work videoDev! Love your work.


- Bootsy - 2010-09-23 17:46

@lloydsmart
thx for the info, but i have no idea how to submit videodevil to the xbmcadult repository...
is there maybe someone who knows more about it?

@Hammerer
2nd site of which tube?

i´ll check xhamster, maybe i´ll add it again...


thx for the responses guys Wink


- Hammerer - 2010-09-26 21:13

Sorry, meant 2nd site down on the list for me - extreme tube


- tiben20 - 2010-10-12 05:50

Hammerer Wrote:Sweet on Dharma 2 from zip. 2nd site recently stopped working, layout change? Bring back the x hamst site plz. An absolute must for any original xbmc user on xbox1 over 18. Top work videoDev! Love your work.
fixed xhamster with this
only the part for getting the url was changed the catcher still work
Code:
item_infos=<img src='([^"]+.jpg)'.+?<div class="moduleFeaturedTitle">.+?href="(/movies/[^"]+)">(.+?)</a>.+?<div class="moduleFeaturedDetails">Runtime:(.+?)<BR>
item_order=icon|url|title|title.append



- Bootsy - 2010-10-12 19:13

VideoDevil is available via the adult repo since a view days...
xhamster is back, see changelog for all changes Wink

Greets


Adding other sites - bassquake - 2010-10-23 18:27

I may be hijacking the thread so apologies.

Ive been trying to add another site called Mastishare to the videodevils list. Ive managed to get it to list the video names and the times but no thumbnail or video.

Im currently trying to get thumbs to work, the link Im scraping from is:

Code:
<a href="/video/8168/anu-agrawal"><img src="/media/videos/tmb/8168/1.jpg" title="Anu Agrawal" alt="Anu Agrawal" width="160" height="120" id="rotate_8168" align="absmiddle" /><br /></a>
                </div>
                <div class="yellowtext2">Anu Agrawal</div>
                    
                    <div style="padding:2px 0 0 5px; font-size:11px;"><span style="float:right; padding:0px 10px 0 0px;">
                    

                    <ul class="rating_small">
<li><span>&nbsp;</span></li>
<li><span>&nbsp;</span></li>
<li><span class="full">&nbsp;</span></li>
<li><span class="full">&nbsp;</span></li>

<li><span class="full">&nbsp;</span></li>
</ul></span>
                    <span style=" text-align:left; float:left; width:70px;">
                    02:37</span></div>

And I currently have:

Code:
item_infos=<a href="([^"]+)"><img src="([^"]+)" title="([^"]+)".+?<span style=" text-align:left; float:left; width:70px;">.+?(\d+:\d+)</span></div>
item_order=url|icon|title|title.append
item_info_name=title.append
item_info_build= (%s)
item_info_name=type
item_info_build=video
item_url_build=http://mastishare.com%s

Names and times are fine, no thumbs though.

Is there an explaination of what all the different ([^"]) does on a wiki anywhere?

Any help appreciated.

Edit: Debug log info...

Heres whats stated in the xbmc.log for one of the thumbs:

Code:
17:38:07 M:102948864   ERROR: PICTURE::DoCreateThumbnail: Unable to create thumbfile q:\UserData\Thumbnails\Video\d\d697625f.tbn from image /media/videos/tmb/8181/15.jpg

Edit: Think Im missing the url http://mastishare.com to go in front of the directories, but how do I add it?

Edit: Solved by adding the lines:

Code:
item_info_name=icon
item_info_build=http://www.mastishare.com%s



- Bootsy - 2010-10-24 18:15

nice! pm me if you have it running (or if you have any other problems), so i can add it to svn...

greets


- Hammerer - 2010-11-02 22:38

cant get latest version to install or run on xbmc4xbox beta 2.

Any way to install or add manually? Previous version (6.2.2? from a slightly dated svn repo installer works fine) is OK but I still dont have the latest tubes Sad.

All good on dharma beta 4 bt its only xbmc4xbox I'm having probs with.

Tried editing Tiben's lines into xhamster.cfg (6.2.2) but no joy, is that where it should go? (or i may have included a line feed - used notepad).

Not getting repo.bluecop-adult or repo.xbmcadult to install or run either. Is it a change to way plugins run/install not supported in xbmc4xbox yet?

Love your work, cheers coding dudes!


- Bootsy - 2010-11-03 11:47

I forgot the xbox version, it´s submitted now...


- Hammerer - 2010-11-05 21:48

All good now, cheers Bootsy.