templates: # Check if exists, download using Deluge and auto-move file tvtorrent: # Don't use Flexget's internal databse of downloaded shows disable: - seen - seen_info_hash - remember_rejected # Instead, check if the episode already exists in the file system exists_series: '/media/Series/{{series_name}}' # Use Deluge torrent client deluge: username: osiris password: osiris # Only download the file that accounts for 90% of the torrent size # Other files are placed in a hidden "." directory main_file_only: yes # Wait for file and metadata to be downloaded before other commands magnetization_timeout: 60 # Comply with Deluge queues automanaged: true # Rename the main file to "Elementary - S01E01" while maintaining file extension content_filename: '%(series_name)s - %(series_id)s' # Move the finished torrent to "Series/Elementary/Season 1" movedone: /media/Series/%(series_name)s/Season %(series_season)s/ # Finish the torrent on Deluge when this ratio is reached ratio: 0.0001 # Remove the torrent from Deluge when it is finished removeatratio: yes # Centralised list of TV shows to be downloaded myshows: # Look for the following series in any input plugin series: - Brooklyn Nine-Nine - Castle (2009) - Elementary - Game of Thrones - Grey's Anatomy - Homeland - Modern Family - Scandal (US) - The Big Bang Theory - The Blacklist tasks: # Then try the personalised showRSS feed showRSS: rss: http://showrss.info/user/6892.rss?magnets=false&namespaces=true&name=clean&quality=any&re=yes template: - tvtorrent - myshows