jsaddiction / TrailerTech

Download Trailers for you movies
MIT License
13 stars 4 forks source link

Determining movies vs trailers #3

Closed jsaddiction closed 3 years ago

jsaddiction commented 3 years ago

Movie files less than 600 seconds in length are identified as a trailer and as a result the directory is misidentified as "not a movie folder"

jsaddiction commented 3 years ago

If a video is less than MIN_MOVIE_DURATION 600s in this case, and it does not have '-trailer' in its file name, the video file is identified as a trailer. Should figure a better way to determine the appropriate classification of video files.

jsaddiction commented 3 years ago

If a video's filename does not include -trailer and it is less than 10min long then the two methods of differentiating between movies and trailers are in conflict. As such we should ignore results of both tests.