2009-09-14, 19:26
Sorry for title, i would be clear
I'm updating the MyMovies.xml scraper...now don't work beacause site have change graphic.
The problem:
I would implement GetTmdbBackdrops Function, but i don't have imdb id.
I must search in the tmdb (through api) with film name, but MyMovies is an italian films db and the title is translated in italian language.
Any time there is the original title, but not always, because not always there is a difference from original and italian title...
I would made something like this:
1 - Get Original film Title (from mymovies.it)
2 - If regular expression don't match => No Original title
thanks!
i'm italian, sorry for my bad english!
I'm updating the MyMovies.xml scraper...now don't work beacause site have change graphic.
The problem:
I would implement GetTmdbBackdrops Function, but i don't have imdb id.
I must search in the tmdb (through api) with film name, but MyMovies is an italian films db and the title is translated in italian language.
Any time there is the original title, but not always, because not always there is a difference from original and italian title...
I would made something like this:
1 - Get Original film Title (from mymovies.it)
2 - If regular expression don't match => No Original title
2.1 - Search on tmdb with "normal" film title
3 - else3.1 - search on tmdb with original film title
4 - Get backdrops of first film reportedthanks!
i'm italian, sorry for my bad english!