@Babushka23 wrote:
I use a torrent site that allows me to create an RSS feed of bookmarked torrents. I generally use this for one off downloads when we want to watch something.
I can get FlexGet to read the RSS feed and pass it off to Deluge, but I can't figure out how to get naming to work properly. Preferably, FlexGet would scrape TVDB for the show name, etc. I don't think I can use the
series
plugin because these are generally all over the place and I can't guarantee it will be a series we have watched before. Any ideas?So far I have this config:
tasks: autotorrent: rss: url: https://torrentsite/bookmarks all_entries: no accept_all: yes thetvdb_lookup: yes set: content_filename: "{{tvbd_series_name}} - {{ tvdb_ep_name|default('Unknown') }} - {{ quality|upper }}" movedone: /mnt/598C-97BF/Tv_Shows/{{tvdb_series_name}}/Season {{tvdb_series_season}}/ deluge: username: xxxxxxx password: xxxxxxx un-rar: filesystem: path: /mnt/598C-97BF/Tv_Shows/ recursive: yes mask: '*.rar' accept_all: yes decompress: yes
Posts: 1
Participants: 1