@dawkpaul wrote:
Hi there,
I've used trusty flexget since the very earliest versions of the software, 4-5 years ago.
I made the mistake of upgrading the software last night, and now my config.yml no longer works.
Here's my config.yml:
tasks: Movie task: from_transmission: host: localhost port: 9091 username: dawkpaul password: xxx onlycomplete: yes regexp: accept: - \bhttp://tracker.net[^\s]+ - \bhttp://tacker2.net.[^\s]+ from: transmission_trackers tmdb_lookup: no exec: cp -R {{transmission_downloadDir}}/"{{title}}" /media/userdata/movtemp/"{{title}}" TV task: from_transmission: host: localhost port: 9091 username: dawkpaul password: xxx onlycomplete: yes regexp: accept: - \bhttp://tracker.net[^\s]+ - \bhttp://tracker.tv[^\s]+ from: transmission_trackers exec: cp -R {{transmission_downloadDir}}/"{{title}}" /media/userdata/tvtemp
Tracker names obviously obfuscated...
Even though there are literally hundreds of registered torrents, here is the output I receive:
2019-01-07 09:15 VERBOSE task_queue There are 2 tasks to execute. Shutdown will commence when they have completed. 2019-01-07 09:15 VERBOSE details Movie task Produced 1 entries. 2019-01-07 09:15 VERBOSE details Movie task Summary - Accepted: 0 (Rejected: 0 Undecided: 1 Failed: 0) -- Undecided: -------------------------- title : nonmovie url : file:///home/debian-transmission/.config/transmission-daemon/torrents/nonmovie.torrent original_url : file:///home/debian-transmission/.config/transmission-daemon/torrents/nonmovie.torrent content_size : 2544.58213425 quality : <LazyField - value will be determined when it is accessed> task : Movie task torrent_info_hash: 5584289CDC4FB6F21A7D370A332880959605631B transmission_comment: transmission_downloadDir: /media/userdata/torrent transmission_isFinished: True transmission_isPrivate: True transmission_trackers: [http://trackerthatdoesntmeetregex:43000/rpjrduohcinx9nahntzgi5sdd21v2n3u/announce] 2019-01-07 09:15 VERBOSE details TV task Produced 1 entries. 2019-01-07 09:15 VERBOSE details TV task Summary - Accepted: 0 (Rejected: 0 Undecided: 1 Failed: 0) -- Undecided: -------------------------- title : nonmovie url : file:///home/debian-transmission/.config/transmission-daemon/torrents/nontv.torrent original_url : file:///home/debian-transmission/.config/transmission-daemon/torrents/nontv.torrent content_size : 2544.58213425 quality : <LazyField - value will be determined when it is accessed> task : TV task torrent_info_hash: 5584289CDC4FB6F21A7D370A332880959605631B transmission_comment: transmission_downloadDir: /media/userdata/torrent transmission_isFinished: True transmission_isPrivate: True transmission_trackers: [http://sametrackerthatdoesntmeetregex:43000/rpjrduohcinx9nahntzgi5sdd21v2n3u/announce]
So, for some reason, something has either changed with from_transmission plugin, or regexp, as there is no recognition of the torrents listed in transmission, nor is it correctly subsetting the search down the appropriate tracker for movies or tv shows.
Appreciate any help in advance!!
Posts: 1
Participants: 1