A simple node project that uses the Emby API with TMDB API to download trailers for your media collection.
Download the source using Git.
git clone https://github.com/AdamKearn/node-emby-trailer-downloader.git
cd node-emby-trailer-downloader
Before you can use the program you will need to set you API details as environment variables or in the .env
file.
node .
As this project uses the Emby API and TMDB to get the trailers you will need to make an API key. See the below steps to signup/create a key.
- Open the Emby Settings
- Click on "API Keys"
- Click on "New API Key"
- Enter a name to call your key. e.g. TrailerDownloader
- Sign up for an TMDB account here
- Click on your avatar or initials in the main navigation
- Click the "Settings" link
- Click the "API" link in the left sidebar
- Click "Create" or "click here" on the API page
For Windows users download FFMPEG here
sudo apt-get install FFmpeg
Pull requests are more than welcome. :)
Thanks for checking out my little project.
I will continue to update this in my spare time.