German OFDB Scraper not working correctly?

Just getting low-res cover
Hey there,

im just wondering. after a few weeks of not using plex, the german scraper for ofdb seems to fetch only the low res cover for any movies i got. It seems like the movieposterdb connection is not working anymore. As soon as i use the IMDB Scraper i get high res pictures (but english plot description).

Anyone here who can help?

Thank you in advance!
André

I’m having the same problem - only low resolution posters with OFDB although i checked movieposterdb.



Does anyone know a solution?

MoviePosterDB changed the search url.

It should be also broken in:

filmaffinity

imdb tv

imdb

ofdb

ptgate



You can fix ofdb with the attached patch.


<br />
patch -p1 /Applications/Plex.app/Contents/Resources/Plex/system/scrapers/video/ofdb.xml < ofdb_plex.txt<br />




or just edit the file


<br />
<       <RegExp conditional="movieposterdb" input="$$1" output="&lt;url function=&quot;GetMoviePosterDBLink&quot;&gt;http://www.movieposterdb.com/browse/search?title=\2&lt;/url&gt;" dest="5+"><br />
---<br />
>       <RegExp conditional="movieposterdb" input="$$1" output="&lt;url function=&quot;GetMoviePosterDBLink&quot;&gt;http://www.movieposterdb.com/browse/search?type=movies&amp;amp;query=\2&lt;/url&gt;" dest="5+"><br />
<br />





Have fun!

looks good

but now we have to rescan the whole library

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.