taylorbobaylor / TrailerDownloader

Downloads all missing trailers for movies in your Plex library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrailerDownloader

Description

Downloads all missing trailers for movies in your Plex library. When it downloads, it will place the trailer in the same folder the movie is in with the name {MovieTitle}-trailer.

Installation

docker cli

docker run -d \
  --name=movie-trailer-downloader \
  -p 6767:8080 \
  -v /path/to/movies:/movies \
  taylorbobaylor/movie-trailer-downloader

Docker Hub Repo

Windows

  1. Download the latest TrailerDownloaderWindows.zip here
  2. Extract the zip to your preferred directory.
  3. Run TrailerDownloader.exe

Demo

til

Structure

This app expects your movies to be in a specific structure. If your movies do not match the format below, you will not be able to use this.

-Movies
---Movie Title 1 (2014)
-----Movie Title 1 (2014).mp4
---Movie Title 2 (2009)
-----Movie Title 2 (2009).mkv

Donate

I did this for fun and a learning experience but feel free to buy me a cup of coffee so I can continue to make this app awesome!

paypal

Hopefully this will help someone and enjoy!

About

Downloads all missing trailers for movies in your Plex library

License:GNU General Public License v3.0


Languages

Language:C# 41.3%Language:TypeScript 38.3%Language:HTML 13.6%Language:JavaScript 4.2%Language:Dockerfile 2.1%Language:SCSS 0.5%