kalibrado / trailer-finder

Trailer Finder is a tool that automatically searches and downloads movie trailers for your media collection. It integrates with media management tools like Radarr and Sonarr to keep your trailers up-to-date.
MIT License
15 stars 0 forks source link

Trailer Finder

Semgrep Dependabot Updates CodeQL

Buy Me A Beer

Introduction

Trailer Finder Logo Trailer Finder is a versatile automation tool designed to streamline the process of searching and downloading movie and TV show trailers. Built with Python, it integrates seamlessly with Radarr and Sonarr APIs, leverages TMDB (The Movie Database) for trailer information, and uses yt-dlp for downloading from YouTube. Whether you're a movie enthusiast or managing a media library, Trailer Finder offers configurable options to enhance your trailer collection effortlessly.

Key Features

Documentation

For detailed information on installation, usage, configuration, and modules, please refer to our comprehensive documentation available on GitHub Pages.

Installation

  1. Clone the GitHub repository:

    git clone https://github.com/kalibrado/trailer-finder.git
    cd trailer-finder
  2. Install Python dependencies:

    pip install -r requirements.txt
  3. Configure the application by renaming config.sample.yaml to config.yaml and adding your API keys and other necessary settings.

Usage

To run Trailer Finder after installation and configuration:

python main.py

To stop the tool, use Ctrl + C in the console. Logs are displayed in the console and can be redirected to log files if needed.

Contributing

We welcome contributions! Please follow the instructions in our contributing guide on GitHub Pages.

Docker

To run Trailer Finder with Docker, follow the instructions available in our Docker section on GitHub Pages.

Troubleshooting

If you encounter issues, please refer to the troubleshooting section of our documentation or open an issue on GitHub.

License

This project is licensed under the MIT License.

Contact

For any questions, you can reach out to me through the following channels:

Thank you for using Trailer Finder!