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?
fuglu01
December 19, 2009, 2:16am
3
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="<url function="GetMoviePosterDBLink">http://www.movieposterdb.com/browse/search?title=\2</url>" dest="5+"><br />
---<br />
> <RegExp conditional="movieposterdb" input="$$1" output="<url function="GetMoviePosterDBLink">http://www.movieposterdb.com/browse/search?type=movies&amp;query=\2</url>" dest="5+"><br />
<br />
Have fun!
looks good
but now we have to rescan the whole library
system
Closed
December 20, 2019, 8:29pm
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.