@DJCBlue wrote:
A couple months ago, my config stopped downloading movies. I've updated my config file to replace movie_queue with movie_list. My tv shows seem to download fine, but I can't get the movies to pass to transmission and start the download. It uses the search plugins within discover and actually finds torrents, but it never compares for quality or accepts or rejects the torrents. Immediately after searching, my job seems to abruptly end without finishing the cleanup process. Here is my config:
templates: tvshows: thetvdb_lookup: yes exists_series: - /media/usb0/TV/ - /media/usb0/Downloads/incomplete regexp: reject: - FASTSUB - VOSTFR - Subtitulado content_filter: reject: - '*.rar' - '*.zip' - '*.avi' set: path: /media/usb0/TV/{{ series_name }}/"S"{{ series_season|pad(2) }} magnetization_timeout: 30 content_filename: "{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name|default('Missing Title') }}" main_file_only: yes transmission: host: localhost port: 9091 username: #### password: #### inputs: - rss: http://showrss.info/user/89048.rss?magnets=true&namespaces=true&name=clean&quality=null&re=null movies: transmission: host: localhost port: 9091 username: #### password: #### path: /media/usb0/Movies quality: 720p+ bluray tasks: get_tvshowshd: priority: 1 template: tvshows configure_series: from: trakt_list: username: #### list: Following in HD type: shows settings: quality: 720p+ hdtv+ get_tvshows: priority: 2 template: tvshows configure_series: from: trakt_list: username: #### list: Following type: shows settings: quality: hdtv+ <720p fill_movie_list: priority: 3 trakt_list: username: ##### list: watchlist type: movies seen: local list_add: - movie_list: movies accept_all: yes get_movies: template: movies priority: 4 content_size: max: 8000 min: 650 torrent_alive: yes discover: what: - movie_list: movies from: - piratebay: category: highres movies sort_by: default - extratorrent: category: movies - publichd: category: - BluRay 720p - BluRay 1080p - BRRip list_queue: - movie_list: movies list_remove: - trakt_list: username: #### list: movies type: movies get_subtitles: priority: 5 filesystem: path: - /media/usb0/Movies regexp: '.*\.(avi|mkv|mp4)$' recursive: yes accept_all: yes subliminal: languages: - eng alternatives: - eng exact_match: yes cleanup: priority: 6 clean_transmission: host: localhost port: 9091 username: #### password: #### finished_for: 7 days
And here is the log results for one of the searches:
2016-09-06 19:44 VERBOSE discover get_movies Searching for
Fantastic Four (2015)
with pluginpiratebay
(49 of 50)
2016-09-06 19:44 DEBUG piratebay get_movies Using http://thepiratebay.se/search/Fantastic%20Four%20%282015%29/0/99/207 as piratebay search url
2016-09-06 19:44 DEBUG utils.requests get_movies Fetching http://thepiratebay.se/search/Fantastic%20Four%20%282015%29/0/99/207
2016-09-06 19:44 DEBUG discover get_movies Discovered 30 entries from piratebay
2016-09-06 19:44 VERBOSE discover get_movies Searching forFantastic Four (2015)
with pluginextratorrent
(49 of 50)
2016-09-06 19:44 DEBUG extratorrent get_movies Using http://extratorrent.cc/rss.xml?type=search&cid=4&search=Fantastic%20Four%20%282015%29 as extratorrent search url
2016-09-06 19:44 DEBUG discover get_movies Discovered 50 entries from extratorrent
2016-09-06 19:44 VERBOSE discover get_movies Searching forFantastic Four (2015)
with pluginpublichd
(49 of 50)
2016-09-06 19:44 DEBUG publichd get_movies PublicHD search url: http://publichd.se/index.php?page=torrents&active=0&category=2%3B5%3B16&search=Fantastic%20Four%20%282015%29
2016-09-06 19:44 DEBUG utils.requests get_movies Fetching http://publichd.se/index.php?page=torrents&active=0&category=2%3B5%3B16&search=Fantastic%20Four%20%282015%29
2016-09-06 19:44 DEBUG discover get_movies No results from publichdI can post the whole log file if that would help anyone. Thank you for any assistance. This has been driving me crazy for a week now.
Posts: 3
Participants: 2