- Moderator
- #801
I could certainly improve the scaper to get certification and release date for localised regions. Currently it gets the certification and release date from the US release only.I gave themoviedb a try now. It works really fast but I have two problems. In the most cases the script doesn't scrap certification but when it does, then it is not in German.
As @RoChess mentioned there is no mapping system, but we could add an advance setting allowing for that. Currently themoviedb.org has the following German genres:Is there a way to redirect the genre titles like "Liebesfilm" to "Liebe & Romantik"?
Code:
{
"genres": [
{
"id": 28,
"name": "Action"
},
{
"id": 12,
"name": "Abenteuer"
},
{
"id": 16,
"name": "Animation"
},
{
"id": 35,
"name": "Komödie"
},
{
"id": 80,
"name": "Krimi"
},
{
"id": 99,
"name": "Dokumentarfilm"
},
{
"id": 18,
"name": "Drama"
},
{
"id": 10751,
"name": "Familie"
},
{
"id": 14,
"name": "Fantasy"
},
{
"id": 36,
"name": "Historie"
},
{
"id": 27,
"name": "Horror"
},
{
"id": 10402,
"name": "Musik"
},
{
"id": 9648,
"name": "Mystery"
},
{
"id": 10749,
"name": "Liebesfilm"
},
{
"id": 878,
"name": "Science Fiction"
},
{
"id": 10770,
"name": "TV-Film"
},
{
"id": 53,
"name": "Thriller"
},
{
"id": 10752,
"name": "Kriegsfilm"
},
{
"id": 37,
"name": "Western"
}
]
}
Just out of curiousity and to save me googling...what is the difference between "Liebesfilm" to "Liebe & Romantik" ?[/code]