XBMC Community Forum
[RELEASE] FilmAffinity (Spanish) scraper - 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: Metadata scrapers (/forumdisplay.php?fid=147)
+---- 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 29 30 31 32 33 34 35 36 37 38 39


- spiff - 2009-09-03 00:11

uhm, search? Wink

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

get a build from before 22529


- HectorziN - 2009-09-03 00:25

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 00:45

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


- HectorziN - 2009-09-03 09:06

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 11:45

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


- HectorziN - 2009-09-03 12:18

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 15:01

posters and trailers don't work!! Sad


- jesusmabas - 2009-09-03 15:01

hectorzin, have you repaired it?? thx


- HectorziN - 2009-09-03 19:01

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 10:51

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!!