trakt-tools / universal-trakt-scrobbler

MIT License
558 stars 54 forks source link

Hide trailers? #242

Open FezVrasta opened 1 year ago

FezVrasta commented 1 year ago

On Prime Video I watched "The Grand Tour: A Scandi Flick - Trailer" and it shows up as a real movie rather than a trailer. Do you think it would make sense to hide elements that have "trailer" in the name?

downey-lv commented 1 year ago

In Prime API there are additional entityType: -"Bonus Content" -"Trailer"

We should probably ignore (is it possible to ignore items?) Trailer and try to match Bonus Content against Trakt specials. I'll look into it

UPDATE: Trailers are often also marked as Bonus Content, so it isn't as straightforward

downey-lv commented 1 year ago

Do you think it would make sense to hide elements that have "trailer" in the name?

This wouldn't be a good approach due to mismatches in both directions, e.g. "Trailer Park Boys" as false positives and "The Grand Tour presents… Carnage A Trois" (same name for trailer and episode) as false negatives.