Allocine (FR) / Screenrush (UK) / Filmstarts (DE) / Sensacine (ES) scraper

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
vdrfan Offline
Team-XBMC Developer
Posts: 2,786
Joined: Jan 2008
Reputation: 7
Location: Germany
Post: #11
Please respect the forum rules. English only. Thanks.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules
For troubleshooting and bug reporting please make sure you read this first.
find quote
french_chris Offline
Junior Member
Posts: 11
Joined: Jan 2012
Reputation: 0
Location: Paris, France.
Post: #12
Thanks very much for this scrapper.

I'm quite newbies in XBMC.
Can you tell me how to install it ?

thanks in advance.
find quote
Trois Six Offline
Junior Member
Posts: 25
Joined: Jun 2008
Reputation: 0
Post: #13
@vdrfan : sorry, just wanted to help...

@french_chris : just put the uncompressed archive in your portable_data/addons folder. You should have a metadata.allocine.fr folder in portable_data/addons, then restart XBMC. Then, you need to select the Allociné scrapper as your scrapper for your movie's directory.
find quote
french_chris Offline
Junior Member
Posts: 11
Joined: Jan 2012
Reputation: 0
Location: Paris, France.
Post: #14
OK, it works perfectly now.


Thanks a lot.
find quote
0xffff00 Offline
Junior Member
Posts: 3
Joined: May 2012
Reputation: 0
Post: #15
Thanks for the good work.

Here's a slight update to make it work with latest allocine.fr changes: http://pastebin.com/gBPJ3qVD
find quote
Trois Six Offline
Junior Member
Posts: 25
Joined: Jun 2008
Reputation: 0
Post: #16
Hi,

I don't see any differences Confused
What I can see (maybe I am wrong ?) You only removed the year from the search request and you used the conditionnal for the fanarts.

Regards,

Trois Six
find quote
0xffff00 Offline
Junior Member
Posts: 3
Joined: May 2012
Reputation: 0
Post: #17
That, and some actors nor the poster thumbnail were not retrieved because of the name="" attribute in the picture tag.
find quote
trex Offline
Junior Member
Posts: 10
Joined: May 2012
Reputation: 0
Post: #18
Any repo for your plugins ? or does-it still in 0.0.1 versions state ? Like i wanna know if what 0xffff00 said was implemented or not ?
Thx

EDIT :

Well I used the 0xffff00 diff github files to "update" the original allocine.xml file.
But it didn't work, that was keeping asking the name of the movie to search for.

So I did a mix usign the 0xffff00 file, just revert back this line
Code:
-                <RegExp input="$$1" output="&lt;url&gt;$$6/rest/v3/search?format=xml&amp;partner=aXBhZC12MQ&amp;q=&amp;filter=movie&amp;profile=small&amp;page=1&amp;count=20|User-Agent=AlloCine/2.5 CFNetwork/485.13.9 Darwin/11.0.0&lt;/url&gt;" dest="3">
to the original one :
Code:
+               <RegExp input="$$1" output="&lt;url&gt;$$6/rest/v3/search?format=xml&amp;partner=aXBhZC12MQ&amp;q=$$4&amp;filter=movie&amp;profile=small&amp;page=1&amp;count=20|User-Agent=AlloCine/2.5 CFNetwork/485.13.9 Darwin/11.0.0&lt;/url&gt;" dest="3">

I guess, following what you said, it is the search expresssion usign the year intel. So without it that didn't work.

So now usign this "new" mix of your 2 file, i get the proper thumbnail for [REC] movies (I had before "the pursuit of hapiness" thumb with [Rec], dont know why), but no fan art at all.

I guess also this has to do with the said "conditionnal for the fanarts". I dont know what conditionnal change But I have no fanart anymore. I guess I'll remix again and revert back the proper line to make this possible again ...
(This post was last modified: 2012-05-29 00:37 by trex.)
find quote
nabsboss Online
Junior Member
Posts: 33
Joined: Sep 2012
Reputation: 0
Post: #19
Thanks for this scraper !!!

But why you haven't continued the project ? It can be the best french scraper !!
find quote
Trois Six Offline
Junior Member
Posts: 25
Joined: Jun 2008
Reputation: 0
Post: #20
Hi,

I don't have time to maintain my scraper. If someone wants, I don't have any problems with that.

Regards,

Trois Six
find quote