@SchweddyBalz wrote:
I finally got my flexget set up with transmission on my Synology NAS. TV Shows seem to be working, but any movies are coming up as undecided. Here is my config file:
templates: global: verify_ssl_certificates: no transmission: host: localhost port: 9091 username: admin password: PASSWORD schedules: - tasks: '*' interval: minutes: 15 tasks: The Site Movies: rss: url: RSSURL all_entries: yes regexp: reject: - s\d\de\d\d: {from: title} quality: sdtv+ imdb_lookup: yes require_field: imdb_url set: path: /volume1/Share/Steven/Videos/Movies The Site TV: rss: url: RSSURL all_entries: yes all_series: path: /volume1/Share/Steven/Videos/TV/{{series_name}}/Season {{series_season}}
Here is a dump of it running on a movie. It gets the imdb info, just doesn't start the download for some reason:
flexget execute --tasks "The Site Movies" --dump 2016-12-05 15:30 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed. 2016-12-05 15:30 VERBOSE details The Site Movies Produced 1 entries. 2016-12-05 15:30 VERBOSE imdb_lookup The Site Movies Searching from imdb `Whiskey.Tango.Foxtrot.2016.BDRip.x264-DRONES` 2016-12-05 15:30 VERBOSE imdb_lookup The Site Movies Found http://www.imdb.com/title/tt3553442/ 2016-12-05 15:30 VERBOSE imdb_lookup The Site Movies Parsing imdb for `Whiskey.Tango.Foxtrot.2016.BDRip.x264-DRONES` 2016-12-05 15:30 VERBOSE details The Site Movies Summary - Accepted: 0 (Rejected: 0 Undecided: 1 Failed: 0) -- Undecided: -------------------------- title : Whiskey.Tango.Foxtrot.2016.BDRip.x264-DRONES url : URL original_url : URL description : Uploaded by nonzenzeBot/1.0.2 imdb_actors : {'nm1787679': 'Eli Goodman', 'nm3053338': 'Margot Robbie', 'nm1002609': 'Nicholas Braun', 'nm0275486': 'Tina Fey', 'nm0001038': 'Josh Charles', 'nm1956106': 'Scott Takeda', 'nm0427728': 'Cherry Jones', 'nm0293509': 'Martin Freeman', 'nm3571592': 'Christopher Abbott', 'nm3071273': 'Fahim Anwar', 'nm0000671': 'Billy Bob Thornton', 'nm2797756': 'Evan Jonigkeit', 'nm0000547': 'Alfred Molina', 'nm2611074': 'Sheila Vand', 'nm2913856': 'Stephen Peacocke'} imdb_directors : {'nm0275629': 'Glenn Ficarra', 'nm0720135': 'John Requa'} imdb_genres : [biography, comedy, drama, war] imdb_id : tt3553442 imdb_languages : [english, pushto, dari, french] imdb_mpaa_rating : R imdb_name : Whiskey Tango Foxtrot imdb_original_name: None imdb_photo : https://images-na.ssl-images-amazon.com/images/M/MV5BMjIxOTIzMTM5OF5BMl5BanBnXkFtZTgwNDIxNTA1NzE@._V1_UX182_CR0,0,182,268_AL_.jpg imdb_plot_outline: 2003. After careful consideration, Kim Baker, a news copywriter, decides to leave the relative comfort of a New York desk job and serious boyfriend Chris to accept the assignment to work for three months as on-camera reporter in war torn Afghanistan, as her news agency is looking for anyone within their ranks to fill immediately the empty voids overseas. Her only experience of being in such an environment is going through hostile zone training a few years earlier. Immediately upon her arrival in Afghanistan, she realizes that she is ill-prepared emotionally for this assignment, not only enduring the dangers of the war itself, but also the conditions of everyday life, including largely been seen by men as only a "piece of ass" and a distraction despite her being considered average looking back home and not being overtly sexual, and being an individual with a small bladder who is nonetheless told to stay hydrated at all times. She is largely assisted in navigating this new life by Tanya... imdb_score : 6.5999999999999996 imdb_url : http://www.imdb.com/title/tt3553442/ imdb_votes : 27989 imdb_writers : {'nm1061622': 'Robert Carlock', 'nm5092324': 'Kim Barker'} imdb_year : 2016 movie_name : Whiskey Tango Foxtrot movie_year : 2016 path : /volume1/Share/Steven/Videos/Movies quality : bluray h264 rss_pubdate : 2016-06-20 03:50:27 task : The Site Movies
Posts: 3
Participants: 3