[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
Why are other language posters other than English being pulled in?
01-18-2012, 01:30 AM (This post was last modified: 01-18-2012 01:55 AM by noone.)
Post: #1
Why are other language posters other than English being pulled in?
I'm noticing that a fair amount of posters being downloaded are French or even Portugese sometimes. When I look at the YAMJ logs, I can see the main movie URL it is going to and I can see in almost every instance that the main poster is in English, so why does YAMJ grab some obscure French version rather than the one shown on the main movie page in the upper left hand corner at themoviedb.org?

I guess YAMJ is looking at the highest rated poster, which is sometimes not English.

What setting can I change so that YAMJ only looks for posters on the English tab at themoviedb.org?
Find all posts by this user
Add Thank You Quote this message in a reply
01-18-2012, 02:10 AM
Post: #2
RE: Why are other language posters other than English being pulled in?
It's more likely someone started uploading a lot of pictures and didn't flag them english. There are mods that check the uploads pretty close to it being sent over but with the 8 hour cdn cache, it can take awhile to be reflective of that.

yamj also tries to get the skin size or better quality if possible, and then there is a quality setting you can have (default is 75% of the skin size). That can cause certain images to be favored, which also tends to the the higher rated.
Find all posts by this user
Add Thank You Quote this message in a reply
01-18-2012, 02:22 AM
Post: #3
RE: Why are other language posters other than English being pulled in?
(01-18-2012 02:10 AM)accident Wrote:  It's more likely someone started uploading a lot of pictures and didn't flag them english. There are mods that check the uploads pretty close to it being sent over but with the 8 hour cdn cache, it can take awhile to be reflective of that.

yamj also tries to get the skin size or better quality if possible, and then there is a quality setting you can have (default is 75% of the skin size). That can cause certain images to be favored, which also tends to the the higher rated.

Check out 'Ides of March' over at themoviedb.org. It pulls the French poster rather than any of the 8 or so English ones available. Is there a way to have YAMJ only look for posters in the English tab? I'd rather have a slightly lower quality English poster than a French poster. (no offense to the French)
Find all posts by this user
Add Thank You Quote this message in a reply
01-18-2012, 02:35 AM
Post: #4
RE: Why are other language posters other than English being pulled in?
It happens to me on some files also. omertron suggested changing
hemoviedb.language=en-US to
hemoviedb.language=en
Find all posts by this user
Add Thank You Quote this message in a reply
01-18-2012, 02:35 AM (This post was last modified: 01-18-2012 02:47 AM by accident.)
Post: #5
RE: Why are other language posters other than English being pulled in?
let me see what that api thinks, if it was already mod fixed it can be up to 8 hours.. give me a moment it's been awhile since I've hand done anything on the api

Yes, it's still in the api list for english:

Code:
<image type="poster" url="http://cf2.imgobject.com/t/p/w92/mCICqbwwmEjJYN57sjHTH0XG7qa.jpg" size="thumb" width="92" height="136" id="4f12fdc519c2950686000d09"/>
<image type="poster" url="http://cf2.imgobject.com/t/p/w154/mCICqbwwmEjJYN57sjHTH0XG7qa.jpg" size="w154" width="154" height="228" id="4f12fdc519c2950686000d09"/>
<image type="poster" url="http://cf2.imgobject.com/t/p/w185/mCICqbwwmEjJYN57sjHTH0XG7qa.jpg" size="cover" width="185" height="274" id="4f12fdc519c2950686000d09"/>
<image type="poster" url="http://cf2.imgobject.com/t/p/w342/mCICqbwwmEjJYN57sjHTH0XG7qa.jpg" size="w342" width="342" height="506" id="4f12fdc519c2950686000d09"/>
<image type="poster" url="http://cf2.imgobject.com/t/p/w500/mCICqbwwmEjJYN57sjHTH0XG7qa.jpg" size="mid" width="500" height="740" id="4f12fdc519c2950686000d09"/>
<image type="poster" url="http://cf2.imgobject.com/t/p/original/mCICqbwwmEjJYN57sjHTH0XG7qa.jpg" size="original" width="450" height="666" id="4f12fdc519c2950686000d09"/>

hmm wait the new api was rolled out a few weeks ago.. hmm what's hiding in it now
ok all bug fixes lately are for hte new api, the old one is about to shutdown but you can see language in it.. I'll post the yamj issue to switch..
Find all posts by this user
Add Thank You Quote this message in a reply
01-18-2012, 09:45 AM
Post: #6
RE: Why are other language posters other than English being pulled in?
I've done the new v3 API using their JSON implementation. Just not had a chance to switch it over as yet.

I want to do that before I release a new version of YAMJ so that we can test it and ensure the bugs are ironed out as the new API does things differently to the old API and there is an opportunity to optimise some code.

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to Omertron for this post
01-21-2012, 12:23 AM (This post was last modified: 01-21-2012 12:43 AM by Monza.)
Post: #7
RE: Why are other language posters other than English being pulled in?
Just wondered if you had any expected timeline (1 week, 2 weeks, 1 month ...) for the new revised YAMJ release?

cheers

(01-18-2012 02:35 AM)halfelite Wrote:  It happens to me on some files also. omertron suggested changing
hemoviedb.language=en-US to
hemoviedb.language=en


Hi, did the suggestion work?

also - silly question, but what is the easiest way to force re-scrape for the movies that have the 'incorrect' (non-english) artwork ?

thanks
Find all posts by this user
Add Thank You Quote this message in a reply
01-21-2012, 08:58 AM
Post: #8
RE: Why are other language posters other than English being pulled in?
No ETA on the new API for TheMovieDB which is what will solve the issue, it's almost there.
It'll get released in to the beta snapshots first for testing and then I'll release a new official version of YAMJ.

If you don't want to download a poster, you can always put a link to the poster in a NFO file (just copy the whole HTTP:// line)
That'll force an update to the movie

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [YAMJ] another language via nfo for specific movies Talosia 1 214 05-09-2013 08:26 PM
Last Post: Omertron
  Language problems in titles from IMDB Mr Burns 0 244 04-27-2013 12:27 AM
Last Post: Mr Burns
  [YAMJ] non-english choise from thetvdb Talosia 4 296 04-18-2013 06:32 PM
Last Post: Talosia
  [YAMJ] Title language problem (again) Boulder 1 366 04-01-2013 06:32 PM
Last Post: modmax
  YAMJ language problems still wgstarks 46 1,830 03-23-2013 09:05 PM
Last Post: wryker
  Help with audio language flags eversion/evZap wgstarks 17 711 02-17-2013 10:01 PM
Last Post: wgstarks
  r3517 language flag psyznewworld 0 318 02-14-2013 07:54 PM
Last Post: psyznewworld
  [YAMJ] YAMJ not creating Fanart, but posters ok litfoo 2 562 02-10-2013 05:43 PM
Last Post: litfoo
  [YAMJ] able to generate 2 posters at the same time , with and without watched overlay jluc2808 5 540 11-01-2012 01:15 AM
Last Post: jluc2808
  [YAMJ] Problem downloading TheTVDB posters (HTTP ERROR:403) Tijntje 5 1,199 09-19-2012 08:05 AM
Last Post: halfelite

Forum Jump: