annegerben / oversight

Automatically exported from code.google.com/p/oversight
0 stars 1 forks source link

Missing images for certain Russian movies #555

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
- Both files Обитаемый.остров.2008.avi (tt0972558) and 
Обитаемый.остров.Схватка.2009.avi (tt1399952) - a box-set 
of 2 movies - get correct Russian info (no problems with it) but never get any 
images despite the fact that IMDB, themoviedb.org and Kinopoisk have them. In 
r1426 they get correct images (posters and fanart). 

Original issue reported on code.google.com by lordylo...@gmail.com on 12 Jan 2011 at 10:16

GoogleCodeExporter commented 8 years ago
In the case of  Обитаемый.остров.2008.avi (tt0972558) there was 
a bad image url returned by themoviedb

<image type="poster" 
url="http://hwcdn.themoviedb.org/posters/131/4bc94dc8017a3c57fe022131/16911-mid.
jpg" size="mid" width="500" height="767" id="4bc94dc8017a3c57fe022131"/>

XML is below. Note the user interface does not show this image:
http://www.themoviedb.org/movie/16911/posters

So this is really a themoviedb error. 

For Russian Locale it did find http://kinopoisk.ru//images/film/257774.jpg in 
my tests.
I'll check the other movie now but this may just be an issue with themoviedb.

<images>

<image type="poster" 
url="http://hwcdn.themoviedb.org/posters/131/4bc94dc8017a3c57fe022131/16911-orig
inal.jpg" size="original" width="450" height="690" 
id="4bc94dc8017a3c57fe022131"/>
<image type="poster" 
url="http://hwcdn.themoviedb.org/posters/131/4bc94dc8017a3c57fe022131/16911-mid.
jpg" size="mid" width="500" height="767" id="4bc94dc8017a3c57fe022131"/>
<image type="poster" 
url="http://hwcdn.themoviedb.org/posters/131/4bc94dc8017a3c57fe022131/16911-cove
r.jpg" size="cover" width="185" height="284" id="4bc94dc8017a3c57fe022131"/>
<image type="poster" 
url="http://hwcdn.themoviedb.org/posters/131/4bc94dc8017a3c57fe022131/16911-thum
b.jpg" size="thumb" width="92" height="141" id="4bc94dc8017a3c57fe022131"/>

<image type="poster" 
url="http://hwcdn.themoviedb.org/posters/1f2/4c20b22b7b9aa131230001f2/16911-orig
inal.jpg" size="original" width="800" height="1165" 
id="4c20b22b7b9aa131230001f2"/>
<image type="poster" 
url="http://hwcdn.themoviedb.org/posters/1f2/4c20b22b7b9aa131230001f2/16911-mid.
jpg" size="mid" width="500" height="728" id="4c20b22b7b9aa131230001f2"/>
<image type="poster" 
url="http://hwcdn.themoviedb.org/posters/1f2/4c20b22b7b9aa131230001f2/16911-cove
r.jpg" size="cover" width="185" height="269" id="4c20b22b7b9aa131230001f2"/>
<image type="poster" 
url="http://hwcdn.themoviedb.org/posters/1f2/4c20b22b7b9aa131230001f2/16911-thum
b.jpg" size="thumb" width="92" height="134" id="4c20b22b7b9aa131230001f2"/>

<image type="poster" 
url="http://hwcdn.themoviedb.org/posters/12c/4c20b2627b9aa1322700012c/16911-orig
inal.jpg" size="original" width="856" height="1219" 
id="4c20b2627b9aa1322700012c"/>
<image type="poster" 
url="http://hwcdn.themoviedb.org/posters/12c/4c20b2627b9aa1322700012c/16911-mid.
jpg" size="mid" width="500" height="712" id="4c20b2627b9aa1322700012c"/>
<image type="poster" 
url="http://hwcdn.themoviedb.org/posters/12c/4c20b2627b9aa1322700012c/16911-cove
r.jpg" size="cover" width="185" height="263" id="4c20b2627b9aa1322700012c"/>
<image type="poster" 
url="http://hwcdn.themoviedb.org/posters/12c/4c20b2627b9aa1322700012c/16911-thum
b.jpg" size="thumb" width="92" height="131" id="4c20b2627b9aa1322700012c"/>

...
</images>

Original comment by lordylo...@gmail.com on 18 Jan 2011 at 11:41

GoogleCodeExporter commented 8 years ago
raised at tmdb http://forums.themoviedb.org/post/9462/#p9462

Original comment by lordylo...@gmail.com on 18 Jan 2011 at 11:55

GoogleCodeExporter commented 8 years ago
Also same thing for http://www.themoviedb.org/movie/18122/posters

Again kinopoisk image retrieved ok in latest alpha.

Could be a LOW priority change to oversight code to get all possible images in 
priority order, and try to process each in turn, but this may be a lot of 
effort for a small problem , that is someone elses problem really?
I'll close for now - if it becomes an issue it should get re-opened again.

Original comment by lordylo...@gmail.com on 19 Jan 2011 at 12:02