@busyhobs wrote:
Hi,
for some time now i have not been able to get movies to download some get rejected but the majority undecided and never accepted.I know it will be obvious to someone, bit it isn't to me the list from IMDB fills fine.
> web_server: > bind: 0.0.0.0 > port: 5050 > web_ui: yes > templates: > ################################################################## > # DOWNLOAD NOTIFICATION TV TEMPLATE > ################################################################## > tv_notify: > notify: > entries: > title: 'flexget {{task}}' > message: 'New TV download - {{series_name}} {{series_id}} From {{task}}' > what: > - accepted > via: > - telegram: > bot_token: X > parse_mode: markdown > recipients: > - username: X > - group: X > ################################################################## > # DOWNLOAD NOTIFICATION TV TEMPLATE > ################################################################## > movie_notify: > notify: > entries: > title: 'flexget {{task}}' > message: "New Movie download - {{ imdb_name|replace('/', '_')|replace(':', ' -') }} ({{ imdb_year }}) From {{task}}" > what: > - accepted > - failed > via: > - telegram: > bot_token: X > parse_mode: markdown > recipients: > - username: X > - group: X > ################################################################## > # DOWNLOAD NOTIFICATION EMAIL TEMPLATE > ################################################################## > email_notify: > notify: > entries: > title: "[FlexGet] {{task.name}}: {%if task.failed %}{{task.failed|length}} failed entries{% else %}{{task.accepted|length}} new entries downloaded{% endif %}{{task.accepted}}" > what: > - accepted > # - rejected > # - failed > # - undecided > via: > - email: > from: X@gmail.com > to: Xs@msn.com > smtp_host: smtp.gmail.com > smtp_port: 587 > smtp_username: X > smtp_password: X > smtp_tls: yes > html: yes > ################################################################## > # DOWNLOAD NOTIFICATION EMAIL TEMPLATE TEST > ################################################################## > email_notify_test: > tmdb_lookup: yes > notify: > task: > title: Notification title. > template: html > via: > - email: > from: X@gmail.com > to: X@msn.com > smtp_host: smtp.gmail.com > smtp_port: 587 > smtp_username: X@gmail.com > smtp_password: X > smtp_tls: yes > html: yes > ################################################################## > # MOVIE TEMPLATE > ################################################################## > movie: > set: > content_filename: "{{imdb_name}}" > imdb_lookup: yes > proper_movies: no > content_size: > max: 18000 > strict: no > exists_movie: > - "/mnt/Movies/3D" > - "/mnt/Movies/Family" > - "/mnt/Movies/Movies" > - "/mnt/Movies/Movies_To_Watch" > - "/mnt/Movies/Shelly_Might_Like" > - "/var/lib/deluge/Downloads" > ################################################################## > # TV TEMPLATE > ################################################################## > tv: > series: > settings: > TV: > set: > exists_series: > - /mnt/TV/ > - /var/lib/deluge/Downloads > quality: hdtv|h264 720p > movedone: "/mnt/TV/{{series_name}}/Season {{series_season}}/" > TV2: > set: > exists_series: > - /mnt/TV/ > - /var/lib/deluge/Downloads > quality: hdtv|h264 720p > movedone: "/mnt/TV/Marvels Agents of SHIELD/Season {{series_season}}/" > TV: > - CSI > - Glee > - New Girl > - Mad Men > - Criminal Minds > - Criminal Minds:Beyond Borders > - Arrow > - Doctor Who > - Bones > - Mr Selfridge > - Awkward > - NCIS > - NCIS Los Angeles > - NCIS New Orleans > - Fresh Meat > - Homeland > - Masters of Sex > - True Blood > - Game of Thrones > - The Big Bang Theory > - Broadchurch > - Once Upon a Time > - Ex on the Beach > - Geordie Shore > - Secrets and Lies > - Pretty Little Liars > - Elementary > - The Flash > - Sherlock > - Death In Paradise > - Supergirl > - The X-Files > - Supernatural > - Limitless > - DC's Legends of Tomorrow > - Nashville > - DCI Banks > - Westworld > - 12 Monkeys > - Stranger Things > - "Hawaii five-0" > - Emerald City > - Midsomer Murders > - Gotham > - The Good Wife > - Lucifer > - Shadowhunters > - Sneaky Pete > - The Good Karma Hospital > - Peaky Blinders > - Vikings > TV2: > - Marvel's Agents of S.H.I.E.L.D. > ################################################################# > # FILTERS TEMPLATES > ################################################################## > filters: > regexp: > reject: > - msd > - greek > - german > - french > - russian > - swedish > - spanish > - hindi > - arabic > - italian > - polish > - romanian > - dutch > - czech > - turkish > - rmvb > - korean > - wmv > - (s|d)ub(s|bed)?\b: {from: title} > - \bFRENCH\b: {from: title} > - \bSPANiSH\b: {from: title} > - \bLatino\b: {from: title} > - \btrailer\b: {from: title} > - \bHDcam\b: {from: title} > - \bR5\b: {from: title} > ### - \b3-?D\b: {from: title} # I don't have any 3D displays > - \btrailer\b: {from: title} # I've gotten a few trailers that matched as movies. VERY annoying > - \bTS\b: {from: title} > - \bCam\b: {from: title} > - '{C_P}': {from: title} # The following are groups with poor quality releases > - TrTd TeaM: {from: title} > - \[TNTVillage\]: {from: title} > - \bFLEET\b: {from: title} > - \b0SEC\b: {from: title} > - \[facepalm\]: {from: title} > - FASTSUB: {from: title} > - VOSTFR: {from: title} > - Subtitulado: {from: title} > - \bNORDiC\b: {from: title} > - \biPad\b: {from: title} > - \b(ita|ger|fra|spa|swe|nor|nordic|fr|kor|esp|nl|pl|spanish)\b: {from: title} > - \bR6\b: {from: title} > - \bTemporada\b: {from: title} > - \bDual\b: {from: title} > - \bTamil\b: {from: title} > - \bJapanese\b: {from: title} > - \bJajji!\b > - \bdragons.den.(ca|uk)\b: {from: title} > content_filter: > require: > - '*.mkv' > - '*.mp4' > - '*.avi' > - '*.mpg' > reject: > - '*.wmv' > - '*.rar' > - '*.zip' > - '*.r01' > - 'password.txt' > ################################################################## > # TASK SCHEDULES > ################################################################## > schedules: > - tasks: IMDB > interval: > hours: 1 > - tasks: [movies, tvshows] > interval: > hours: 2 > ################################################################## > # TASKS > ################################################################## > tasks: > IMDB: > imdb_watchlist: > user_id: X > list: watchlist > accept_all: yes > seen: local > list_add: > - movie_list: watchlist > priority: 2 > movies: > priority: 5 > template: > - movie > - email_notify_test > - movie_notify > - filters > deluge: > path: /var/lib/deluge/Downloads > movedone: /mnt/Movies/Movies_To_Watch > queuetotop: yes > discover: > what: > - movie_list: watchlist > from: > - piratebay: > category: "highres movies" > sort_by: seeds > - extratorrent: > category: movies > - rarbg: > category: x264 720p > interval: 10 minutes > torrent_alive: 1 > quality: hdrip+ > tvshows: > priority: 3 > template: > - tv_notify > - email_notify_test > - tv > inputs: > - rss: 'https://eztv.ag/ezrss.xml' > - rss: 'https://showrss.info/other/shows.rss' > - rss: https://showrss.info/show/272.rss > - rss: http://showrss.info/feeds/19.rss > - rss: http://showrss.info/feeds/395.rss > - rss: http://showrss.info/feeds/18.rss > - rss: http://showrss.info/feeds/5.rss > - rss: http://showrss.info/feeds/607.rss > - rss: http://showrss.info/feeds/6.rss > - rss: http://showrss.info/feeds/525.rss > - rss: http://showrss.info/feeds/31.rss > - rss: http://showrss.info/feeds/400.rss > - rss: http://showrss.info/feeds/640.rss > - rss: http://showrss.info/feeds/396.rss > - rss: http://old.showrss.info/feeds/47.rss > - rss: http://showrss.info/feeds/207.rss > - rss: http://showrss.info/feeds/42.rss > - rss: http://showrss.info/feeds/182.rss > - rss: http://showrss.info/feeds/818.rss > - rss: http://showrss.info/feeds/350.rss > - rss: http://showrss.info/feeds/505.rss > - rss: http://showrss.info/feeds/372.rss > - rss: http://showrss.info/feeds/927.rss > - rss: http://showrss.info/feeds/547.rss > - rss: http://showrss.info/feeds/402.rss > - rss: http://showrss.info/feeds/706.rss > - rss: http://showrss.info/show/448.rss > - rss: http://showrss.info/show/651.rss > - rss: http://showrss.info/show/652.rss > - rss: http://showrss.info/show/284.rss > - rss: http://showrss.info/show/69.rss > - rss: http://showrss.info/show/105.rss > - rss: http://showrss.info/show/583.rss > - rss: http://showrss.info/show/25.rss > - rss: http://showrss.info/show/733.rss > - rss: http://showrss.info/show/434.rss > - rss: http://showrss.info/show/77.rss > - rss: http://showrss.info/show/311.rss > - rss: http://showrss.info/show/104.rss > - rss: http://showrss.info/show/262.rss > - rss: http://showrss.info/show/54.rss > - rss: http://showrss.info/show/117.rss > - rss: http://showrss.info/show/71.rss > - rss: http://showrss.info/show/49.rss > - rss: http://showrss.info/show/70.rss > - rss: http://showrss.info/show/33.rss > - rss: http://showrss.info/show/97.rss > - rss: http://showrss.info/show/453.rss > - rss: http://showrss.info/show/140.rss > - rss: http://showrss.info/show/107.rss > - rss: http://showrss.info/show/438.rss > - rss: https://showrss.info/show/742.rss > - rss: https://showrss.info/show/339.rss > - rss: https://showrss.info/show/115.rss > deluge: > path: /var/lib/deluge/Downloads
Thanks in advance
Posts: 2
Participants: 2