annegerben / oversight

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

The Eagle #623

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. What version of Oversight are you using?
2.0α-r1977

2. On what operating system?
A100

3. If it is a scan related defect please provide scan logs . see
See attached scan log file.

4  What is the expected output?
"The Eagle" English title and plot + fanart 
(http://www.imdb.com/title/tt1034389)

What do you see instead?
"A Águia Da Legião Perdida" Portuguese title and plot and no fanart.

5. If possible tested with the latest alpha.
2.0α-r1977

Please provide any additional information below.
Please advise. Thank you!

Original issue reported on code.google.com by TTLuc...@gmail.com on 24 Jun 2011 at 11:18

Attachments:

GoogleCodeExporter commented 8 years ago
I am also experiencing trouble with the film The Eagle 2011 tt1034389. The log 
shows the scan finds tt1034389 but then decides to overwrite itself with an 
entry from themoviedb, but chooses 67658 instead of 49494. Also using r1977.

Original comment by DHemsle...@googlemail.com on 25 Jun 2011 at 8:57

GoogleCodeExporter commented 8 years ago
In using my PCH tonight i noticed The Eagle was listed correctly. I had added 
the links to themoivedb and imdb in nfo
http://www.imdb.com/title/tt1034389/,http://www.themoviedb.org/movie/49494
so I renamed the nfo to see if that had helped and I am back to A Aguia. Alas, 
on renaming the nfo properly I still have A Aguia so pretty sure this is just 
the rogue entry in themoviedb causing a problem. Looks like some days a rescan 
might correct it.

Original comment by DHemsle...@googlemail.com on 26 Jun 2011 at 10:15

GoogleCodeExporter commented 8 years ago
To get round the rogue entry in tmdb, I disabled tmdb search in awk for 
tt1034389. Then no fanart :(. So added entry in awk that if tt1034389 to 
Movie.getInfo 49494. This works.
Could you add option to specify tmdb in nfo as with imdb?

Original comment by DHemsle...@googlemail.com on 28 Jun 2011 at 1:25

GoogleCodeExporter commented 8 years ago
This is a fault with tmdb database. Someone should fix the entry.

A direct lookup via imdbid gives the non-english link but flagged with English 
language.

Simple fix is to create tmdb account and fix the data.
It would be impossible (or at least extremely difficult) for Oversight to check 
if tmdb data is correct.

Here is the tbdb response when looking up 1034389

<OpenSearchDescription><opensearch:Query searchTerms="tt1034389"/>
<opensearch:totalResults>1</opensearch:totalResults>
<movies>
<movie>
<popularity>3</popularity>
<translated>true</translated>
<adult>false</adult>

<language>en</language>  <<<<<<<<<<<<<<<   THIS IS WRONG

<original_name>A Águia da Legião Perdida</original_name>
<name>A Águia da Legião Perdida</name>
<alternative_name>A Águia da Nona Legião</alternative_name>
<type>movie</type>
<id>67658</id>
<imdb_id>tt1034389</imdb_id>
<url>http://www.themoviedb.org/movie/67658</url>
<overview>Ano 120 AC. Vinte anos se passaram sem que ninguém soubesse explicar 
o desaparecimento da Nona Legião nas montanhas da Escócia. Agora, o jovem 
centurião Marcus Aquila (Channing Tatum), apesar de desacreditado por todos, 
veio de Roma para tentar solucionar o mistério e restaurar a reputação de 
seu pai, comandante daquele pelotão. Acompanhado do escravo Esca (Jamie Bell), 
ele cruza as Muralhas de Hadrian até a parte alta da Caledônia, onde irá 
enfrentar tribos selvagens para recuperar o emblema da águia de ouro da Nona 
Legião também desaparecido.</overview>
<votes>0</votes>
<rating>0.0</rating>
<certification/>
<released/>
<runtime>114</runtime>
<categories></categories>
<images>
      </images>
<version>8</version>
<last_modified_at>2011-06-22 18:39:49</last_modified_at>
</movie>
</movies>
</OpenSearchDescription>

Original comment by a...@lordy.org.uk on 28 Jun 2011 at 9:57

GoogleCodeExporter commented 8 years ago
Please follow thread 
http://forums.themoviedb.org/topic/1939/how-to-fixmove-portugese-version-of-the-
eagle/

Original comment by a...@lordy.org.uk on 28 Jun 2011 at 10:05