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

Files that supposed to be skipped are added to transmission

$
0
0

@punk wrote:

Hey,

so my config file looks like this:

  transmission_agent:
    transmission:
      enabled: yes
      host: '{? transmission.hostname ?}'
      port: 8181
      username: '{? transmission.username ?}'
      password: '{? transmission.password ?}'
      skip_files:
        - '*.nfo'
        - '*.sfv'
        - '*[Ss]ample*'
        - '*.txt'
        - '*.exe'

.....

  tv-shows:
    convert_magnet: yes
    tvmaze_lookup: yes
    series:
      720p+:
        - ......
    set:
      content_filename: "{{ series_name|replace(' ','.') }}.{{ series_id|replace(' ','.') }}.{{ tvmaze_episode_name|default('Unknown') }}.{{ quality.resolution }}"
      include_subs: yes
      main_file_only: yes

As you can see I have skip_files setting AND the main_file_only setting. Seems neither of them worked, because txt and nfo files were still added to transmission during the last hit for series.

What am I doing wrong?
Thanks

Posts: 1

Participants: 1

Read full topic


Changes to logging in the latest versions

$
0
0

@gsapient wrote:

I have noticed that flexget-headless execute --chron is no longer logging the torrents it is downloading, just some errors. Is there a way to get it to log the downloads again?

Posts: 1

Participants: 1

Read full topic

Quality definition of the series

$
0
0

@punk wrote:

Hey,

so the question I've been having is around the quality of the series. My config looks like this:

templates:
  tv-shows:
    convert_magnet: yes
    tvmaze_lookup: yes
    series:
      720p+:
        - Vikings
        - .....

As you can see, I'm defining the 720p+ hoping to catch 720p and better quality. Although during the recent run I've noticed that specifically 720p was chosen.
Looking at the series list show Vikings reveals this:

┌Vikings─────┬───────────┬──────────────────────────────────────────────────────────────────────────────────────┬──────────────────────────┬────────┐
│ Identifier │ Last seen │ Release titles                                                                       │ Release Quality          │ Proper │
├────────────┼───────────┼──────────────────────────────────────────────────────────────────────────────────────┼──────────────────────────┼────────┤
│ S06E03     │ 0h        │ Vikings S06E03 Ghosts Gods and Running Dogs 720p AMZN WEB-DL DDP5 1 H 264-NTb *      │ 720p webdl h264 dd+5.1   │        │
│            │           │ Vikings S06E03 Ghosts Gods and Running Dogs 1080p AMZN WEB-DL DDP5 1 H 264-NTb       │ 1080p webdl h264 dd+5.1  │        │
│            │           │ Vikings S06E03 1080p HDTV x264-LUCIDTV                                               │ 1080p hdtv h264          │        │
│            │           │ Vikings S06E03 720p HDTV x264-AVS                                                    │ 720p hdtv h264           │        │
│            │           │ Vikings.S06E03.Ghosts.Gods.and.Running.Dogs.1080p.AMZN.WEBRip.DDP5.1.x264-NTb[rartv] │ 1080p webrip h264 dd+5.1 │        │
│            │           │ Vikings.S06E03.Ghosts.Gods.and.Running.Dogs.720p.AMZN.WEBRip.DDP5.1.x264-NTb[rartv]  │ 720p webrip h264 dd+5.1  │        │
└────────────┴───────────┴──────────────────────────────────────────────────────────────────────────────────────┴──────────────────────────┴────────┘

Can anyone tell me how to write the qualities so that better would be taken? I thought I did that already.

Thanks!

Posts: 1

Participants: 1

Read full topic

Problem with moving episodes

$
0
0

@Stefos wrote:

I'm new to flexget, i have managed to make it download the series i want but now i have problem with moving/renaming the files so Plex can see them. Here is my config.yml and the error i get. I've tried everything and really I can't see the problem.

`web_server:
  web_ui: yes
  run_v2: yes


templates:
  global:
    regexp:
      reject:
        - WEB
        - WEB-DL

  transmissionrpc:
    transmission:
      host: XX
      port: XX
      username: XX
      password: XX
    clean_transmission:
      host: XX
      port: XX
      username: XX
      password: XX
      transmission_seed_limits: yes
      delete_files: no
      enabled: Yes

  tv:
    thetvdb_lookup: yes
    quality: 1080p
    regexp:
      reject:
        - WEB
        - WEB-DL
    series:
      group 1:      
        - The Mandalorian
        - Arrow
        - Mr. Robot

tasks:
  Drarbg task:
    rss: http://showrss.info/user/229110.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
    priority: 1
    all_series: yes
    template: 
      - tv
      - transmissionrpc
    set:
      path: /home/stefos/Videos/Completed

  sort-series:
    metainfo_series: yes
    accept_all: yes
    filesystem:
      path: /home/stefos/Videos/Completed
      regexp: '.*\.(mkv|mp4)$'
      recursive: yes
      retrieve: files
    seen: local
    template: tv
    series:
      settings:
        group 1:
          parse_only: yes
    regexp:
      reject: 
        - sample
    require_field: series_name
    move: 
      to: '/home/stefos/Videos/Shows/{{series_name}}'  
      rename: '{{series_name}} - S{{series_season|pad(2)}}E{{series_episode|pad(2)}}'

`

2019-12-22 19:11:19.002 CRITICAL manager                       [/tasks/sort-series/move/to] `/home/stefos/Videos/Shows` does not exist


2019-12-22 19:11:19.003 CRITICAL manager                       [/tasks/sort-series/filesystem/path] `/home/stefos/Videos/Completed` does not exist


2019-12-22 19:11:19.004 CRITICAL manager                       Failed to load config file: Did not pass schema validation.

Posts: 1

Participants: 1

Read full topic

Transmission not cleaning torrents

$
0
0

@marine88 wrote:

Hi there I did upgrade my config to clean torrents and stop working on last versions it gives me undecided before it worked good!

  clean-transmission:
    priority: 47
    disable: [seen, seen_info_hash]
    from_transmission:
      <<: *transmission-settings
      only_complete: yes
    regexp:
      reject:
        - Btnext|Scene-rush:
            from: transmission_trackers
    transmission:
      <<: *transmission-settings
      action: remove

Posts: 2

Participants: 2

Read full topic

Flexget not downloading some episodes

$
0
0

@Cassie wrote:

I have been using flexget for a few years, but in recent months flexget fails to download about 1 out of every 5 episodes in every TV series. I don't know if the problem is with my config or not, but I would guess that there is a config that would do a better job.
This is my current config, does anyone have suggestions to improve it?

web_server: yes
schedules:
  - tasks: [xtreemspeeds,xtreemspeeds2,torrenting,torrenting2] 
    interval:
      minutes: 30        
tasks:
  torrenting:
    rss: https://www.torrenting.com/t.rss?download&u=xxxxxx&4&tp=xxxxxxxxxxxxxxxxxxxxxxxxx
    template: 
      - tv
      - premieres
      - get_480p
    priority: 1           
  xtreemspeeds: 
    rss: https://www.xspeeds.eu/rss.php?secret_key=xxxxxxxxxxxxxxxxxxxxxxxxx&feedtype=download&timezone=-8&showrows=15&categories=16
    template: 
      - tv
      - premieres
      - get_480p
    priority: 2    
  xtreemspeeds2:
    rss: https://www.xspeeds.eu/rss.php?secret_key=xxxxxxxxxxxxxxxxxxxxxxxxx&feedtype=download&timezone=-8&showrows=15&categories=16
    template: 
      - tv
      - premieres
      - get_x264
    priority: 3
    delay: 20 hours
  torrenting2:
    rss: https://www.torrenting.com/t.rss?download&u=xxxxxx&4&tp=xxxxxxxxxxxxxxxxxxxxxxxxx
    template: 
      - tv
      - premieres
      - get_x264
    priority: 4
    delay: 20 hours
  seed-series-db:
    # Only run when explicitly called
    manual: no
    # Find all of your existing episodes
    filesystem:
      regexp: .*(avi|mkv|mp4|m4v)$
      path: '/Volumes/Data/iTunes/iTunes Media/TV Shows'
      recursive: yes
    template: tv    
templates:
  get_480p:   
    download: /Volumes/Untitled/Torrentwatch/
    exists_series: /Volumes/Untitled/Torrents/
    content_filter:
      require:
        - '*AAC*'
        - '*mSD*'
        - '*RMT*'
        - '*480p*'
      reject:
        - 720p
        - 1080p
        - '*.rar'
    content_size:
      min: 12
      strict: no      
  get_x264:  
    download: /Volumes/Untitled/Torrentwatch/
    exists_series: /Volumes/Untitled/Torrents/
    content_filter:
      require:
        - '*.mkv'
        - '*.mp4'
      reject:
        - 720p
        - 1080p
        - '*.rar'
    content_size:
      min: 12
      strict: no  
  premieres:
    tvdb_lookup: yes
    regexp:
      reject:
        - documentary: {from: tvdb_genres}
        - talk show: {from: tvdb_genres}
        - soap: {from: tvdb_genres}
        - sport: {from: tvdb_genres}
        - animation: {from: tvdb_genres}
        - travel: {from: tvdb_genres}
        - home and garden: {from: tvdb_genres}
        - game show: {from: tvdb_genres}    
    series_premiere: yes  
  tv:
    series:
      - 'Doctor Who':
          exact: yes 
      - 'Doctor Who 2005'
      - 'Torchwood'
      - 'Pretty Little Liars'
      - 'This is Not My Life'
      - 'Shameless US'
      - 'Switched at Birth'
      - 'Suits':
          exact: yes     
      - 'Homeland'
      - 'Once Upon a Time'
      - 'House of Lies'
      - 'Elementary'
      - 'Saving Hope'
      - 'Arrow'
      - 'The Americans'
      - 'The Fosters'
      - 'Rewind'
      - 'Agents of S.H.I.E.L.D'
      - 'Marvels Agents of S.H.I.E.L.D'
      - 'The Blacklist'
      - 'Remedy'
      - 'The 100'
      - 'The Night Shift'
      - 'Orange is the New Black'
      - 'Scorpion'
      - 'Madam Secretary'
      - 'Gotham'
      - 'The Librarians'
      - 'The Flash'
      - 'Good Witch'
      - 'Powers'
      - '12 Monkeys'
      - 'Younger'
      - 'Togetherness'
      - 'Stitchers'
      - 'Mr.Robot'
      - 'Between'
      - 'Dark Matter'
      - 'Sense8'
      - 'Supergirl'
      - 'Humans'
      - 'Becoming'
      - 'Killjoys'
      - 'The Strain'
      - 'Quantico'
      - 'Blindspot'
      - 'Rosewood'
      - 'iZombie'
      - 'The X-Files'
      - 'Flesh and Bone'
      - 'Marvels Jessica Jones'
      - 'Jessica Jones'
      - 'South of Hell'
      - 'The Magicians'
      - 'Billions'
      - 'The Shannara Chronicles'
      - 'Shadowhunters'
      - 'Colony'
      - 'DCs Legends of Tomorrow'
      - 'Legends of Tomorrow'
      - 'The Catch'
      - 'Cleaners'
      - 'The Girlfriend Experience'
      - 'Stranger Things'
      - 'Van Helsing'
      - 'The Good Place'
      - 'Travelers':
          exact: yes 
      - 'Timeless'
      - 'Submission'
      - 'Aftermath'
      - 'Shoot the Messenger'
      - 'Westworld'
      - 'Stan Against Evil'
      - 'Sweet Vicious'
      - 'Good Girls Revolt'
      - 'Beyond'
      - 'Legion'
      - 'APB'
      - 'The Good Fight'    
      - 'Mary Kills People'    
      - 'The Arrangement'
      - 'Imposters'
      - 'Embeds'
      - 'Bellevue'
      - 'Santa Clarita Diet'
      - 'The OA'
      - 'Famous in Love'
      - 'Dimension 404'
      - 'Gypsy':
          exact: yes 
      - 'Emerald City'
      - 'Riviera'
      - 'The Gifted'
      - 'Marvels Inhumans'
      - 'The Orville'
      - 'Star Trek Discovery'
      - 'Extinct'
      - 'The Good Doctor'
      - 'Marvels Runaways'
      - 'Kevin Probably SInstinctaves the World.'
      - 'The Sinner'
      - 'Stargate Origins'
      - 'Burden of Truth'
      - 'Here and Now'
      - 'The Bold Type'
      - 'Krypton'
      - 'Deception'
      - 'For the People'
      - 'Instinct'
      - 'Siren'
      - 'The Crossing'
      - 'The Detail'
      - 'The Oath'
      - 'In Contempt'
      - 'Life Sentence'
      - 'Reverie'
      - 'Impulse'
      - 'You':
          exact: yes 
      - 'God Friended Me'
      - 'Wynonna Earp'
      - 'Manifest'
      - 'New Amsterdam'
      - 'Loudermilk'
      - 'Midnight Texas'
      - 'Starhunter Redux'
      - 'FBI':
          exact: yes 
      - 'Roswell New Mexico'
      - 'Hanna'
      - 'Titans'
      - 'Light as a Feather'
      - 'Coroner'
      - 'Nightflyers'
      - 'Berlin Station'
      - 'The Passage'
      - 'Charmed'
      - 'Proven Innocent'
      - 'The InBetween'
      - 'The Twilight Zone'
      - 'Pretty Little Liars: The Perfectionists'
      - 'Pandora'
      - 'Why Women Kill'
      - 'The Boys'
      - 'Jett'
      - 'Euphoria'
      - 'Emergence'
      - 'Batwoman'



      `

Posts: 6

Participants: 3

Read full topic

How do I stop Flexget content_size from requesting flexget be re ran?

$
0
0

@ajcraig99 wrote:

Every time flex-get runs, I see this in my logs:

2020-01-07 19:23:48 INFO     task          Task1        Plugin content_size has requested task to be ran again after execution has completed.
2020-01-07 19:23:48 INFO     task          Task1        Rerunning the task in case better resolution can be achieved.

Since my only meaningful filter is 50 torrents per day under a certain size, allowing it to re-run allows it to exceed this.

tasks:
  MAM Task:
    rss: https://xxxxxxxxxxxxxxxxxxxx
    exists: /mnt/2TB/Download
    regexp:
      accept:
        - .
      reject:
        - "Seeders: 0"
    content_size:
      min: 0
      max: 50
    limit_new: 50
    download: /mnt/2TB/Torrentsadd

Posts: 5

Participants: 2

Read full topic

"Not" If Statement

$
0
0

@Feromon wrote:

Hallo, can someone help me with my config, im trying to set different location with TMDB Genres and if statement, but it does not work. I just want different location for Cartoons and Films depending on TMDB Genre.What im doing wrong?

if:
  - "'мультфильм' in tmdb_genres":
      set:
        path: /mnt/usb_hdd/Raspberry/Мультфильмы/
        content_filename: "{{discovered_from}}"
      notify:
        entries:
          title: "Flexget - {{task}}"
          message: "Мультфильм: {{title}} ({{tmdb_year}})"
          via:
            - pushbullet:
                api_key: o.GeoLjES5z9egvIRWg5EH6irskvZIsBsG
  - "'мультфильм' not in tmdb_genres":
      set:
        path: /mnt/usb_hdd/Raspberry/Фильмы/
        content_filename: "{{discovered_from}}"

Posts: 1

Participants: 1

Read full topic


Execute line after download complete in deluge

$
0
0

@amanmore wrote:

Is there any way I can have flexget run a plugin whenever it finishs downloading files from a certain RSS Feed?

To explain the situation: I have an RSS feed to download certain shows. When they are downloaded and moved to the correct "main" folder, I have a python script to rename them into a format that TVDB recognizes.

So far, I have this script running as a part of another flexget task I have that moves and organizes everything in its correct subfolder in the "main" folder, but until this happens, my media player mis-labels and mis-identifies the episodes.

Is there any way I can make it such that I can execute the python script automatically once the completed episode has been moved to the "main" folder?

Posts: 2

Participants: 2

Read full topic

Auto add/remove items from imdb list

$
0
0

@punk wrote:

Hey guys,

so I have a situation with lists. I'm using imdb plugin to populate a list from imdb list. It looks like this

templates:
  form_movies_list:
    imdb_watchlist:
      user_id: '{? imdb.user_id ?}'
      list: '{? imdb.list ?}'
    accept_all: yes
    list_add:
      - movie_list: movies

tasks:

  populate_movies_list:
    priority: 3
    template: form_movies_list

  imdb_movies_rarbg:
    priority: 6
    rss: '{? rss.rarbg_movies ?}'
    template: [ transmission_agent, settings_for_imdb_entries ]
    list_match:
      from:
        - movie_list: movies

This works fine, movies are matched and downloaded correctly. One thing though --- when I remove an item from imdb list, the flexget list obviously still holds the entry.

How would I achieve that local list would always match the online one?

Thanks!

Posts: 2

Participants: 2

Read full topic

Rlsbb plugin still functional?

$
0
0

@djiceman wrote:

Hey guys,

I am realtively new to flexget and am trying to get it running with the rlsbb plugin to download tv shows using jdownloader2 with Folder Watch plugin.
I have been fiddeling around with the config for quite some time, but seem unable to get it to actually use the rlsbb plugin at all. At least I see no indication of it in the output.
My very basic config looks like this:

templates:
  tv-shows:
    regexp:
      accept:
        - SOME SHOW
tasks:
  get_rlsbb:
    template: tv-shows
    verify_ssl_certificates: no
    rss:
      url: http://rlsbb.ru/category/tv-shows/feed
      link: guid
    rlsbb:
      parse_comments: yes
      filehosters_re:
        - rapidgator\.net/*
    exec:
      - echo "text={{urls}}" >> "/path/to/jd2/folderwatch/{{title}}.crawljob"

The output doesn't show any sign that the rlsbb plugin is being used and just provides the links from the mainpage which don't include rapidgator, but nitroflare and uploadgig.
Is there something wrong with my config or is the rlsbb plugin just not working anymore?
I am running flexget 3.1.12 on linux, Python 3.7.5

Any help would be really appreciated.
Thanks in advance,
Ice

Posts: 1

Participants: 1

Read full topic

Dual resolution download

$
0
0

@therealmatey wrote:

I'm trying to update my working config to download 2 different resolutions for shows that offer both. I run the hdtv-shows task prior to uhd-shows, but I only get the HD shows to download. Can someone suggest how I can modify my config to download the 2160p version in addition to 1080p version of an episode when it exists?

Thanks

tasks:
  uhd-shows:
    configure_series:
      settings:
        quality: 2160p
        upgrade: yes
        identified_by: ep
        tracking: backfill
        exact: yes
        season_packs: always
      from:
        thetvdb_list:
          username: *******
          account_id: *******
          api_key: *******
          strip_dates: yes
    discover:
      what:
        - next_series_episodes:
            from_start: yes
            backfill: yes
      from:
        - search_rss: http://eztv.io/ezrss.xml
        - rarbg:
            category: 49
            use_tvdb: True
        - 1337x: Yes
    torrent_alive: yes
    deluge:
      queue_to_top: yes
      main_file_only: yes
      keep_subs: no
      magnetization_timeout: 120

  hdtv-shows:
    configure_series:
      settings:
        quality: 1080p|720p hdtv+ !10bit
        upgrade: yes
        identified_by: ep
        tracking: backfill
        exact: yes
        season_packs: always
      from:
        thetvdb_list:
          username: *******
          account_id: *******
          api_key: *******
          strip_dates: yes
    discover:
      what:
        - next_series_episodes:
            from_start: yes
            backfill: yes
      from:
        - search_rss: http://eztv.io/ezrss.xml
        - rarbg:
            category: HDTV
            use_tvdb: True
        - 1337x: Yes
    sort_by:
      field: quality
      reverse: yes
    torrent_alive: yes
    deluge:
      queue_to_top: yes
      main_file_only: yes
      keep_subs: no
      magnetization_timeout: 120

Posts: 1

Participants: 1

Read full topic

Convert - Move music with Lame

$
0
0

@Victor_Santos wrote:

Hi,

I am trying to create a task, to convert - move music that I have downloaded through transmission.

Now I am testing only by copying the files that are in the different folders that I have, but I cannot get the source directories and only copy the files and not create the directories.

I have the task created as follows:

moveMusic:
  filesystem
    path: "/download/complete"
    recursive: yes
    retrieve:
      - files
      - dirs
    regexp: '.*\.(mp3)$'
  accept_all: yes
  exec:
    auto_escape: yes
    on_output:
      for_entries: |
        cp -r "{{localtion}}" "/storage/{{filename}}"
        #code disable with the lame instruction 
        #lame --out-dir "/storage/{{filename}}" -b 160 "{{filename}}"

And I don't see where the problem may be

Posts: 3

Participants: 2

Read full topic

Series: name_regexp and `looks like series `The Name` but cannot find any series numbering`

$
0
0

@Ollie wrote:

I'm new to Flexget and having some issues with series and name_regexp.
Lets say I'm having this is my config:

tasks:
    tv:
        rss: https://url.com
        series:
            - The name:
                quality: 720p
                name_regexp: ^the.name.*(.local).*

RSS example:

2020-01-02 The.Name.S01E01.LOCAL.720p.WEB-DL.DDP5.1.H.264-GROUP
2020-01-01 The.Name.S01E01.720p-GROUP

It won't download this (correct): The.Name.S01E01.720p-GROUP
But it also ignores this (I expect it to match, the regexp matches.): The.Name.S01E01.LOCAL.720p.WEB-DL.DDP5.1.H.264-GROUP

The logs says:
Title "The.Name.S01E01.LOCaL.720p.WEB-DL.DDP5.1.H.264-GROUP" looks like series "The Name" but cannot find any series numbering.

Flexget: 3.0.16

What am I missing?

Posts: 2

Participants: 2

Read full topic

Flexget is only pulling one episode at a time I have to rerun it to pull past the begin tag

$
0
0

@voncloft wrote:

I posted my config.yml here: https://pastebin.com/yG3vLj4g

The problem is say there are 10 episodes in season 1.

Flexget will only download s01e01....if I want episode 2 I have to rerun the entire script again.

Any ideas?

I recently upgraded my flexget (forget version it was originally) and it worked great, now I am on version: 2.21.35

Posts: 4

Participants: 2

Read full topic


Help with quality setting

$
0
0

@soloam wrote:

Hello, I have my system running for a long time and all allays worked as intendente, the problem is that now, with the growing movies in streaming services like Netflix and Amazon Prime, most of that movies don't get a BluRay release, something was always a requirement to me, I only download BluRay source ate 1080p.

  quality: '1080p bluray h264+'
  content_size:
    max: 20000
    min: 3000

Now I had to change it to

  quality: '1080p bluray|webdl h264+'
  content_size:
    max: 20000
    min: 3000

I did this to get movies like "The Irishman 2019" that was only on Web source. The problem is that now I started downloading movies that eventually will get a BluRay. I know that I can work with target, but that will make me have always wait some hours to get the web releases. Is this the best way? Who do you guys do this?

Thank you

Posts: 1

Participants: 1

Read full topic

How to properly configure rmz filehosters_re?

$
0
0

@j_57Ob wrote:

Hi, I've currently, I've got my config set up like this:

web_server:
  bind: 0.0.0.0
  port: 3539
templates:
  TV_Shows:
    inputs:
        - rss: http://rmz.cr/feed
    accept_all: no
    rmz:
      filehosters_re:
      - rapidrar\.com
    exec:
      - echo text={{url}} >> "/downloads/{{series_name}}.{{ series_id }}-{{ quality|upper }}.crawljob"
      - echo downloadFolder=/downloads/{{series_name}}.{{ series_id }}-{{ quality|upper }} >> "/downloads/{{series_name}}.{{ series_id }}-{{ quality|upper }}.crawljob"
      - echo deepAnalyseEnabled=true >> "/downloads/{{series_name}}.{{ series_id }}-{{ quality|upper }}.crawljob"
      - echo autoStart=TRUE >> "/downloads/{{series_name}}.{{ series_id }}-{{ quality|upper }}.crawljob"
      - echo enabled=TRUE >> "/downloads/{{series_name}}.{{ series_id }}-{{ quality|upper }}.crawljob"
      - echo autoConfirm=TRUE >> "/downloads/{{series_name}}.{{ series_id }}-{{ quality|upper }}.crawljob"
    series:
        1080p webdl|webrip h265:
            - NCIS
tasks:
  Series:
    template: TV_Shows

However I'm getting an error that says:

2020-02-12 21:35:31 WARNING urlrewriter Series URL rewriting rmz failed: 403 Client Error: Forbidden for url: http://rmz.cr/release/silent-witness-s23e10-the-greater-good-part-two-1080p-webrip-hevc-x265-rmteam

Which seems to have something to do with the rmz parameter, but I'm not sure what's wrong about it. Could someone recommend a fix for this please?

Thanks!

Posts: 1

Participants: 1

Read full topic

Working config to add files with filesystem plug-in

$
0
0

@billwilts wrote:

I am trying to get flexget to read avi, mkv, etc. files downloaded manually to add them to the database before downloading new files automatically with rss so as to avoid duplicates.

i have tried numerous configurations all without success.

Can anyone help?

Posts: 1

Participants: 1

Read full topic

Movedone not functioning in v3 for me

$
0
0

@k3nk wrote:

I had a fully functioning environment with movedone working on v2. I upgraded to v3 and upgraded deluge.

Flexget 3.1.29
deluge 2.0.3-2-201906121747-ubuntu18.04.1
libtorrent: 1.1.5.0
Python: 3.6.9
OS: Linux 4.15.0-88-generic

Flexget is picking up on the new show and sending it to deluge, but the it's not performing the movedone operation. When looking at the debug logs in Deluge, it does not appear to be receiving the parameter.

Can someone help me begin how to diagnose this further? (ps: the copy paste below might have affected the formatting of the YML, but it does validate and work on my system) The warning is not relevant to the issue.

flexget -c config.yml check

There is a FlexGet process already running for this config, sending execution there.
2020-02-26 18:40:51 VERBOSE check Checking config file /etc/flexget/config.yml
2020-02-26 18:40:51 WARNING check Config line 80 is likely missing ':' at the end
2020-02-26 18:40:51 VERBOSE check Pre-checked 94 configuration lines
2020-02-26 18:40:51 VERBOSE check Config passed check.

// config.yml

templates:
Shows-All:
pathscrub: windows
series:
settings:
Shows-Kids:
set:
content_filename: '{{series_name}} - {{series_id}}/{{series_name}} - {{series_id}} - {{quality}}'
movedone: /mnt/storage/plex/Shows-Kids/{{series_name}}/Season {{series_season}}/
Shows-Adult:
set:
content_filename: '{{series_name}} - {{series_id}}/{{series_name}} - {{series_id}} - {{quality}}'
movedone: /mnt/storage/plex/Shows/{{series_name}}/Season {{series_season}}/

Shows-Kids:
- <show 1>
- <show 2>

Shows-Adult:
- <show 1>
- <show 2>

deluge:
username: flexget
password: flexget
main_file_only: yes
hide_sparse_files: yes
label: '{{series_name}}'

schedules:
- tasks: eztv-tv
schedule:
minute: "*/30"

tasks:
eztv-tv:
priority: 1
rss: https://eztv.io/ezrss.xml
template: Shows-All

Posts: 2

Participants: 2

Read full topic

Series opt() bug

$
0
0

@mrjunge wrote:

Can someone explain to me what I’m doing wrong? Or is this just a bug?

2020-03-13 12:09:50 DEBUG    series        dlanime         `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 10 [480p].mkv` detected as `<SeriesParseResult(data=[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 10 [480p].mkv,name=Eizouken ni wa Te wo Dasu na,id=10,season=0,season_pack=None,episode=10,quality=480p,proper=0,special=False,status=OK)>`, field: `title`
2020-03-13 12:09:50 DEBUG    series        dlanime         setting custom path for `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 10 [480p].mkv` to `/home/nekosama/Videos/Other/Series/Animated/Anime/{{series_name}}/`
2020-03-13 12:09:50 DEBUG    parser_internal dlanime         Parsing series: `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 01 [720p].mkv` kwargs: {'name': 'Eizouken ni wa Te wo Dasu na', 'identified_by': 'sequence', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-03-13 12:09:50 DEBUG    parser_internal dlanime         Parsing result: <SeriesParser(data=[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 01 [720p].mkv,name=Eizouken ni wa Te wo Dasu na,id=1,season=0,season_pack=None,episode=1,quality=720p,proper=0,status=OK)> (in 0.3790749999996734 ms)
2020-03-13 12:09:50 DEBUG    series        dlanime         `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 01 [720p].mkv` detected as `<SeriesParseResult(data=[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 01 [720p].mkv,name=Eizouken ni wa Te wo Dasu na,id=1,season=0,season_pack=None,episode=1,quality=720p,proper=0,special=False,status=OK)>`, field: `title`
2020-03-13 12:09:50 DEBUG    series        dlanime         setting custom path for `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 01 [720p].mkv` to `/home/nekosama/Videos/Other/Series/Animated/Anime/{{series_name}}/`
2020-03-13 12:09:50 DEBUG    parser_internal dlanime         Parsing series: `[GJM] Eizouken ni wa Te wo Dasu na! (Keep Your Hands Off Eizouken!) - 06 [18EABA61].mkv` kwargs: {'name': 'Eizouken ni wa Te wo Dasu na', 'identified_by': 'sequence', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-03-13 12:09:50 DEBUG    parser_internal dlanime         Parsing result: <SeriesParser(data=[GJM] Eizouken ni wa Te wo Dasu na! (Keep Your Hands Off Eizouken!) - 06 [18EABA61].mkv,name=Eizouken ni wa Te wo Dasu na,id=6,season=0,season_pack=None,episode=6,quality=unknown,proper=0,status=OK)> (in 0.4486479999998849 ms)
2020-03-13 12:09:50 DEBUG    series        dlanime         `[GJM] Eizouken ni wa Te wo Dasu na! (Keep Your Hands Off Eizouken!) - 06 [18EABA61].mkv` detected as `<SeriesParseResult(data=[GJM] Eizouken ni wa Te wo Dasu na! (Keep Your Hands Off Eizouken!) - 06 [18EABA61].mkv,name=Eizouken ni wa Te wo Dasu na,id=6,season=0,season_pack=None,episode=6,quality=unknown,proper=0,special=False,status=OK)>`, field: `title`
2020-03-13 12:09:50 DEBUG    series        dlanime         setting custom path for `[GJM] Eizouken ni wa Te wo Dasu na! (Keep Your Hands Off Eizouken!) - 06 [18EABA61].mkv` to `/home/nekosama/Videos/Other/Series/Animated/Anime/{{series_name}}/`
2020-03-13 12:09:50 DEBUG    parser_internal dlanime         Parsing series: `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 04 [1080p].mkv` kwargs: {'name': 'Eizouken ni wa Te wo Dasu na', 'identified_by': 'sequence', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-03-13 12:09:50 DEBUG    parser_internal dlanime         Parsing result: <SeriesParser(data=[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 04 [1080p].mkv,name=Eizouken ni wa Te wo Dasu na,id=4,season=0,season_pack=None,episode=4,quality=1080p,proper=0,status=OK)> (in 0.3770320000002769 ms)
2020-03-13 12:09:50 DEBUG    series        dlanime         `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 04 [1080p].mkv` detected as `<SeriesParseResult(data=[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 04 [1080p].mkv,name=Eizouken ni wa Te wo Dasu na,id=4,season=0,season_pack=None,episode=4,quality=1080p,proper=0,special=False,status=OK)>`, field: `title`
2020-03-13 12:09:50 DEBUG    series        dlanime         setting custom path for `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 04 [1080p].mkv` to `/home/nekosama/Videos/Other/Series/Animated/Anime/{{series_name}}/`
2020-03-13 12:09:50 DEBUG    parser_internal dlanime         Parsing series: `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 07 [1080p].mkv` kwargs: {'name': 'Eizouken ni wa Te wo Dasu na', 'identified_by': 'sequence', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-03-13 12:09:50 DEBUG    parser_internal dlanime         Parsing result: <SeriesParser(data=[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 07 [1080p].mkv,name=Eizouken ni wa Te wo Dasu na,id=7,season=0,season_pack=None,episode=7,quality=1080p,proper=0,status=OK)> (in 0.3845179999997228 ms)
2020-03-13 12:09:50 DEBUG    series        dlanime         `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 07 [1080p].mkv` detected as `<SeriesParseResult(data=[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 07 [1080p].mkv,name=Eizouken ni wa Te wo Dasu na,id=7,season=0,season_pack=None,episode=7,quality=1080p,proper=0,special=False,status=OK)>`, field: `title`
2020-03-13 12:09:50 DEBUG    series        dlanime         setting custom path for `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 07 [1080p].mkv` to `/home/nekosama/Videos/Other/Series/Animated/Anime/{{series_name}}/`
2020-03-13 12:09:50 DEBUG    parser_internal dlanime         Parsing series: `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 05 [1080p].mkv` kwargs: {'name': 'Eizouken ni wa Te wo Dasu na', 'identified_by': 'sequence', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-03-13 12:09:50 DEBUG    parser_internal dlanime         Parsing result: <SeriesParser(data=[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 05 [1080p].mkv,name=Eizouken ni wa Te wo Dasu na,id=5,season=0,season_pack=None,episode=5,quality=1080p,proper=0,status=OK)> (in 0.3869160000000704 ms)
2020-03-13 12:09:50 DEBUG    series        dlanime         `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 05 [1080p].mkv` detected as `<SeriesParseResult(data=[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 05 [1080p].mkv,name=Eizouken ni wa Te wo Dasu na,id=5,season=0,season_pack=None,episode=5,quality=1080p,proper=0,special=False,status=OK)>`, field: `title`
2020-03-13 12:09:50 DEBUG    series        dlanime         setting custom path for `[HorribleSubs] Eizouken ni wa Te wo Dasu na! - 05 [1080p].mkv` to `/home/nekosama/Videos/Other/Series/Animated/Anime/{{series_name}}/`
2020-03-13 12:09:50 DEBUG    parser_internal dlanime         Parsing series: `[GJM] Eizouken ni wa Te wo Dasu na! (Keep Your Hands Off Eizouken!) - 01 [E3DDFF5F].mkv` kwargs: {'name': 'Eizouken ni wa Te wo Dasu na', 'identified_by': 'sequence', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-03-13 12:09:50 DEBUG    parser_internal dlanime         Parsing result: <SeriesParser(data=[GJM] Eizouken ni wa Te wo Dasu na! (Keep Your Hands Off Eizouken!) - 01 [E3DDFF5F].mkv,name=Eizouken ni wa Te wo Dasu na,id=1,season=0,season_pack=None,episode=1,quality=unknown,proper=0,status=OK)> (in 0.4418349999992799 ms)
2020-03-13 12:09:50 DEBUG    series        dlanime         `[GJM] Eizouken ni wa Te wo Dasu na! (Keep Your Hands Off Eizouken!) - 01 [E3DDFF5F].mkv` detected as `<SeriesParseResult(data=[GJM] Eizouken ni wa Te wo Dasu na! (Keep Your Hands Off Eizouken!) - 01 [E3DDFF5F].mkv,name=Eizouken ni wa Te wo Dasu na,id=1,season=0,season_pack=None,episode=1,quality=unknown,proper=0,special=False,status=OK)>`, field: `title`
2020-03-13 12:09:50 DEBUG    series        dlanime         setting custom path for `[GJM] Eizouken ni wa Te wo Dasu na! (Keep Your Hands Off Eizouken!) - 01 [E3DDFF5F].mkv` to `/home/nekosama/Videos/Other/Series/Animated/Anime/{{series_name}}/`
2020-03-13 12:09:50 DEBUG    series        dlanime         series on_task_metainfo took 0.35840351100000056 to parse
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding episode `8` into series `Somali to Mori no Kamisama`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Episode(id=None,identifier=8,season=0,number=8)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 08 [1080p].mkv,name=Somali to Mori no Kamisama,id=8,season=0,season_pack=None,episode=8,quality=1080p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=1080p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 08 [1080p].mkv)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding episode `9` into series `Somali to Mori no Kamisama`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Episode(id=None,identifier=9,season=0,number=9)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 09 [1080p].mkv,name=Somali to Mori no Kamisama,id=9,season=0,season_pack=None,episode=9,quality=1080p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=1080p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 09 [1080p].mkv)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding episode `1` into series `Somali to Mori no Kamisama`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Episode(id=None,identifier=1,season=0,number=1)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 01 [1080p].mkv,name=Somali to Mori no Kamisama,id=1,season=0,season_pack=None,episode=1,quality=1080p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=1080p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 01 [1080p].mkv)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding episode `10` into series `Somali to Mori no Kamisama`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Episode(id=None,identifier=10,season=0,number=10)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 10 [1080p].mkv,name=Somali to Mori no Kamisama,id=10,season=0,season_pack=None,episode=10,quality=1080p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=1080p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 10 [1080p].mkv)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding episode `6` into series `Somali to Mori no Kamisama`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Episode(id=None,identifier=6,season=0,number=6)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 06 [1080p].mkv,name=Somali to Mori no Kamisama,id=6,season=0,season_pack=None,episode=6,quality=1080p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=1080p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 06 [1080p].mkv)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding episode `5` into series `Somali to Mori no Kamisama`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Episode(id=None,identifier=5,season=0,number=5)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 05 [1080p].mkv,name=Somali to Mori no Kamisama,id=5,season=0,season_pack=None,episode=5,quality=1080p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=1080p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 05 [1080p].mkv)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding episode `4` into series `Somali to Mori no Kamisama`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Episode(id=None,identifier=4,season=0,number=4)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 04 [1080p].mkv,name=Somali to Mori no Kamisama,id=4,season=0,season_pack=None,episode=4,quality=1080p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=1080p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 04 [1080p].mkv)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding episode `3` into series `Somali to Mori no Kamisama`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Episode(id=None,identifier=3,season=0,number=3)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 03 [1080p].mkv,name=Somali to Mori no Kamisama,id=3,season=0,season_pack=None,episode=3,quality=1080p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=1080p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 03 [1080p].mkv)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding episode `2` into series `Somali to Mori no Kamisama`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Episode(id=None,identifier=2,season=0,number=2)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 02 [1080p].mkv,name=Somali to Mori no Kamisama,id=2,season=0,season_pack=None,episode=2,quality=1080p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=1080p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 02 [1080p].mkv)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 01 [720p].mkv,name=Somali to Mori no Kamisama,id=1,season=0,season_pack=None,episode=1,quality=720p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=720p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 01 [720p].mkv)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 01 [480p].mkv,name=Somali to Mori no Kamisama,id=1,season=0,season_pack=None,episode=1,quality=480p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=480p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 01 [480p].mkv)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 10 [480p].mkv,name=Somali to Mori no Kamisama,id=10,season=0,season_pack=None,episode=10,quality=480p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=480p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 10 [480p].mkv)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding episode `7` into series `Somali to Mori no Kamisama`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Episode(id=None,identifier=7,season=0,number=7)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 07 [1080p].mkv,name=Somali to Mori no Kamisama,id=7,season=0,season_pack=None,episode=7,quality=1080p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=1080p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 07 [1080p].mkv)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         adding release `<SeriesParseResult(data=[HorribleSubs] Somali to Mori no Kamisama - 10 [720p].mkv,name=Somali to Mori no Kamisama,id=10,season=0,season_pack=None,episode=10,quality=720p,proper=0,special=False,status=OK)>`
2020-03-13 12:09:50 DEBUG    series.db     dlanime         -> added `<Release(id=None,quality=720p,downloaded=None,proper_count=0,title=[HorribleSubs] Somali to Mori no Kamisama - 10 [720p].mkv)>`
2020-03-13 12:09:50 DEBUG    series        dlanime         start with entities: ['[HorribleSubs] Somali to Mori no Kamisama - 08 [1080p].mkv']
2020-03-13 12:09:50 DEBUG    series        dlanime         current entities: ['[HorribleSubs] Somali to Mori no Kamisama - 08 [1080p].mkv']
2020-03-13 12:09:50 DEBUG    series        dlanime         quality req: 720p
2020-03-13 12:09:50 VERBOSE  series        dlanime         Ignored `[HorribleSubs] Somali to Mori no Kamisama - 08 [1080p].mkv`. Does not meet quality requirement `720p`.
2020-03-13 12:09:50 DEBUG    series        dlanime         no quality meets requirements
2020-03-13 12:09:50 DEBUG    series        dlanime         start with entities: ['[HorribleSubs] Somali to Mori no Kamisama - 09 [1080p].mkv']
2020-03-13 12:09:50 DEBUG    series        dlanime         current entities: ['[HorribleSubs] Somali to Mori no Kamisama - 09 [1080p].mkv']
2020-03-13 12:09:50 DEBUG    series        dlanime         quality req: 720p
2020-03-13 12:09:50 VERBOSE  series        dlanime         Ignored `[HorribleSubs] Somali to Mori no Kamisama - 09 [1080p].mkv`. Does not meet quality requirement `720p`.
2020-03-13 12:09:50 DEBUG    series        dlanime         no quality meets requirements
2020-03-13 12:09:50 DEBUG    series        dlanime         start with entities: ['[HorribleSubs] Somali to Mori no Kamisama - 01 [1080p].mkv', '[HorribleSubs] Somali to Mori no Kamisama - 01 [720p].mkv', '[HorribleSubs] Somali to Mori no Kamisama - 01 [480p].mkv']
2020-03-13 12:09:50 DEBUG    series        dlanime         current entities: ['[HorribleSubs] Somali to Mori no Kamisama - 01 [1080p].mkv', '[HorribleSubs] Somali to Mori no Kamisama - 01 [720p].mkv', '[HorribleSubs] Somali to Mori no Kamisama - 01 [480p].mkv']
2020-03-13 12:09:50 DEBUG    series        dlanime         quality req: 720p
2020-03-13 12:09:50 VERBOSE  series        dlanime         Ignored `[HorribleSubs] Somali to Mori no Kamisama - 01 [1080p].mkv`. Does not meet quality requirement `720p`.
2020-03-13 12:09:50 VERBOSE  series        dlanime         Ignored `[HorribleSubs] Somali to Mori no Kamisama - 01 [480p].mkv`. Does not meet quality requirement `720p`.
2020-03-13 12:09:50 DEBUG    series        dlanime         -------------------- process_propers -->
2020-03-13 12:09:50 DEBUG    series        dlanime         propers - downloaded qualities: {}
2020-03-13 12:09:50 DEBUG    series        dlanime         continuing w. entities: ['[HorribleSubs] Somali to Mori no Kamisama - 01 [720p].mkv']
2020-03-13 12:09:50 DEBUG    series        dlanime         best entity is: `[HorribleSubs] Somali to Mori no Kamisama - 01 [720p].mkv`
2020-03-13 12:09:50 DEBUG    series        dlanime         -------------------- tracking -->
2020-03-13 12:09:50 DEBUG    series.db     dlanime         no episodes found for series `Somali to Mori no Kamisama` with parameters season: None, downloaded: True
2020-03-13 12:09:50 DEBUG    series.db     dlanime         no season packs found for series `Somali to Mori no Kamisama` with parameters season: None, downloaded: True
2020-03-13 12:09:50 DEBUG    series        dlanime         latest download: None
2020-03-13 12:09:50 DEBUG    series        dlanime         current: <Episode(id=3,identifier=1,season=0,number=1)>
2020-03-13 12:09:50 CRITICAL task          dlanime         BUG: Unhandled error in plugin series: opt() got an unexpected keyword argument 'colors'
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
    │    └ <function Thread._bootstrap_inner at 0x7f01bd9ba700>
    └ <Thread(task_queue, started daemon 139645329663744)>
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
    │    └ <function Thread.run at 0x7f01bd9ba430>
    └ <Thread(task_queue, started daemon 139645329663744)>
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
    │    │        │    │        │    └ {}
    │    │        │    │        └ <Thread(task_queue, started daemon 139645329663744)>
    │    │        │    └ ()
    │    │        └ <Thread(task_queue, started daemon 139645329663744)>
    │    └ <bound method TaskQueue.run of <flexget.task_queue.TaskQueue object at 0x7f01b68e7b80>>
    └ <Thread(task_queue, started daemon 139645329663744)>
  File "/usr/lib/python3.8/site-packages/flexget/task_queue.py", line 46, in run
    self.current_task.execute()
    │    │            └ <function Task.execute at 0x7f01bb7e65e0>
    │    └ <flexget.task.Task object at 0x7f01b6468c70>
    └ <flexget.task_queue.TaskQueue object at 0x7f01b68e7b80>
  File "/usr/lib/python3.8/site-packages/flexget/task.py", line 80, in wrapper
    return func(self, *args, **kw)
           │    │      │       └ {}
           │    │      └ ()
           │    └ <flexget.task.Task object at 0x7f01b6468c70>
           └ <function Task.execute at 0x7f01bb7e6550>
  File "/usr/lib/python3.8/site-packages/flexget/task.py", line 697, in execute
    self._execute()
    │    └ <function Task._execute at 0x7f01bb7e64c0>
    └ <flexget.task.Task object at 0x7f01b6468c70>
  File "/usr/lib/python3.8/site-packages/flexget/task.py", line 663, in _execute
    self.__run_task_phase(phase)
    │                     └ 'filter'
    └ <flexget.task.Task object at 0x7f01b6468c70>
  File "/usr/lib/python3.8/site-packages/flexget/task.py", line 489, in __run_task_phase
    response = self.__run_plugin(plugin, phase, args)
               │                 │       │      └ (<flexget.task.Task object at 0x7f01b6468c70>, [{'Yesterday wo Utatte': {'identified_by': 'sequence', 'tracking': 'backfill',...
               │                 │       └ 'filter'
               │                 └ <PluginInfo(name=series)>
               └ <flexget.task.Task object at 0x7f01b6468c70>
> File "/usr/lib/python3.8/site-packages/flexget/task.py", line 522, in __run_plugin
    result = method(*args, **kwargs)
             │       │       └ {}
             │       └ (<flexget.task.Task object at 0x7f01b6468c70>, [{'Yesterday wo Utatte': {'identified_by': 'sequence', 'tracking': 'backfill',...
             └ <Event(name=plugin.series.filter,func=on_task_filter,priority=128)>
  File "/usr/lib/python3.8/site-packages/flexget/event.py", line 22, in __call__
    return self.func(*args, **kwargs)
           │    │     │       └ {}
           │    │     └ (<flexget.task.Task object at 0x7f01b6468c70>, [{'Yesterday wo Utatte': {'identified_by': 'sequence', 'tracking': 'backfill',...
           │    └ <bound method FilterSeries.on_task_filter of <flexget.components.series.series.FilterSeries object at 0x7f01b69c4220>>
           └ <Event(name=plugin.series.filter,func=on_task_filter,priority=128)>
  File "/usr/lib/python3.8/site-packages/flexget/components/series/series.py", line 561, in on_task_filter
    self.process_series(task, series_entries, series_config)
    │    │              │     │               └ {'identified_by': 'sequence', 'tracking': 'backfill', 'quality': '720p', 'path': '/home/nekosama/Videos/Other/Series/Animated...
    │    │              │     └ <unprintable dict object>
    │    │              └ <flexget.task.Task object at 0x7f01b6468c70>
    │    └ <function FilterSeries.process_series at 0x7f01b7cbff70>
    └ <flexget.components.series.series.FilterSeries object at 0x7f01b69c4220>
  File "/usr/lib/python3.8/site-packages/flexget/components/series/series.py", line 778, in process_series
    best.accept(reason)
    │    │      └ 'matches quality'
    │    └ <function Entry.accept at 0x7f01bb9d6af0>
    └ <Entry(title=[HorribleSubs] Somali to Mori no Kamisama - 01 [720p].mkv,state=accepted)>
  File "/usr/lib/python3.8/site-packages/flexget/entry.py", line 172, in accept
    self.run_hooks('accept', reason=reason, **kwargs)
    │    │                          │         └ {}
    │    │                          └ 'matches quality'
    │    └ <function Entry.run_hooks at 0x7f01bb9d6790>
    └ <Entry(title=[HorribleSubs] Somali to Mori no Kamisama - 01 [720p].mkv,state=accepted)>
  File "/usr/lib/python3.8/site-packages/flexget/entry.py", line 113, in run_hooks
    func(self, **kwargs)
    │    │       └ {'reason': 'matches quality'}
    │    └ <Entry(title=[HorribleSubs] Somali to Mori no Kamisama - 01 [720p].mkv,state=accepted)>
    └ functools.partial(<function Verbose.verbose_details at 0x7f01b907f790>, task=<flexget.task.Task object at 0x7f01b6468c70>, ac...
  File "/usr/lib/python3.8/site-packages/flexget/plugins/operate/verbose.py", line 32, in verbose_details
    task_logger.opt(colors=True).verbose(f"{act.log_markup}: {{}}", msg)
    │           │                                                   └ '`[HorribleSubs] Somali to Mori no Kamisama - 01 [720p].mkv` by series plugin because matches quality'
    │           └ <function Logger.opt at 0x7f01bcd0d550>
    └ <loguru.logger handlers=[(id=2, level=10, sink=<lambda>), (id=3, level=15, sink='/home/nekosama/.config/flexget/flexget.log')...

TypeError: opt() got an unexpected keyword argument 'colors'
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/flexget/task.py", line 522, in __run_plugin
    result = method(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/flexget/event.py", line 22, in __call__
    return self.func(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/flexget/components/series/series.py", line 561, in on_task_filter
    self.process_series(task, series_entries, series_config)
  File "/usr/lib/python3.8/site-packages/flexget/components/series/series.py", line 778, in process_series
    best.accept(reason)
  File "/usr/lib/python3.8/site-packages/flexget/entry.py", line 172, in accept
    self.run_hooks('accept', reason=reason, **kwargs)
  File "/usr/lib/python3.8/site-packages/flexget/entry.py", line 113, in run_hooks
    func(self, **kwargs)
  File "/usr/lib/python3.8/site-packages/flexget/plugins/operate/verbose.py", line 32, in verbose_details
    task_logger.opt(colors=True).verbose(f"{act.log_markup}: {{}}", msg)
TypeError: opt() got an unexpected keyword argument 'colors'

Posts: 1

Participants: 1

Read full topic

Viewing all 716 articles
Browse latest View live