Quantcast
Channel: configuration - Forum - FlexGet
Viewing all 716 articles
Browse latest View live

Series exact match appears to be broken - am I using it incorrectly?

$
0
0

@Carson_Gaspar wrote:

Episodes of The Voice are being matched by my The Voice (UK) series entry, despite exact matching being enabled. Am I doing it wrong, or is this a bug? It used to work back in the 2.5.x days, but since I upgraded it's misbehaving.

Config snippet:

series:
  settings:
    tv:
      identified_by: ep
      tracking: no
      timeframe: 12 hours
      upgrade: yes
      target: 720p+
  tv:
    - The Voice:
        exact: yes
        path: /export/bigmedia/TV/The_Voice/
    - The Voice (AU):
        exact: yes
        path: /export/bigmedia/TV/The_Voice_AU/
    - The Voice (UK):
        exact: yes
        path: /export/bigmedia/TV/The_Voice_UK/

Trace snippet:

2017-03-15 20:02 DEBUG parser_internal shazbat-followed Parsing series: The Voice - 12x07 - Blind Auditions, Part 7 (.mkv) kwargs: {'identified_by': u'ep', u'date_regexps': [], 'strict_name': True, 'name': u'The Voice (UK)', 'prefer_specials': None, 'special_ids': [], 'alternate_names': [], u'sequence_regexps': [], 'date_dayfirst': None, u'id_regexps': [], 'assume_special': None, 'name_regexps': [], 'date_yearfirst': None, 'allow_groups': [], u'ep_regexps': []}
2017-03-15 20:02 DEBUG parser_internal shazbat-followed Parsing result: (in 0.416 ms)
2017-03-15 20:02 DEBUG series shazbat-followed The Voice - 12x07 - Blind Auditions, Part 7 (.mkv) detected as , field: title

Posts: 1

Participants: 1

Read full topic


Hi, can somebody tell me what's wrong with my config?

$
0
0

@lptflex wrote:

And also, should I run flexget as a daemon or make a cronjob for it ? what's the best way?
web_server:
bind: 10.0.1.5
port: 80

templates:
tv:
exact: yes
propers: 3 days
download: /mnt/md0/Downloads/Torrent/Incomplete/
exists_series: /mnt/md0/Downloads/Torrent/Complete/
quality: 720p+
series:
- Outsiders
- South Park
- Elementary
- Curb Your Enthusiasm
- 60 Minutes US
- Baskets
- The Americans
- Jimmy Kimmel
- Panorama
- Vice
- The First 48
- Its Always Sunny In Philadelphia
- Snatch
- 11.22.63

transmission:
enabled: yes
host: 10.0.1.5
port: 8080
username: fetcher
password: secret
removewhendone: yes

tasks:
piratebay feed:
rss: https://thepiratebay.org/rss
template: tv

kickass feed:
rss: https://kickass.cd/usearch/720p/?rss=1
template: tv

eztv feed:
rss: eztv rss url (couldnt post links)
template: tv

bt-chat.com-tv:
rss: btchat url (couldnt post links)
template: tv

Thanks in advance !
Best Regards

Posts: 12

Participants: 5

Read full topic

E-Mail notifications and configure from text

$
0
0

@Loader23 wrote:

Hello,

I got two problems.
1. I can't get E-Mail notifications running. I simply don't get it. I have read the wiki but I don't understand where i have to put it. Its for a gmail account.
2. Is it possible to use configure_series from: text: - /input/input.txt ? So that all series are in one text file and everytime the schedule runs he looks in that text file?

Here is my config:

templates:
  tv:
    inputs:
        - rss: https://LINK
    accept_all: no
    exec:
      - echo text={{url}} >> "/input/container/finished/{{title}}.crawljob"
      - echo deepAnalyseEnabled=true >> "/input/container/finished/{{title}}.crawljob"
      - echo autoStart=TRUE >> "/input/container/finished/{{title}}.crawljob"
      - echo enabled=TRUE >> "/input/container/finished/{{title}}.crawljob"
      - echo forcedStart=TRUE >> "/input/container/finished/{{title}}.crawljob"
      - echo autoConfirm=TRUE >> "/input/container/finished/{{title}}.crawljob"
    series:
        1080p:
        - Awesome Series
        720p:
        -
tasks:
  Series:
    template: tv

Posts: 2

Participants: 2

Read full topic

Move Plugin and imdb_lookup Problem

$
0
0

@Facundo_Liston wrote:

Hi!

I have a rpi with flexget installed and functioning since a year, never a problem.
Recently a shortcut burn my rpi so i have to do everything again.
Now, imdb_lookup fails because does't found anything, and the move plugin freezes with the first movie he tries.

Now i'm tryng with thetvdb and tmdb.

Suggestions?

templates:

  torrent:
    transmission:
      host: XXX
      port: XXX
      username: XXX
      password: XXX
    clean_transmission:
      host: XXX
      port: XXX
      username: XXX
      password: XXX
      finished_for: 12 hours
      min_ratio: 2

tasks:

  tv_show:
    priority: 1
    rss: XXX
    seen: local
    all_series: yes
    template: torrent

  movies_yify:
    priority: 2
    rss: XXX
    seen: local
    accept_all: yes
    list_add:
      - movie_list: movies
    template: torrent


  sort-tvseries:
    priority: 3
    filesystem:
      path: /home/pi/NAS/Downloads/complete
      regexp: '.*\.(mkv|mp4|m4v|avi)$'
      recursive: yes
    seen: local
    regexp:
      reject:
        - sample
    metainfo_series: yes
    thetvdb_lookup: yes
    require_field: tvdb_series_name
    accept_all: yes
    move:
      to: '/home/pi/NAS/TV Shows/{{tvdb_series_name}}/Season {{tvdb_season}}'
      rename: '{{tvdb_series_name}} {{tvdb_season|pad(2)}}x{{tvdb_episode|pad(2)}} - {{tvdb_ep_name}}'
      clean_source: 40
    list_add:
      - subtitle_list:
          list: subs_series
          recursion_depth: 2

  sort-movies:
    priority: 4
    filesystem:
      path: /home/pi/NAS/Downloads/complete
      regexp: '.*\.(mkv|mp4|m4v|avi)$'
      recursive: yes
    seen: local
    accept_all: yes
    metainfo_series: yes
    tmdb_lookup: yes
    regexp:
      reject:
        - sample
    require_field: tmdb_name
    list_match:
      from:
        - movie_list: movies
    move:
      to: '/home/pi/NAS/Movies/{{tmdb_name}} ({{tmdb_year}})'
      rename: '{{tmdb_name}} ({{tmdb_year}})'

      clean_source: 40
    list_add:
      - subtitle_list:
          list: subs_movies
          recursion_depth: 2

  download-subtitles-series:
    priority: 5
    disable: [retry_failed]
    no_entries_ok: yes
    subtitle_list:
      list: subs_series
      recursion_depth: 2
    list_match:
      from:
        - subtitle_list:
            list: subs_series
    subliminal:
      languages:
        - eng
        - spa
      providers:
        - addic7ed
        - opensubtitles
        - podnapisi
        - tvsubtitles
      single: yes
      exact_match: no

  download-subtitles-movies:
    priority: 6
    disable: [retry_failed]
    no_entries_ok: yes
    subtitle_list:
      list: subs_movies
      recursion_depth: 2
    list_match:
      from:
        - subtitle_list:
            list: subs_movies
    subliminal:
      languages:
        - eng
        - spa
      providers:
        - addic7ed
        - opensubtitles
        - podnapisi
        - tvsubtitles
      single: yes
      exact_match: no


schedules:
  - tasks: '*'
    interval:
      hours: 6

Posts: 1

Participants: 1

Read full topic

Problem with imdb and my movie config

$
0
0

@steve51184 wrote:

Hi I'm getting this error on my movie config:

2017-03-21 12:50 WARNING input_cache queue_from_imdb Input imdb_watchlist did not return a list, cannot cache.
2017-03-21 12:50 WARNING details queue_from_imdb Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.

This is my config: http://pastebin.com/raw/k6YhFCag

Any help would be great thanks

On Linux Debian 7, Flexget version: 2.6.0

Posts: 3

Participants: 2

Read full topic

[solved] ShowRSS - Flexget - Transmission [move, rename, clean_source]

$
0
0

@tomatosmoothie wrote:

So basically, I have been searching for a decent recipe to do what I want, all I could find was old posts, way back when ShowRSS didn't let you add specific shows to download.

I would like to:
1) Download all the new episodes based on the RSS feed (Works fine)

2) Rename the main_file_only based on what the ShowRSS is giving out - that is what I meant by the old posts show a lookup, there is no need for TVDB,Trackt or IMDB. ShowRSS gives the SeriesName and SeriesID just fine - how do I know this, because the pushbullet notification shows the details perfectly (Not working based on the code below, pushbullet works fine)

3) Move the main_file_only(after it is renamed) to the parent download directory, not the series location

4) clean_up i.e. delete the folder and files within it that the TVShow downloads with and leave the renamed main_file_only

Pl. let me know if this is possible, The code below does not work.

Have a look at my last post for working code.

Posts: 5

Participants: 2

Read full topic

Problem with trakt and next_series_episode

$
0
0

@tuccio wrote:

I've just installed flexget and trying to get it to download series I add to some trakt list using transmission. Most of the configs I've found seemed too complicated for my task, so I'm trying to do a simple one, following the examples I've found, but I can't get around this error:

2017-03-23 00:50 VERBOSE  next_series_episodes get-shows       Series `Better Call Saul, Black Mirror, The IT Crowd` with identified_by value `auto` are not supported.

Although I would also appreciate suggestions of "pre-cooked" configs I could use, I'd like to fix the issue, so I'll post the full config and the log as well

variables: variables.yml

templates:
  tv_series:
    configure_series:
      settings:
        quality: 720p+
        path: '{? series.path ?}/{{series_name}}/Season {{series_season}}/'
      from:
        trakt_list:
          account: '{? trakt.account ?}'
          list: '{? trakt.series.list ?}'
          strip_dates: yes
          type: shows

  torrent_download:
    transmission:
      port: 9091
      username: '{? torrent.username ?}'
      password: '{? torrent.password ?}'

tasks:

  get-shows:

    template: tv_series
    discover:
      what:
        - next_series_episodes:
            from_start: yes
      from:
        - rarbg:
            category: [ 41 ]
    transmission:
      host: localhost
      port: 9091
      username: '{? torrent.username ?}'
      password: '{? torrent.password ?}'

  get-subtitles:
    filesystem:
      path:
        - '{? subs.path ?}'
      regexp: '.*\.(avi|mkv|mp4)$'  # only include filenames with these extensions
      recursive: yes
    accept_all: yes
    seen: local                     # seen shouldn't interfer with anything outside this subtitles task
    subliminal:
      languages:
        - eng
      alternatives:
        - ita
      exact_match: no
      providers: [addic7ed, opensubtitles, tvsubtitles]
      single: no
      hearing_impaired: no
      authentication:
        addic7ed:
          username: '{? subs.addic7ed.username ?}'
          password: '{? subs.addic7ed.password ?}'
        opensubtitles:
          username: '{? subs.opensubtitles.username ?}'
          password: '{? subs.opensubtitles.password ?}'

schedules:
  - tasks: [get-shows, get-subtitles]
    interval:
      minutes: 30

(flexget) osmc@davide-rpi:~/flexget$ flexget execute --discover-now --no-cache
2017-03-23 00:49 WARNING  manager                       Your locale declares ascii as the filesystem encoding. Any plugins reading filenames from disk will not work properly for filenames containing non-ascii characters. Make sure your locale env variables are set up correctly for the environment which is launching FlexGet.
2017-03-23 00:50 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2017-03-23 00:50 VERBOSE  filesystem    get-subtitles   Starting to scan folders.
2017-03-23 00:50 VERBOSE  filesystem    get-subtitles   Scanning folder /media/storage/kodi. Recursion is set to True.
2017-03-23 00:50 WARNING  details       get-subtitles   Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2017-03-23 00:50 VERBOSE  details       get-subtitles   Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2017-03-23 00:50 VERBOSE  trakt_list    get-shows       Retrieving `shows` list `series`
2017-03-23 00:50 VERBOSE  next_series_episodes get-shows       Series `Better Call Saul, Black Mirror, The IT Crowd` with identified_by value `auto` are not supported.
2017-03-23 00:50 WARNING  discover      get-shows       Input next_series_episodes did not return anything
2017-03-23 00:50 VERBOSE  discover      get-shows       Discovering 0 titles ...
2017-03-23 00:50 INFO     discover      get-shows       Ignoring interval because of --discover-now
2017-03-23 00:50 VERBOSE  details       get-shows       Task didn't produce any entries.
2017-03-23 00:50 VERBOSE  details       get-shows       Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)

Posts: 2

Participants: 2

Read full topic

Question about copy-episodes timing

$
0
0

@posternutbag wrote:

I'm currently using flexget on a seedbox (run periodically by a cron job) to download shows from rss feeds, copy them to another folder after downloading (to hold for me to download them to my local computer), and get subtitles. I also use rtorrent and have my default ratio group set to remove torrents after uploading 200%. This works for the most part, but occasionally I run into problems. For example, popular episodes of shows often upload 200% and are removed before flexget is able to run again and copy them to my 'holding' folder. I was thinking of just increasing the frequency that I run my flexget tasks, but I'm wondering if flexget will try to copy files that aren't completely downloaded. It seems like a balancing act trying to copy files after they are fully downloaded but while they are still on the system. If anyone has any suggestions for how to resolve this, I'd really appreciate it. Thanks!

Posts: 1

Participants: 1

Read full topic


Overlapping quality and timeframe with codec differences

$
0
0

@deadbeef wrote:

I would like to get 720p or 1080p x265 and wait 2 days for it before falling back to 480p or 720p x264, my reasoning is that x264 1080p is just too big to be worth it.

Unfortunately quality is enforced before and after the timeframe expires, meaning that 1080p x265 in target: 720p-1080p x265 falls outside of quality: 480p-720p x264|x265.

Aside, since the "best" quality is always chosen, how would I accept 480p before 720p (for the fallback case where the target isn't available)? I think I actually want to accept the worst quality within my range first? Is this possible?

My config is simple:

configure_series:
  settings:
    quality: 720p webrip+ h265|h264
    timeframe: 2 days
    target: 720p-1080p hdtv+ h265

Maybe delay could help me solve this but I'm not really sure how I'd piece it all together.

I'd appreciate any advice! <3

Posts: 2

Participants: 1

Read full topic

How to change the order of execution of plugins?

$
0
0

@creo.ev wrote:

Hello,
I want to organize the following logic:
1. Reject all that does not pass by quality,
2. Prse metainfo and accept movies no older than 2 years,
3. For acceptув movies, lookup TMDB information.

Here is the part of config.yml

templates:
  global:
    parsing:
      movie: guessit
.....
tasks:
  movies:
    template:
      - transmissionrpc
      - notification
    inputs:
      - rss: '{? rss.national ?}'
    quality: 1080p bluray|webdl
    metainfo_movie: yes
    if:
      - movie_year >= now.year - 2: accept
    tmdb_lookup: yes
    set:
      content_filename: "{{ tmdb_original_name }} ({{ tmdb_year }})"
      path: '/home/dmitry/Library/Movies/'

When it execute with flexget, I see that it first lookup information from TMDB for all the elements of the rss list.
How to change the order of execution of plugins? Help me implement my logic on FlexGet. Thank you!

Posts: 1

Participants: 1

Read full topic

Super confused with new version of FlexGet (from "movie_queue" to "movie_list")

$
0
0

@simacekd wrote:

I had to install FlexGet on new system and i could not figure out how to make it work. I have very simple config file and I'm sure anybody on first glance can fix it in 3 seconds.
here is my attempted to make it work >

Thanks for you help.

Posts: 4

Participants: 2

Read full topic

Verification of Limetorrents

$
0
0

@mSchiavi wrote:

Is there a way to check if a torrent is verified in limetorrents? I know there was one in torrents but it doesn't work here. The verification exist in the web.

Posts: 1

Participants: 1

Read full topic

Don't understand how subtitles list works :S

$
0
0

@Joel_Santos_Rico wrote:

Hi,

I've been trying to setup subtitles list so subliminal can only download subs for the files that I just downloaded, instead of getting to go through my whole series folder searching for files (when most of them should have subtitles by then).

I found subtitles list, that should do what I want, but I don't know how it works or how to test if it works. Sorry, I went through the wiki and searched the forums, but I just don't get it.

This is my config:

  series_task:
    rss: http://showrss.info/....
    all_series: yes
    transmission:
      host: localhost
      port: portnumber
      ratio: 2
      username: username
      password: pass
      path: /mnt/Router_Stuff/Torrent/Series/{{series_name}}/Season_{{series_season}}
      addpaused: no

  get_subtitles:
    no_entries_ok: yes
    subtitle_list:
      list: subtitles
      remove_after: 7 days
      path: ~/.flexget
    list_match:
      from:
        - subtitle_list:
            list: subtitles
    subliminal:
      languages:  # languages is required, but if a language is specified in subtitle_list, it takes priority
        - en
      providers:
        - addic7ed
        - opensubtitles
        - tvsubtitles
        - thesubdb
      single: no  # will append the language code to the subtitle file
      exact_match: yes
      authentication:
        addic7ed:
          username: username
          password: pass
        opensubtitles:
          username: username
          password: pass

When are files added to subtitle list? when flexget executes and finds new episodes in the RSS? If so, how can I tell it to check for files that I have already downloaded?
How can I test that it works? should I wait until a new episode appears? and what if it doesn't work then?

My goal is to download series from an RSS and then add the episodes of those files too without having to go through all the harddrive checking for files without subs.

Posts: 1

Participants: 1

Read full topic

Overriding notify settings per-user

$
0
0

@teancom wrote:

Before upgrading to 2.10.7 (I believe I was on 2.3?), I was able to do the following so that different people would be notified via prowl, depending on the show:

tasks:
  tv-shows:
    notify:
      prowl:
         api_key: xxxxxxx
  series:
    settings:
      wife:
        set:
          api_key: yyyyyy
      daughter:
        set:
          api_key: zzzzzz
    wife:
      - "Murder Death Kill"
    daughter:
      - "Ponies and Kittens"
    family:
      - "Innuendo and Laugh Tracks"
    dad:
      - "Actual Good TV"

So my wife would get notified when her shows popped up, my daughter for her shows, and then I would be the default and get the notifications for everything else. It was great! I can't figure out how to reproduce it with the new notification plugin. I've tried the following:

tasks:
  tv-shows:
    notify:
      entries:
        via:
          - prowl:
              api_key: xxxxxxxxxxx
    series:
      settings:
        wife:
          set:
            prowl:
              api_key: yyyyyy

No dice. 'flexget check' comes back clean, but it only ever notifies me. I tried a variation:

tasks:
  tv-shows:
    notify:
      entries:
        via:
          - prowl:
              api_key: xxxxxxxxxxx
    series:
      settings:
        wife:
          set:
            notify:
              entries:
                via:
                  - prowl:
                      api_key: yyyyyy

again to no avail.

Am I missing something? Or did we lose the ability to override configs like this?

Thank's for reading this far!

Posts: 6

Participants: 3

Read full topic

Filtering multiple results

$
0
0

@krisr77 wrote:

Hi
Im sure its been answered multiple times but none of answers that i have found worked so far.

I want to create config that based on trakt.tv watchlist searches for movies on iptorrents.

My config:
https://pastebin.com/raw/TUwYtA81

Flexget output:
https://pastebin.com/raw/ZLRw3QY7

Basically this config is based one found with the google :slight_smile: but that one has used movie_queue plugin which is not working for some reason for me.
Flexget should look for 1080p BRRip movies if not found 720p then bluray version (1080p then 720p) and at last WebRip (its not included in current config but if one section will be working adding other will be easy)

As you see in the output - plugin finds multiple torrents - i want to find first that matches my criteria.
If i use seen_movies: strict plugin - it does not download anything probably because its marked as seen by previous filters.

Any help appreciated :).

PS my flexget version is 2.10.29

Update:
I know what causes this strange behavior:
Its a regexp filter. if i comment it works like expected

2017-04-07 22:36 INFO download movies_brrip_1080p Would write `Resident Evil The Final Chapter 2016 1080p BRRip x264 AAC-ETRG` to `/volume1/download/torrents/`
2017-04-07 22:36 INFO download movies_brrip_1080p Would write `Lion (2016)1080p BluRay AAC AC3 Plex PapaFatHead` to `/volume1/download/torrents/`

But i use this to filter BluRay editions in first task. Is any way to combine those 2 functionality ??

Posts: 1

Participants: 1

Read full topic


Help with detail in anime config

$
0
0

@dgspai wrote:

I'm using Flexget to download animes, but I'm having problems with new seasons.
The names of the shows come from MyAnimeList and are normal, but with irregular ways to express the season, eg:

Kono Subarashii Sekai ni Shukufuku wo! 2
Shingeki no Kyojin Season 2

And the Flexget is enabling auto exact matching for it.
To complicate even more, the feeds that I get are like:

[HorribleSubs] Kono Subarashii Sekai ni Shukufuku wo! 2 - 10 [720p].mkv
[HorribleSubs] Shingeki no Kyojin S2 - 27 [480p].mkv

And because of that, the entries end up undecided.
So I wonder if there is a way to to filter this entries and download them.

This is my config:

  getanimes:
    thetvdb_lookup: yes
    imdb_lookup: yes
    regexp:
      reject:
        - DeadFish
        - BakedFish
    parsing:
      series: guessit
    configure_series:
      from:
        my_anime_list:
          username: '{? trakt.usr ?}'
          type: series
      settings:
        identified_by: sequence
        quality: 720p
        special_ids:
          - OVA
    inputs:
      - rss:
          url: http://www.nyaa.se/?page=rss&cats=1_37
          all_entries: yes
    content_size:
      min: 70
      max: 1500
      strict: no
    content_filter:
      require:
        - '*.mkv'

Thank you.

Posts: 1

Participants: 1

Read full topic

Move series problems

$
0
0

@tykos wrote:

Flexget 2.10.30 here.
I already have a flexget config that downloads my tv shows (from showrss' feed) and subs.
Now i need a config capable of renaming my shows and put them in a tidy folder tree (or kodi won't be able to see them).
I found Jonybat's exceptional work here: https :// github.com/Jonybat/flexget_config/blob/master/config.yml (sorry, only 2 links in a post for newbies)
and i extracted the task i need, trying to add a filter for some files:
https://github.com/tykos1982/flexget_move_rename/edit/master/config_barebone.yml

`  move-series:
    priority: 1
    template:
      - disable-seen-retry
      - series-metainfo
    filesystem:
      path:
        - "/{? folder.root ?}{? folder.downseries ?}"
      recursive: yes
      retrieve: files
      regexp: '.*\.(avi|mkv|mp4)$'
    accept_all: yes
    regexp:
      reject:
        - .*(rarbg|RARBG).mp4
        - .*s100.*
    move:
      to: "/{? folder.root ?}{? folder.series ?}{{tvdb_series_name|escape|replace('&#39;', '')|default(series_name)|pathscrub}}/S{{tvdb_season|pad(2)}}/"
      rename: "{{tvdb_series_name|escape|replace('&#39;', '')|default(series_name)|pathscrub}} - {{tvdb_ep_id|default(series_id)}}{% if tvdb_ep_name|default(False) %} - {{tvdb_ep_name|pathscrub}}{% endif %}{% if quality|default(False) %} - [{{quality}}]{% endif %}"
    regexp:
      reject:
        - .*(rarbg|RARBG).mp4`

Easy? yep. Works? Nope.

Here i pasted the log: https://pastebin.com/cSB8wutK
- i need to filter "rarbg" files, i don't want to process them. How can i do that?
- my nas creates hidden folders with preview files, eg: s1002.broke.girls.612.hdtv-lol.mkv. How can i filter and not process them?
- apart from these minor things, it seems that some shows are not recognized, especially those with episode id like "612" instead of "s06e12". Why is that?
- the big thing: 'tvdb_series_name' is undefined. Wow.

Can you help me understand what is going on here?

Posts: 1

Participants: 1

Read full topic

Is it possible to use a Goodreads list as a list to match from?

$
0
0

@Ooopsooops wrote:

What I'm trying to do is use my Goodreads to-read list as a filter and then use flexget to download ebook torrents from an rss feed based on that Goodreads list. But I'm a little bit over my head. You can get Goodreads lists as an RSS feed, so I'm wondering if there's a way to do "Find book titles from this rss feed in this other rss feed, also with file format restrictions". Is this possible?

Posts: 2

Participants: 2

Read full topic

Email notifications after upgrade

$
0
0

@PeterCloet wrote:

Hi,
I installed Flexget on a new installation and went from 2.0.45 to 2.10.31.
Unfortunately my config.yml got broken as apparantly the mail notification has been changed through the upgrade.
I tried to read the docs on the website but am still having difficulty in understanding where and how I should make the changes.
Could somebody please tell me where I should make the changes in my config.yml?

My files looks like this:

tasks:
ShowRSSfeed:
rss: .rss
all_series:
upgrade: yes
qualities:
- 720p
deluge:
username:
password:

email:
from: flexget@domain.com
to: someone@domain.com
smtp_host: smtp.gmail.com
smtp_port: 587
smtp_username:
smtp_password:
smtp_tls: yes

The "tasks" portion still works. The "email" part is broken.

Really appreciate any feedback.

Posts: 2

Participants: 1

Read full topic

Quality not downloading as expected

$
0
0

@effemmeffe wrote:

This code is part of the template for my series configuration:

    configure_series:
      from:
        entry_list: trakt-series
      settings:
        identified_by: ep
        timeframe: 16 hours
        target: hdtv+ 720p
        quality: webrip+ 720p
        propers: 16 hours
        specials: no

And this is the ouput of the command

flexget series show "the get down"

Entity ID|Latest age|Release titles                                                   |Release Quality |Proper
[...]
S01E07   |12d 1h    |The Get Down S01E07 WEB X264-DEFLATE                             |webdl h264      |
         |          |The Get Down S01E07 WEB X264-DEFLATE[ettv]                       |webdl h264      |
         |          |The.Get.Down.S01E07.WEB.X264-DEFLATE[ettv]                       |webdl h264      |
         |          |The Get Down S01E07 WEB X264 DEFLATE                             |webdl h264      |
         |          |The.Get.Down.S01E07.720p.WEBRip.X264-DEFLATE[ettv] *             |720p webrip h264|
         |          |The Get Down S01E07 720p WEBRip X264 DEFLATE[ettv]               |720p webrip h264|
         |          |The.Get.Down.S01E07.720p.WEBRip.X264-DEFLATE                     |720p webrip h264|
         |          |The Get Down - S01E07 - Unfold Your Own Myth - [720p webrip h264]|720p webrip h264|
S01E08   |12d 1h    |The Get Down S01E08 WEB X264-DEFLATE                             |webdl h264      |
         |          |The Get Down S01E08 WEB X264-DEFLATE[ettv]                       |webdl h264      |
         |          |The.Get.Down.S01E08.WEB.X264-DEFLATE[ettv]                       |webdl h264      |
S01E09   |12d 1h    |The Get Down S01E09 WEB X264-DEFLATE                             |webdl h264      |
         |          |The Get Down S01E09 WEB X264-DEFLATE[ettv]                       |webdl h264      |
         |          |The.Get.Down.S01E09.WEB.X264-DEFLATE[ettv]                       |webdl h264      |
S01E10   |12d 1h    |The Get Down S01E10 WEB X264-DEFLATE                             |webdl h264      |
         |          |The Get Down S01E10 WEB X264-DEFLATE[ettv]                       |webdl h264      |
         |          |The.Get.Down.S01E10.WEB.X264-DEFLATE[ettv]                       |webdl h264      |
S01E11   |12d 1h    |The Get Down S01E11 WEB X264-DEFLATE                             |webdl h264      |
         |          |The Get Down S01E11 WEB X264-DEFLATE[ettv]                       |webdl h264      |
         |          |The.Get.Down.S01E11.WEB.X264-DEFLATE[ettv]                       |webdl h264      |
S01      |8d 15h    |The Get Down S01 720p WEBRip x265 HEVC 2CH-MRN                   |720p webrip h265|

How come the episodes from 8 forward are not downloaded?
AFAIK after 16 hours it whould download the quality from at least webrip and the quality plugin wiki reports that webdl is better than webrip, so I was expecting the webdl releases to be downloaded, but they are not.
What am I missing here?

Posts: 3

Participants: 2

Read full topic

Viewing all 716 articles
Browse latest View live