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

  Thread Rating:
  • 5 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
duduf Offline
Junior Member
Posts: 7
Joined: Aug 2011
Reputation: 0
Post: #271
yes it's working again behalve for movie setup and A Little Bit Of Heaven.. Rolleyes
find quote
Xenomes Offline
Member
Posts: 79
Joined: Jun 2009
Reputation: 0
Location: The Netherlands
Post: #272
duduf Wrote:yes it's working again behalve for movie setup and A Little Bit Of Heaven.. Rolleyes

The movie "Setup" is the problem on themoviedb.org database. that I can't fix it. But "A Little Bit Of Heaven" is fix now, wrong imdb id on the themoviedb.org database.

Edit: I think the server needs time to re-indexing.
(This post was last modified: 2011-09-23 12:44 by Xenomes.)
find quote
duduf Offline
Junior Member
Posts: 7
Joined: Aug 2011
Reputation: 0
Post: #273
oke thanks, A Little Bit Of Heaven is oke now... setup come later i think.. thanks a lot Big Grin
find quote
Xenomes Offline
Member
Posts: 79
Joined: Jun 2009
Reputation: 0
Location: The Netherlands
Post: #274
Both of them are now found.
find quote
dzan Offline
Junior Member
Posts: 39
Joined: Jul 2010
Reputation: 0
Post: #275
Hi,

Another bug I guess: the scraper can't handle characters like 'è' for example. To see this in effect test the movie "all the right moves", the first sentence contains the word "carrière" and the scraper breaks off the plottext after the symbol è.

Good work on the scraper anyway! I like it a lot.
find quote
The_Ghost16 Offline
Member
Posts: 94
Joined: Dec 2009
Reputation: 0
Location: Netherlands
Post: #276
dzan Wrote:Hi,

Another bug I guess: the scraper can't handle characters like 'è' for example. To see this in effect test the movie "all the right moves", the first sentence contains the word "carrière" and the scraper breaks off the plottext after the symbol è.

Good work on the scraper anyway! I like it a lot.

Could you please try it again Wink Because this was an old bug which still exists on some movies. And for this movie it should be fixed now.
find quote
gadus Offline
Junior Member
Posts: 9
Joined: Jan 2010
Reputation: 0
Post: #277
where to get the new moviemeter scraper for xbmc on the old xbox ?
and how to update/apply ?
fanart is still okey but the thumbnails are not downloaded anymore

Got this version of xbmc on the xbox original: XBMC4Xbox. Built on Mar 8 2011 (SVN:30827, compiler 1310)

moviemeter.xml:

<!-- Get thums from MoviePoster -->
<RegExp input="$$1" output="&lt;url function=&quot;GetMoviePosterDBLink&quot;&gt;http://www.movieposterdb.com/browse/search?type=movies&amp;query=\1&lt;/url&gt;" dest="8+">
<expression noclean="1">IMDB Id: ([^&lt;]*)</expression>
</RegExp>

<!-- Get Fanart from TMDB -->
<RegExp input="$$1" output="&lt;url function=&quot;GetTMDBFanartById&quot;&gt;http://www.imdb.com/title/tt\1&lt;/url&gt;" dest="8+">
<expression noclean="1">IMDB Id: ([^&lt;]*)</expression>
</RegExp>



thanks
(This post was last modified: 2011-10-10 14:18 by gadus.)
find quote
Joster Offline
Junior Member
Posts: 28
Joined: Sep 2011
Reputation: 0
Post: #278
I'm also looking forward for an answer on Gadus' question!
find quote
The_Ghost16 Offline
Member
Posts: 94
Joined: Dec 2009
Reputation: 0
Location: Netherlands
Post: #279
Could you download this version and check if this works:
http://theghost16.nl/XBMC/metadata.moviemeter.nl.zip
find quote
Joster Offline
Junior Member
Posts: 28
Joined: Sep 2011
Reputation: 0
Post: #280
Thanks!

Next search: where's the current moviemeter scraper located.
find quote
Post Reply