Trailer support
Overview
Add support for movie trailers.
Implementation
Requires #109
- Ignore trailers from scan by trying to match this pattern:
(?:^|-)trailer\..+$
- For each movie, try to search for a trailer:
a. trailer.
b. <movie_filename>-trailer.
- If trailer is detected, scan it and attach it to the movie
Trailer will be displayed on the last tab in movie details page.
Trailer support
Overview
Add support for movie trailers.
Implementation
Requires #109
(?:^|-)trailer\..+$a. trailer.
b. <movie_filename>-trailer.
Trailer will be displayed on the last tab in movie details page.