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

Tvdb lookup seems not to work ... why?

$
0
0

@numa1985 wrote:

Hello,

I Would like to handle French series (with no subtitles) and others with.
To do that, I need tv-show language and i configured tvdb_lookup, but tvdb_lookup does’nt seems to work (despite require_field config).

If i traced the execution, no tvdb lookup log

Do you know what is the problem ? I have no idea to fix that …

Thanks.

Config:

variables: private/secretfile.yml

web_server:
  bind: 0.0.0.0
  port: 3539
  web_ui: yes

templates:
  global:
    # 10 gigas d'espace disque au minimum
    free_space:
      path: '{? download.defaultPath ?}'
      space: 10000

    disable:
      - private_torrents
    verify_ssl_certificates: no

    transmission:
      host: transmission
      port: 9091
      username: '{? transmission.username ?}'
      password: '{? transmission.password ?}'
      include_subs: yes
      main_file_only: yes
      ratio: 6
      path: '{? transmission.path ?}'
   
    # Size and seed restrictions require real torrents
    magnets: no
  
  tv:
    quality:
      - 1080i-1080p

    thetvdb_lookup: yes
    require_field:
      - tvdb_series_name
      - tvdb_language
      
    configure_series:
      from:
        betaseries_list:
          username: '{? betaseries.username ?}'
          password: '{? betaseries.password ?}'
          api_key: '{? betaseries.apikey ?}'

    transmission:
      path: '{? transmission.series_movedone ?}'

    # Push notification Mobile
    notify:
      entries:
        title: "{{series_name}} {{series_id}}"
        message: "{{series_name}} {{series_id}}\n\n{{title}}\n\nSize: {{content_size}}MB\n\nDownloaded by: {{task}}" 
        via:
          - pushbullet:
              api_key: '{? pushbullet.apikey ?}'

  subtitled:
    if:
      - tvdb_language and 'fr' != tvdb_language:
          regexp:
            reject_excluding:
              # Only accept VOSTFR or Multi sub
              - '(?x) [\W_] (?: VOSTFR | MULTISUB | MULTI ) (?:\.|_|\b)'
            from: title

tasks:
  
  TV-SHOWS_abn:
    template:
      - tv
      - subtitled

  

Execution (with a french tv-show for example)

flexget -L trace execute --tasks TV-SHOWS_abn --verbose --now --no-cache --inject="Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS"

Trace

2020-04-08 08:26:46 DEBUG    manager                       Figuring out config load paths
2020-04-08 08:26:46 DEBUG    manager                       Found config: /config/config.yml
2020-04-08 08:26:46 DEBUG    manager                       Config file /config/config.yml selected
2020-04-08 08:26:46 DEBUG    manager                       sys.defaultencoding: utf-8
2020-04-08 08:26:46 DEBUG    manager                       sys.getfilesystemencoding: utf-8
2020-04-08 08:26:46 DEBUG    manager                       flexget detected io encoding: utf-8
2020-04-08 08:26:46 DEBUG    manager                       os.path.supports_unicode_filenames: False
There is a FlexGet process already running for this config, sending execution there.
2020-04-08 08:26:46 DEBUG    manager                       Sending command to running FlexGet process: ['-L', 'trace', 'execute', '--tasks', 'TV-SHOWS_abn', '--verbose', '--now', '--no-cache', '--inject=Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS']
2020-04-08 08:26:46 DEBUG    cron_env                      Encoding utf-8 stored
2020-04-08 08:26:47 DEBUG    util.simple_persistence                 setting key terminal_encoding value 'utf-8'
2020-04-08 08:26:47 DEBUG    task          TV-SHOWS_abn    executing TV-SHOWS_abn
2020-04-08 08:26:47 DEBUG    task          TV-SHOWS_abn    Disabling input phase
2020-04-08 08:26:47 DEBUG    template      TV-SHOWS_abn    Merging template tv into task TV-SHOWS_abn
2020-04-08 08:26:47 DEBUG    template      TV-SHOWS_abn    Merging template subtitled into task TV-SHOWS_abn
2020-04-08 08:26:47 DEBUG    template      TV-SHOWS_abn    Merging template global into task TV-SHOWS_abn
2020-04-08 08:26:47 TRACE    template      TV-SHOWS_abn    templates: ['tv', 'subtitled', 'global']
2020-04-08 08:26:47 TRACE    input_cache   TV-SHOWS_abn    self.name: betaseries_list
2020-04-08 08:26:47 TRACE    input_cache   TV-SHOWS_abn    hash: 40546b04ec11f38effa5a62dd34defec
2020-04-08 08:26:47 DEBUG    input_cache   TV-SHOWS_abn    cache name: betaseries_list_40546b04ec11f38effa5a62dd34defec (has: betaseries_list_40546b04ec11f38effa5a62dd34defec)
2020-04-08 08:26:47 TRACE    input_cache   TV-SHOWS_abn    cache miss
2020-04-08 08:26:47 DEBUG    utils.requests TV-SHOWS_abn    POSTing URL https://api.betaseries.com/members/auth with args () and kwargs {'data': None, 'params': {'login': 'numa1985', 'password': 'd5f8d45ca2864176b6c6e7d7bc94aa02'}, 'headers': {'Accept': 'application/json', 'X-BetaSeries-Version': '2.1', 'X-BetaSeries-Key': '9f65bd65ad67'}, 'timeout': 30}
2020-04-08 08:26:47 DEBUG    utils.requests TV-SHOWS_abn    GETing URL https://api.betaseries.com/members/search with args () and kwargs {'params': {'login': 'numa1985'}, 'headers': {'Accept': 'application/json', 'X-BetaSeries-Version': '2.1', 'X-BetaSeries-Key': '9f65bd65ad67', 'X-BetaSeries-Token': 'ded64e322383'}, 'allow_redirects': True, 'timeout': 30}
2020-04-08 08:26:47 DEBUG    utils.requests TV-SHOWS_abn    GETing URL https://api.betaseries.com/shows/member with args () and kwargs {'params': {'id': 15}, 'headers': {'Accept': 'application/json', 'X-BetaSeries-Version': '2.1', 'X-BetaSeries-Key': '9f65bd65ad67', 'X-BetaSeries-Token': 'ded64e322383'}, 'allow_redirects': True, 'timeout': 30}
2020-04-08 08:26:47 VERBOSE  betaseries_list TV-SHOWS_abn    series: The Handmaid's Tale, Le bureau des légendes, Game of Thrones, Fargo, Dix pour cent, Silicon Valley, Black Mirror, 3%, Sherlock
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_title = "The Handmaid's Tale"
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: title = "The Handmaid's Tale"
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_title = 'Le bureau des légendes'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: title = 'Le bureau des légendes'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_title = 'Game of Thrones'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: title = 'Game of Thrones'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_title = 'Fargo'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: title = 'Fargo'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_title = 'Dix pour cent'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: title = 'Dix pour cent'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_title = 'Silicon Valley'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: title = 'Silicon Valley'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_title = 'Black Mirror'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: title = 'Black Mirror'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_title = '3%'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: title = '3%'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_title = 'Sherlock'
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: title = 'Sherlock'
2020-04-08 08:26:47 DEBUG    input_cache   TV-SHOWS_abn    storing entries to cache betaseries_list_40546b04ec11f38effa5a62dd34defec
2020-04-08 08:26:47 DEBUG    input_cache   TV-SHOWS_abn    Storing cache betaseries_list_40546b04ec11f38effa5a62dd34defec to database.
2020-04-08 08:26:47 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_title = 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: title = 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_url = 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: url = 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: has_field = <function FilterIf.check_condition.<locals>.<lambda> at 0x7f0c55435700>
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: timedelta = <class 'datetime.timedelta'>
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: utcnow = datetime.datetime(2020, 4, 8, 8, 26, 48, 60983)
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: now = datetime.datetime(2020, 4, 8, 8, 26, 48, 60990)
2020-04-08 08:26:48 DEBUG    if            TV-SHOWS_abn    Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS does not contain the field tvdb_language
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_title = 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: title = 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_url = 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: url = 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: has_field = <function FilterIf.check_condition.<locals>.<lambda> at 0x7f0c5632aaf0>
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: timedelta = <class 'datetime.timedelta'>
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: utcnow = datetime.datetime(2020, 4, 8, 8, 26, 48, 220229)
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: now = datetime.datetime(2020, 4, 8, 8, 26, 48, 220237)
2020-04-08 08:26:48 DEBUG    if            TV-SHOWS_abn    Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS does not contain the field tvdb_language
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: _backlog_snapshot = {'serializer': 'Entry', 'version': 1, 'value': {'fields': {'original_title': 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS', 'title': 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS', 'original_url': 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL', 'url': 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL'}, 'lazy_lookups': []}}
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: task = 'TV-SHOWS_abn'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: quality = <LazyLookup([LazyCallee(func=<bound method MetainfoQuality.get_quality of <flexget.plugins.metainfo.quality.MetainfoQuality object at 0x7f0c57f9a550>>, keys=['quality'], args=None, kwargs=None)])>
2020-04-08 08:26:48 DEBUG    parser_internal TV-SHOWS_abn    Parsing series: `Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS` kwargs: {'name': None}
2020-04-08 08:26:48 TRACE    seriesparser  TV-SHOWS_abn    No name for series `Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS` supplied, guessing name.
2020-04-08 08:26:48 TRACE    seriesparser  TV-SHOWS_abn    found episode number with regexp (?<![^\W_])(?:series|season|s)\s?(\d{1,4})(?:\s(?:.*\s)?)?(?:episode|ep|e|part|pt)\s?(\d{1,3}|X{0,3}(?:IX|XI{0,4}|VI{0,4}|IV|V|I{1,4}))(?:\s?e?(\d{1,2}))?(?![^\W_]) (('05', '02', None))
2020-04-08 08:26:48 TRACE    seriesparser  TV-SHOWS_abn    Series name for Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS guessed to be Le Bureau Des Legendes
2020-04-08 08:26:48 TRACE    seriesparser  TV-SHOWS_abn    name: le bureau des legendes data: Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS
2020-04-08 08:26:48 TRACE    seriesparser  TV-SHOWS_abn    NAME SUCCESS: ^(?:(?:\[[^\[\]]*\])|(?:HD.720p?:)|(?:HD.1080p?:)|(?:HD.2160p?:))?(?:[^\w&]|_)*(Le(?:[^\w&]|_)*Bureau(?:[^\w&]|_)*Des(?:[^\w&]|_)*Legendes)(?:\b|_)(?:[^\w&]|_)* matched to Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS
2020-04-08 08:26:48 TRACE    seriesparser  TV-SHOWS_abn    data stripped: .s05e02.french.1080p.hdtv.h264-hybris
2020-04-08 08:26:48 TRACE    seriesparser  TV-SHOWS_abn    parsing quality ->
2020-04-08 08:26:48 TRACE    seriesparser  TV-SHOWS_abn    quality detected, using remaining data `.s05e02.french...-hybris `
2020-04-08 08:26:48 TRACE    seriesparser  TV-SHOWS_abn    data for date/ep/id parsing 's05e02 french hybris'
2020-04-08 08:26:48 TRACE    seriesparser  TV-SHOWS_abn    found episode number with regexp (?<![^\W_])(?:series|season|s)\s?(\d{1,4})(?:\s(?:.*\s)?)?(?:episode|ep|e|part|pt)\s?(\d{1,3}|X{0,3}(?:IX|XI{0,4}|VI{0,4}|IV|V|I{1,4}))(?:\s?e?(\d{1,2}))?(?![^\W_]) (('05', '02', None))
2020-04-08 08:26:48 DEBUG    parser_internal TV-SHOWS_abn    Parsing result: <SeriesParser(data=Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS,name=Le Bureau Des Legendes,id=(5, 2),season=5,season_pack=None,episode=2,quality=1080p hdtv h264,proper=0,status=OK)> (in 50.62521099989681 ms)
2020-04-08 08:26:48 DEBUG    parser_internal TV-SHOWS_abn    Parsing series: `Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS` kwargs: {'name': 'Le bureau des légendes', 'identified_by': 'ep', '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-04-08 08:26:48 TRACE    seriesparser  TV-SHOWS_abn    name: le bureau des légendes data: Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS
2020-04-08 08:26:48 TRACE    seriesparser  TV-SHOWS_abn    FAIL: name regexps ['^(?:(?:\\[[^\\[\\]]*\\])|(?:HD.720p?:)|(?:HD.1080p?:)|(?:HD.2160p?:))?(?:[^\\w&]|_)*(Le(?:[^\\w&]|_)*bureau(?:[^\\w&]|_)*des(?:[^\\w&]|_)*légendes)(?:\\b|_)(?:[^\\w&]|_)*'] do not match Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS
2020-04-08 08:26:48 DEBUG    series        TV-SHOWS_abn    series on_task_metainfo took 0.09221383600015542 to parse
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_title = 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: title = 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_url = 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: url = 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: _backlog_snapshot = {'serializer': 'Entry', 'version': 1, 'value': {'fields': {'original_title': 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS', 'title': 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS', 'original_url': 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL', 'url': 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL'}, 'lazy_lookups': []}}
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: task = 'TV-SHOWS_abn'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: quality = <LazyLookup([LazyCallee(func=<bound method MetainfoQuality.get_quality of <flexget.plugins.metainfo.quality.MetainfoQuality object at 0x7f0c57f9a550>>, keys=['quality'], args=None, kwargs=None)])>
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: has_field = <function FilterIf.check_condition.<locals>.<lambda> at 0x7f0c5632aa60>
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: timedelta = <class 'datetime.timedelta'>
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: utcnow = datetime.datetime(2020, 4, 8, 8, 26, 48, 519578)
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: now = datetime.datetime(2020, 4, 8, 8, 26, 48, 519585)
2020-04-08 08:26:48 DEBUG    if            TV-SHOWS_abn    Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS does not contain the field tvdb_language
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: media_id = <LazyLookup([LazyCallee(func=<bound method MetainfoQuality.get_quality of <flexget.plugins.metainfo.quality.MetainfoQuality object at 0x7f0c57f9a550>>, keys=['quality'], args=None, kwargs=None), LazyCallee(func=<bound method MetainfoMediaId.get_media_id of <flexget.plugins.metainfo.media_id.MetainfoMediaId object at 0x7f0c57f9a190>>, keys=['media_id'], args=None, kwargs=None)])>
2020-04-08 08:26:48 TRACE    seen          TV-SHOWS_abn    querying for: Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS, http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: quality = <Quality(resolution=1080p,source=hdtv,codec=h264,audio=unknown)>
2020-04-08 08:26:48 TRACE    metainfo_quality TV-SHOWS_abn    Found quality 1080p hdtv h264 for Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS
2020-04-08 08:26:48 DEBUG    series        TV-SHOWS_abn    processing series took 0.008418197000082728
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_title = 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: title = 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: original_url = 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: url = 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: _backlog_snapshot = {'serializer': 'Entry', 'version': 1, 'value': {'fields': {'original_title': 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS', 'title': 'Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS', 'original_url': 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL', 'url': 'http://localhost/inject/2DA5exMOrHF1baknXPKNVGotcj3UwL'}, 'lazy_lookups': []}}
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: task = 'TV-SHOWS_abn'
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: quality = <Quality(resolution=1080p,source=hdtv,codec=h264,audio=unknown)>
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: media_id = <LazyLookup([LazyCallee(func=<bound method MetainfoMediaId.get_media_id of <flexget.plugins.metainfo.media_id.MetainfoMediaId object at 0x7f0c57f9a190>>, keys=['media_id'], args=None, kwargs=None)])>
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: has_field = <function FilterIf.check_condition.<locals>.<lambda> at 0x7f0c5602c0d0>
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: timedelta = <class 'datetime.timedelta'>
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: utcnow = datetime.datetime(2020, 4, 8, 8, 26, 48, 750547)
2020-04-08 08:26:48 TRACE    entry         TV-SHOWS_abn    ENTRY SET: now = datetime.datetime(2020, 4, 8, 8, 26, 48, 750554)
2020-04-08 08:26:48 DEBUG    if            TV-SHOWS_abn    Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS does not contain the field tvdb_language
2020-04-08 08:26:48 VERBOSE  task          TV-SHOWS_abn    REJECTED: `Le.Bureau.Des.Legendes.S05E02.FRENCH.1080p.HDTV.H264-HYBRiS` by require_field plugin because required field tvdb_series_name is not present
2020-04-08 08:26:48 DEBUG    urlrewriter   TV-SHOWS_abn    Checking 0 entries
2020-04-08 08:26:48 VERBOSE  details       TV-SHOWS_abn    Summary - Accepted: 0 (Rejected: 1 Undecided: 0 Failed: 0)
2020-04-08 08:26:48 DEBUG    notify_entry  TV-SHOWS_abn    No entries to notify about.
2020-04-08 08:26:48 DEBUG    series        TV-SHOWS_abn    on_task_learn
2020-04-08 08:26:48 DEBUG    util.simple_persistence TV-SHOWS_abn    Flushing simple persistence for task TV-SHOWS_abn to db.
2020-04-08 08:26:49 DEBUG    util.simple_persistence TV-SHOWS_abn    Flushing simple persistence for task None to db.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles