![]() |
|
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) |
- 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
- 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>- 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 ![]() 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>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>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.jpgEdit: 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- 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 .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. |