mikevallano / tmdb-moviequeue

Add movies to your queue, share lists with family & friends. http://www.flicksonlists.com/
http://www.flicksonlists.com/
0 stars 0 forks source link

Add custom_trailer flag? #204

Open mikevallano opened 4 years ago

mikevallano commented 4 years ago

When refreshing data from TMDB, they might now have better trailers. However, if we already added a trailer, we don't want to override with a shitty one.

So, I think we should maybe add a custom_trailer flag that is set to true when we add a...custom trailer. Then when refreshing data we can not update if the movie has a custom_trailer.

lortza commented 4 years ago

Ah, so it isn't just that TMDB didn't have a trailer. It's that we may have replaced the TMDB-supplied trailer with something better. I wonder if there is a way to differentiate a TMBD-derived trailer from one we've entered.