@thor wrote:
Most everything these days is a magnet and with magnets I cannot get deluge to grab just the main file. It always downloads my torrents as a directory with two or three child files. This is annoying to have to go and clean up my done location by moving the main file out of the directory and then remove the directory. This is easy enough but as I said a pain when I had a working solution that did not require my attention. Below is a snippet of my config file and I would appreciate any ideas that could lead to a solution.
tv: configure_series: from: thetvdb_favorites: account_id: # settings: # quality: 720p+ thetvdb_lookup: yes magnets: yes # content_size: # max: 300 # min: 1000 set: # path: /media/ST3500/incomplete path: /media/ST3320/incomplete content_filename: "{{ series_name |replace(':',' ')|replace('.',' ') }}-{{ series_id }}-{{ tvdb_ep_name |replace(':',' ')|replace('.',' ') |replace('?','') }}" movedone: "/media/WL3000/RaidMain/TV/{{ series_name |replace(':',' ')|replace('.',' ') }}/Season {{ series_season }}" # content_filename: | # {{ series_name }} - {{ series_id }} # {% if tvdb_ep_name|default(False) %} - {{ tvdb_ep_name }} {% endif %} deluge: main_file_only: yes ratio: 25 removeatratio: yes
Posts: 3
Participants: 2