Closed dreulavelle closed 9 months ago
trakt response for that that imdb id
https://api.trakt.tv/search/imdb/tt1475582?extended=full
[
{
"type": "show",
"score": 1000,
"show": {
"title": "Sherlock",
"year": 2010,
"ids": {
"trakt": 19792,
"slug": "sherlock",
"tvdb": 176941,
"imdb": "tt1475582",
"tmdb": 19885,
"tvrage": 23433
},
"tagline": "A new sleuth for the 21st century.",
"overview": "A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.",
"first_aired": "2010-07-25T20:00:00.000Z",
"airs": {
"day": "Sunday",
"time": "21:00",
"timezone": "Europe/London"
},
"runtime": 90,
"certification": "TV-14",
"network": "BBC One",
"country": "gb",
"trailer": "https://youtube.com/watch?v=xK7S9mrFWL4",
"homepage": "http://www.bbc.co.uk/programmes/b018ttws",
"status": "ended",
"rating": 8.92132,
"votes": 45807,
"comment_count": 146,
"updated_at": "2024-01-18T19:39:25.000Z",
"language": "en",
"available_translations": [
"ar",
"bg",
"...."
],
"genres": [
"drama",
"crime",
"mystery"
],
"aired_episodes": 12
}
}
]
for context, I have a lot of episodes from it, but missing some episodes..
overseerr shows..
Sherlock is the one it messes up on, but Kakasanti has shown that his scrapes/downloads just fine 🤔
[2024-01-19 05:43:48 | DEBUG] <realdebrid._download_item> - Downloaded Sherlock S01
[2024-01-19 05:43:55 | DEBUG] <realdebrid._download_item> - Downloaded Sherlock S02
[2024-01-19 05:43:58 | DEBUG] <realdebrid._download_item> - Downloaded Sherlock S03
[2024-01-19 05:44:01 | DEBUG] <realdebrid._download_item> - Downloaded Sherlock S04
Need to have content service pass item type along with imdb id. Currently grabbing the first item from trakt when searching, can return the wrong thing.
line 112 of trakt is,
item imdb_id is
tt1475582
which shows as ashow
from trakt reponse but ends up as anepisode
type