Linux command
flexget 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Run all tasks
flexget execute
Run specific task
flexget execute --task [task_name]
Test configuration
flexget check
Start daemon
flexget daemon start
Stop daemon
flexget daemon stop
Show task status
flexget status
List series
flexget series list
说明
FlexGet is a powerful automation tool for managing media content through customizable tasks and plugins. It monitors RSS feeds, torrent sites, and other sources to automatically download and organize TV shows, movies, podcasts, and other media based on user-defined rules and filters. The tool operates on a task-based system defined in YAML configuration files. Tasks can filter content by quality, series tracking, release groups, or custom patterns. FlexGet integrates with download clients like Transmission, Deluge, and qBittorrent, as well as media management tools like Plex and Kodi. FlexGet can run as a daemon for continuous monitoring or execute tasks on-demand. It maintains a database of seen entries to prevent duplicate downloads and supports series tracking with automatic episode progression. The plugin architecture enables extensive customization for specific workflows.
参数
- --task _name_
- Run specific task.
- -c, --config _file_
- Config file.
- --test
- Test mode (no actions).
- --no-cache
- Disable caching.
FAQ
What is the flexget command used for?
FlexGet is a powerful automation tool for managing media content through customizable tasks and plugins. It monitors RSS feeds, torrent sites, and other sources to automatically download and organize TV shows, movies, podcasts, and other media based on user-defined rules and filters. The tool operates on a task-based system defined in YAML configuration files. Tasks can filter content by quality, series tracking, release groups, or custom patterns. FlexGet integrates with download clients like Transmission, Deluge, and qBittorrent, as well as media management tools like Plex and Kodi. FlexGet can run as a daemon for continuous monitoring or execute tasks on-demand. It maintains a database of seen entries to prevent duplicate downloads and supports series tracking with automatic episode progression. The plugin architecture enables extensive customization for specific workflows.
How do I run a basic flexget example?
Run `flexget execute` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --task _name_ do in flexget?
Run specific task.