Hello,

I'm trying to create a list of English titles of my movies. Therefore I 
search through the list of akas for strings like 'USA', 'English title', 
'UK' and so on. I've came through a case where this does not work well:

http://www.imdb.com/title/tt0075860/releaseinfo#akas

import imdb
i=imdb.IMDb()
m=i.get_movie('075860')
i.update(m)
m['akas']
[u'CE3K::USA (informal short title)', u'The Special Edition: Close 
Encounters of the Third Kind::USA (reissue title)', u'Encuentros 
cercanos del tercer tipo::Argentina, Peru', u'N\xe4rkontakt
  av tredje graden::Finland (Swedish title), Sweden', u'Rencontres du 
troisi\xe8me type::Canada (French title), France', u'Bliskie spotkania 
trzeciego stopnia::Poland', u'Blizka setkani tretih
o druhu::Czechoslovakia (Czech title)', u'Contatos Imediatos de Terceiro 
Grau::Brazil', u'Contatos Imediatos do Terceiro Grau::Brazil', 
u'Encontres a la tercera fase::Spain (Catalan title)',
u'Encontros Imediatos do 3\xba Grau::Portugal', u'Encuentros en la 
tercera fase::Spain', u'Encuentros en la tercera fase: Edici\xf3n 
especial::Spain (reissue title)', u'Harmadik t\xedpus\xfa
tal\xe1lkoz\xe1sok::Hungary', u'Incontri ravvicinati del terzo 
tipo::Italy', u'Kolmannen asteen yhteys::Finland', u'Michi tono 
s\xf4g\xfb::Japan', u'N\xe6rkontakt af tredie grad::Denmark', u'
N\xe6rkontakt av tredje grad::Norway (imdb display title)', u'Stenes 
epafes tritou typou::Greece (transliterated ISO-LATIN-1 title)', 
u'Stenes epafes tritou typou: Special ekdosi::Greece (rei
ssue title)', u'Steven Spielbergs Unheimliche Begegnung der dritten 
Art::West Germany (complete title)', u'Tehlikeli iliskiler::Turkey 
(Turkish title)', u'Unheimliche Begegnung der dritten Ar
t::West Germany', u"Unheimliche Begegnung der dritten Art - Die neue 
Version::West Germany (director's cut)"]

Some akas like USA (working title) are missing. However when I do 
i.get_movie_akas('075860') they are there. I would like to get 
absolutely all information with i.update(). Is this possible?

Best regards,

Michael

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to