MovieMeter.nl (Dutch Movies) Scraper development...

  Thread Rating:
  • 5 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
_Mitch_ Offline
Junior Member
Posts: 14
Joined: Dec 2010
Reputation: 0
Post: #261
I also have prolems with version 1.1.9.

-When scraping a new movie the poster of the movie isn't downloaded, and instead it shows a screencapture of the movie.
For example the movie Setup (20110)
find quote
BertusG Offline
Junior Member
Posts: 6
Joined: Jun 2011
Reputation: 0
Post: #262
Is there an option to downgrade to an earlier version?
find quote
The_Ghost16 Offline
Member
Posts: 94
Joined: Dec 2009
Reputation: 0
Location: Netherlands
Post: #263
I will start looking at this today. Because when i submitted it and tested it, the scraper works fine.

So i will reinstall it and see what will happen.

Edit: I tested the scraper at my work after a reinstallation of XBMC and it still scrapes the Poster and Fanart. Later today when i'm at home i will check if it also works there.
(This post was last modified: 2011-09-19 11:52 by The_Ghost16.)
find quote
Xenomes Offline
Member
Posts: 79
Joined: Jun 2009
Reputation: 0
Location: The Netherlands
Post: #264
Some of the movie are found, but "The Back-up Plan (2010)" and "Gnomeo & Juliet (2011)" for example, no Cover and Fanart found. With the older one there was a cover and no fanart.
find quote
BertusG Offline
Junior Member
Posts: 6
Joined: Jun 2011
Reputation: 0
Post: #265
Xenomes Wrote:Some of the movie are found, but "The Back-up Plan (2010)" and "Gnomeo & Juliet (2011)" for example, no Cover and Fanart found. With the older one there was a cover and no fanart.

Some other problem movies are 'setup' and 'blitz'..
find quote
midpitch Offline
Junior Member
Posts: 4
Joined: Jul 2009
Reputation: 0
Post: #266
And some more with the same cover art issues:
Afblijven (2006)
Alpha and Omega (2011)
Arthur et la Guerre des Deux Mondes (2010)
Arthur et la Vengeance de Maltazard (2009)
Bride Flight (2008)
Burning Plain, The (2008)
Conviction (2010)

And I could give you more examples if desired.
find quote
duduf Offline
Junior Member
Posts: 7
Joined: Aug 2011
Reputation: 0
Post: #267
By my it's still not finding covers and fanart :confused2:
find quote
Xenomes Offline
Member
Posts: 79
Joined: Jun 2009
Reputation: 0
Location: The Netherlands
Post: #268
In the moviemeter.xml code remove both /faq in row 135 and 138 and it will work again.

Code:
<RegExp input="$$1" output="&lt;chain function=&quot;GetTMDBFanartByIdChain&quot;&gt;\1&lt;/chain&gt;" dest="6">
    <expression>/title/(tt[t0-9]*)[color=red]/faq[/color]</expression>
</RegExp>
<RegExp input="$$1" output="&lt;chain function=&quot;GetTMDBThumbsByIdChain&quot;&gt;\1&lt;/chain&gt;" dest="6+">
    <expression>/title/(tt[t0-9]*)[color=red]/faq[/color]</expression>
</RegExp>

The_Ghost16 if this is in violation of your code please contact me, I will remove it directly
find quote
The_Ghost16 Offline
Member
Posts: 94
Joined: Dec 2009
Reputation: 0
Location: Netherlands
Post: #269
Xenomes Wrote:In the moviemeter.xml code remove both /faq in row 135 and 138 and it will work again.

Code:
<RegExp input="$$1" output="&lt;chain function=&quot;GetTMDBFanartByIdChain&quot;&gt;\1&lt;/chain&gt;" dest="6">
    <expression>/title/(tt[t0-9]*)[color=red]/faq[/color]</expression>
</RegExp>
<RegExp input="$$1" output="&lt;chain function=&quot;GetTMDBThumbsByIdChain&quot;&gt;\1&lt;/chain&gt;" dest="6+">
    <expression>/title/(tt[t0-9]*)[color=red]/faq[/color]</expression>
</RegExp>

The_Ghost16 if this is in violation of your code please contact me, I will remove it directly

Thnx Xenomes for finding this out.

I will update the scraper within a few minutes.

This problem is one of the reasons i want version 2.0 of my scraper Smile Then this wouldn't happen anymore.
find quote
The_Ghost16 Offline
Member
Posts: 94
Joined: Dec 2009
Reputation: 0
Location: Netherlands
Post: #270
Scraper is updated and should get all posters and fanart correctly now.
find quote
Post Reply