Support for torrents, nzbs, podcasts, comics, TV, movies, RSS, HTML, CSV, and more.
Join us for chat and discussions via your preferred chat client. See all methods here.
For support and help use the Flexget Forums
For bugs open a Github Issue
As we are always trying to update and expand the features of FlexGet, please refer to UpgradeActions for relevant information and configuration changes before upgrading your installation.
Custom plugins support to add features, and to work with sites that do not provide useful feeds.
Manage and track your series and/or movies directly from trakt.tv, thetvdb.com or imdb.com.
You can run FlexGet in daemon mode, and handle scheduling directly in your FlexGet config.
Full series and movie support with automatic scheduling, searching, downloading and even sorting in some cases.
A brand new web interface is being developed to help with configuration and settings.
Not built for any specific client or purpose. FlexGet can automate all kinds of content processing.
Easy configuration was a high priority when designing the application. If you have ever used command line based application you should be more than qualified. There is also experimental Web-UI coming along (slowly).
FlexGet uses YAML for configuration. This may be confusing (for new users) at first, but don't be scared, FlexGet is equipped with validator that tries to guide you if you make mistakes.
Configuration example:
This is a complete, fully functional, configuration file! You don't need anything more complex than this to get started.
tasks:
task name:
rss: http://example.com/torrents.xml
series:
- pioneer one
- some series
This example would download new episodes of pioneer one
and some series
to ~/series
using series plugin.
For more information about how FlexGet works, check available plugins or detailed configuration.