@SumRndUsr wrote:
I am so lost, can someone please convert the following from the old code to the new:
Here's the old code.
clean_transmission:
host: '{? transmission.host ?}'
port: '{? transmission.port ?}'
username: '{? transmission.user ?}'
password: '{? transmission.pass ?}'
tracker: {? settings.tracker_remove ?}'
preserve_tracker: '{? settings.tracker_preserve ?}'
delete_files: no
finished_for: 2 minutesHere is also my transmission connection block in case you need it:
transmission:
host: '{? transmission.host ?}'
port: '{? transmission.port ?}'
username: '{? transmission.user ?}'
password: '{? transmission.pass ?}'
ratio: 0I tried doing it myself using the https://flexget.com/Cookbook/TorrentCleanup#transitioning-from-clean-transmission page but some of it makes no sense (like filtering trackers for example)
Posts: 1
Participants: 1