2023-03-11, 16:33
Hi, not sure if this is an issue anyone else has seen, but I'm using The Movie Database Python to scrape movies in Kodi 20.0. I recently noticed a clearlogo wasn't showing, but my fallback label also wasn't displaying.
I think this is because the clearlogo path scraped, for the movie Her (2013), is in svg format.
ListItem.Art(clearlogo) = https://image.tmdb.org/t/p/original/euFg...upUdk7.svg
Indeed, that file is the first logo shown on the website: https://www.themoviedb.org/movie/152601-...uage=en-GB
I can build resilience for this into my skin by igoring the path if it contains .svg, but I assume as Kodi doesn't support svg at all, this shouldn't be scraped?
Perhaps TMDB isn't supposed to accept svgs or perhaps it just wasn't a scenario that popped up before, but I just wanted to flag it here and see if this is something that should be raised as a bug fix for the scraper?
I think this is because the clearlogo path scraped, for the movie Her (2013), is in svg format.
ListItem.Art(clearlogo) = https://image.tmdb.org/t/p/original/euFg...upUdk7.svg
Indeed, that file is the first logo shown on the website: https://www.themoviedb.org/movie/152601-...uage=en-GB
I can build resilience for this into my skin by igoring the path if it contains .svg, but I assume as Kodi doesn't support svg at all, this shouldn't be scraped?
Perhaps TMDB isn't supposed to accept svgs or perhaps it just wasn't a scenario that popped up before, but I just wanted to flag it here and see if this is something that should be raised as a bug fix for the scraper?