Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Tvdb and specials

$
0
0

@jonybat wrote:

Hi

I noticed recently that thetvdb is not retrieving the proper special episode ids. It seems to be assuming 0 as 1, in both season and episode fields.

On to the examples:

  move-series:
    disable:
      - seen
      - retry_failed
    metainfo_series: yes
    thetvdb_lookup: yes
    mock:
      - { title: 'Mr Robot S00E01', location: '/tmp/Mr Robot S00E01.mkv'}
    accept_all: yes
    move:
      to: "/tmp/{{tvdb_series_name|escape|replace(''', '')|pathscrub}}/"
      filename: "{{tvdb_series_name|escape|replace(''', '')|pathscrub}} - {{tvdb_ep_id|default(series_id)}}{% if tvdb_ep_name|default(False) %} - {{tvdb_ep_name|pathscrub}}{% endif %}{% if quality|default(False) %} - [{{quality}}]{% endif %}"

flexget -L debug -c test-specials.yml --test execute --dump
http://pastebin.com/TjXCWUE3

Changing from S00E01 to S01E00 for example, gives a similar result, translating to S01E01

Im quite sure that this used to work. Just not sure if it is a bug or some behavior that changed.

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles