tasks: my_shows: rss: https://your-tracker-rss.com series: - The Mandalorian - Succession: quality: 1080p transmission: host: localhost port: 9091 username: myuser password: mypassword Use code with caution.
FlexGet is a powerful automation tool that allows you to manage your media downloads without lifting a finger. While it can handle everything from local file management to complex API interactions, its most common use case is monitoring RSS feeds to automate torrent or NZB downloads.
FlexGet is Python-based, making it cross-platform. To install it, you generally only need a single command: pip install flexget Once installed, verify it by running flexget -V . Step 2: Creating Your Configuration File