Kodi Community Forum
[RELEASE] FilmAffinity (Spanish) scraper - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Information Providers (scrapers) (https://forum.kodi.tv/forumdisplay.php?fid=147)
+----- Forum: Movie Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=302)
+----- Thread: [RELEASE] FilmAffinity (Spanish) scraper (/showthread.php?tid=25389)

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


- spiff - 2009-09-03

uhm, search? Wink

http://forum.xbmc.org/showthread.php?tid=35452&page=82

get a build from before 22529


- HectorziN - 2009-09-03

spiff Wrote:uhm, search? Wink

http://forum.xbmc.org/showthread.php?tid=35452&page=82

get a build from before 22529

I think links are not working.
I find this page with many builds http://danielpatton.com/user-accounts/XBMC-updates/ but all of them are older than 22529 Sad


- spiff - 2009-09-03

good. 22529 introduce major breakage, hence i said anything BEFORE Smile


- HectorziN - 2009-09-03

spiff Wrote:good. 22529 introduce major breakage, hence i said anything BEFORE Smile

Ok, perfect.

I've downloaded last build and the scrapper works. I think people has downloaded last scrapper version but using an old XBMC version. Old XBMC version don't work with includes, and this is the problem.

People needs to download de last build and covers will work.

what I don't understand is why thumbs cast are not working.
this is the log file:

Code:
SearchCastThumb returned <details><actor><name>Kate Beckinsale</name><thumb>http://ia.media-imdb.com/images/M/MV5BMTY4Mzk2NjM2NV5BMl5BanBnXkFtZTYwODc2MDI2._V1._SX100_SY137_.jpg</thumb></actor></details>

why only actors names are working?


- spiff - 2009-09-03

no reason those shouldn't work. sure you have enabled actor thumbs in settings?


- HectorziN - 2009-09-03

spiff Wrote:no reason those shouldn't work. sure you have enabled actor thumbs in settings?

sorry for my mistake. It seems that when installing lastest version I missed my config.

Everything is working except youtube videos.
I have found the problem, we should replace:
Code:
http://www.bajaryoutube.com/?youtube=http://www.youtube.com/watch?v=

with

Code:
http://www.yobajo.com/watch?v=

the web bajaryoutube.com it's not working for longer.


- jesusmabas - 2009-09-03

posters and trailers don't work!! Sad


- jesusmabas - 2009-09-03

hectorzin, have you repaired it?? thx


- HectorziN - 2009-09-03

a question:
I have this code to get cast name and thumb

Code:
    <GetCastThumb dest="5">
        <RegExp input="$$4" output="&lt;details&gt;&lt;actor&gt;\1&lt;/actor&gt;&lt;/details&gt;" dest="5">
            <RegExp input="$$1" output="&lt;name&gt;\1&lt;/name&gt;" dest="4">
                <expression noclean="1" clear="yes" trim="1">&lt;title&gt;([^&lt;|^(]*)</expression>
            </RegExp>
            <RegExp input="$$9" output="&lt;thumb&gt;\1&lt;/thumb&gt;" dest="4+">
                <RegExp input="$$1" output="\1" dest="9">
                    <expression noclean="1">&lt;div class=&quot;photo&quot;&gt;(.*) alt=&quot;</expression>
                </RegExp>
                <expression repeat="yes">img border=&quot;0&quot; src=&quot;([^=]*.jpg)</expression>
            </RegExp>
            <expression noclean="1" clear="yes">(.*)</expression>
        </RegExp>
    </GetCastThumb>

how can i do to avoid including thumb when the thumb link is this?

Code:
http://i.media-imdb.com/images/nophoto.jpg

This image has no sense to include because wastes space and it is downloaded every time an actor with no thumb found.

thanks


- calibra3 - 2009-09-04

I have downloaded the las version 22616-gl and install in other computer, and I resolve it, the filmaffinity scraper, download again the info, fanart and tumbnails.

This weekend , I will update the XBMC of my HTPC, I hope that whe I update it, don't loose all the fanart and info of my 120 movies.

gracias hector!!


- spiff - 2009-09-04

use negative lookahead


- calibra3 - 2009-09-04

spiff Wrote:use negative lookahead

hello .

this answer is for me or for hectorzin??

if it is for me, what is negative lookahead? where I can find it?


thanks


- spiff - 2009-09-04

i only answer dev questions in the dev forums - extrapolate from there.


- JoshyFun - 2009-09-09

Hello,

This is my first post at all Smile

I had fixed some of the problems of "filmaffinity" problems (no covers, no trailers) using the "old" 9.04.1 version, tested on Windows and XBox.

I'm not the author, simply a "bug fixer" as the original author should be updating it to for upcoming releases (include tags).

Yesterday I know nothing about scrappers internal behavior but thanks to the scrappertester the fixes were possible (and some hours of work).

Now filmaffinity, ipwards and movieposterdb should work for covers, the file is at: http://www.zshare.net/download/65301318441ee46d/

Note: Moderator, if the link is not appropiate please move or delete it.

Thank you for a great software (XBMC and filmaffinity scrapper).


- spiff - 2009-09-09

cool. please submit patches @ xbmc.org/trac