Kodi Community Forum
MovieMeter.nl (Dutch Movies) Scraper development... - 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: MovieMeter.nl (Dutch Movies) Scraper development... (/showthread.php?tid=28297)

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


- The_Ghost16 - 2011-09-15

Kerstens Wrote:Today moviemeter is updated to version 1.1.8. Since this update I have a problem with movieposter are not added anymore to the new movies. What can I do with this problem? Please help because i really like this scraper.

Please read the posts above Wink It was already a known issue (but had nothing to do with this update).
I will take another look to check if i can get them from the same site as the fanart.


- The_Ghost16 - 2011-09-15

Version 1.1.9 is submitted and will be available soon Cool

The following things are fixed:
- IMDB id now contains 'tt' in front of it.
- TMDB is now used for thumbnails.

The next release will be version 1.2.0 which will contain some modifications under the hood of the scraper. And it will have an option to choose which resource to use for thumbnails (TMDB or MoviePosterDB).

Edit: Version 1.1.9 is available Big Grin


- Baswazz - 2011-09-16

Great news. Thx for adding the tmdb for posters.


geen poster en fanart met moviemeter scraper - duduf - 2011-09-17

hello, i have now version 1.1.9 but it doesn't still find any movie poster and fanart. Do you think the problem is on my PC of is for everyone the same issue ??


- BertusG - 2011-09-17

I also have the same problems with version 1.1.9. No fanart and fanart is used as a tumbnail. For example with the movie 'Blitz'


- _Mitch_ - 2011-09-18

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)


- BertusG - 2011-09-18

Is there an option to downgrade to an earlier version?


- The_Ghost16 - 2011-09-19

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.


- Xenomes - 2011-09-19

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.


- BertusG - 2011-09-20

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'..


- midpitch - 2011-09-20

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.


- duduf - 2011-09-20

By my it's still not finding covers and fanart :confused2:


- Xenomes - 2011-09-20

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


- The_Ghost16 - 2011-09-21

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.


- The_Ghost16 - 2011-09-23

Scraper is updated and should get all posters and fanart correctly now.