Issues with movie titles (original vs. international) #947

Closed
opened 2012-09-13 12:31:17 +00:00 by rlx · 4 comments
Owner

Once we start organizing archives automatically, bad international titles for french/german/etc movies seem to be worse than original titles for japanese/chinese/etc movies. Poster titles are often in english, this may help on 0xDB. Also, original titles are probably constant, while international titles may get added quite some time after the release. So the proposal would be to make title the original title, not the international title, and on the info page display "Original (International)" instead of "International (Original)".

In addition, the parser will have to be updated to find certain international titles. For example, http://akas.imdb.com/title/tt0239925/releaseinfo#akas has an "English Title", but that part is currently commented out in the imdb module. Can we produce a list of all title strings to get a clearer idea?

Once we start organizing archives automatically, bad international titles for french/german/etc movies seem to be worse than original titles for japanese/chinese/etc movies. Poster titles are often in english, this may help on 0xDB. Also, original titles are probably constant, while international titles may get added quite some time after the release. So the proposal would be to make title the original title, not the international title, and on the info page display "Original (International)" instead of "International (Original)". In addition, the parser will have to be updated to find certain international titles. For example, <http://akas.imdb.com/title/tt0239925/releaseinfo#akas> has an "English Title", but that part is currently commented out in the imdb module. Can we produce a list of all title strings to get a clearer idea?
rlx added the
backend
label 2012-09-13 12:31:17 +00:00
j was assigned by rlx 2012-09-13 12:31:17 +00:00
rlx added the
major
defect
labels 2012-09-13 12:31:17 +00:00
Author
Owner

Ok, so it looks like determining the international title could work like this:

  1. "International (imdb display title) (English title)"

  2. "Foo (imdb display title) (English title)"

  3. "International (English title)"

  4. "Foo (English title)"

  5. "International (foo) (English title)"

  6. "Foo (foo) (English title)"

  7. "USA (foo)"

  8. "UK (foo)"

  9. "International (Foo title)"

If there are multiple matches in 2 or 4-9, sorting by title and taking the first one seems ok (arbitrary, doesn't favor specific countries, languages or version types, favors latin alphabet).

Ok, so it looks like determining the international title could work like this: 1. "International (imdb display title) (English title)" 2. "Foo (imdb display title) (English title)" 3. "International (English title)" 4. "Foo (English title)" 5. "International (foo) (English title)" 6. "Foo (foo) (English title)" 7. "USA (foo)" 8. "UK (foo)" 9. "International (Foo title)" If there are multiple matches in 2 or 4-9, sorting by title and taking the first one seems ok (arbitrary, doesn't favor specific countries, languages or version types, favors latin alphabet).
Owner

what about taking the first in the order from imdb if the same keys shows up multiple times?

what about taking the first in the order from imdb if the same keys shows up multiple times?
Author
Owner

Replying to [j]comment:2:

what about taking the first in the order from imdb if the same keys shows up multiple times?

Fine too.

1 and 2, above, are just a guess, for now.

Replying to [j]comment:2: > what about taking the first in the order from imdb if the same keys shows up multiple times? Fine too. 1 and 2, above, are just a guess, for now.
Owner

In []changeset:pandora,2260:

#!CommitTicketReference repository="" revision="pandora,2260"
use internationalTitle and new alternative title format: fixes #947 and #963
In []changeset:pandora,2260: ``` #!CommitTicketReference repository="" revision="pandora,2260" use internationalTitle and new alternative title format: fixes #947 and #963 ```
j added the
fixed
label 2012-09-22 20:00:39 +00:00
j closed this issue 2012-09-22 20:00:39 +00:00
rlx added this to the 12.04 milestone 2013-05-29 11:31:20 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#947
No description provided.