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

Fixing episode titles on an incorrectly-matched series

$
0
0

@buthidae wrote:

Hi all,

I'm trying to fix the episode names on a series that matched to the wrong TVDB_id. I've manually set the TVDB_id in the task, but it's still not actually doing a lookup. Can anyone see what dumb thing I'm missing?

The only way I can figure out how to set tvdb_id is using the series plugin, but is there a better way I could be doing this? I've got "accept_all: yes" in this task, but each time I try a new config I have to forget that episode ID. This task is manual only, so I'd rather it just accepted everything, even if it has been seen before. For clarity, I'm just trying this on S05E13 at the moment.

Task:

Manual Rename:
  inputs:
    - filesystem:
        path:
          - /Volumes/Three over Two/TV Shows/Once Upon a Time/Season 5
        regexp: .*(mp4|mkv|avi)$
        recursive: no
  accept_all: yes
  manual: yes
  thetvdb_lookup: yes
  seen: local
  require_field: [series_id]
  series:
    - Once Upon a Time:
        set:
          tvdb_id: 248835
  all_series:
    parse_only: yes
  move:
    filename: "{{ series_name }}.{{ series_id }}.{{ tvdb_ep_name|default('Unknown') }}.{{ quality|upper }}"
  prowl:
    apikey: '{{ secrets.prowl.key }}'
    event: Manual Renamed File
    description: Renamed "{{ series_name }}.{{ series_id }}"

Output:

servertv:~ localadmin$ flexget execute --tasks "Manual Rename" --verbose --dump
2016-03-20 11:27 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2016-03-20 11:27 VERBOSE  filesystem    Manual Rename   Starting to scan folders.
2016-03-20 11:27 VERBOSE  filesystem    Manual Rename   Scanning folder /Volumes/Three over Two/TV Shows/Once Upon a Time/Season 5. Recursion is set to False.
2016-03-20 11:27 VERBOSE  details       Manual Rename   Produced 13 entries.
2016-03-20 11:27 VERBOSE  task          Manual Rename   REJECTED: `Once Upon A Time.S05E05.Unknown.HDTV H264` by series plugin because quality already downloaded
2016-03-20 11:27 VERBOSE  task          Manual Rename   REJECTED: `Once Upon A Time.S05E06.Unknown.HDTV H264` by series plugin because quality already downloaded
2016-03-20 11:27 VERBOSE  task          Manual Rename   REJECTED: `Once Upon A Time.S05E11.Unknown.HDTV H264` by series plugin because quality already downloaded
2016-03-20 11:27 VERBOSE  task          Manual Rename   REJECTED: `Once Upon A Time.S05E04.Unknown.HDTV H264` by series plugin because quality already downloaded
2016-03-20 11:27 VERBOSE  task          Manual Rename   REJECTED: `Once Upon A Time.S05E08.Unknown.HDTV H264` by series plugin because quality already downloaded
2016-03-20 11:27 VERBOSE  task          Manual Rename   REJECTED: `Once Upon A Time.S05E03.Unknown.HDTV H264` by series plugin because quality already downloaded
2016-03-20 11:27 VERBOSE  task          Manual Rename   REJECTED: `Once Upon A Time.S05E10.Unknown.HDTV H264` by series plugin because quality already downloaded
2016-03-20 11:27 VERBOSE  task          Manual Rename   ACCEPTED: `Once Upon a Time.S05E13.Unknown.HDTV H264` by series plugin because choosing best available quality
2016-03-20 11:27 VERBOSE  task          Manual Rename   REJECTED: `Once Upon A Time.S05E07.Unknown.HDTV H264` by series plugin because quality already downloaded
2016-03-20 11:27 VERBOSE  task          Manual Rename   REJECTED: `Once Upon A Time.S05E01.Unknown.HDTV H264` by series plugin because quality already downloaded
2016-03-20 11:27 VERBOSE  task          Manual Rename   REJECTED: `Once Upon A Time.S05E12.Unknown.HDTV H264` by series plugin because episode has already been downloaded
2016-03-20 11:27 VERBOSE  task          Manual Rename   REJECTED: `Once Upon A Time.S05E02.Unknown.HDTV H264` by series plugin because quality already downloaded
2016-03-20 11:27 VERBOSE  task          Manual Rename   REJECTED: `Once Upon A Time.S05E09.Unknown.HDTV H264` by series plugin because quality already downloaded
2016-03-20 11:27 VERBOSE  details       Manual Rename   Summary - Accepted: 1 (Rejected: 12 Undecided: 0 Failed: 0)
2016-03-20 11:27 VERBOSE  move          Manual Rename   Adding extension `.mp4` to dst `/Volumes/Three over Two/TV Shows/Once Upon a Time/Season 5/Once Upon a Time.S05E13.Unknown.HDTV H264`
2016-03-20 11:27 INFO     move          Manual Rename   `/Volumes/Three over Two/TV Shows/Once Upon a Time/Season 5/Once Upon a Time.S05E13.Unknown.HDTV H264.mp4` has been moved to `/Volumes/Three over Two/TV Shows/Once Upon a Time/Season 5/Once Upon a Time.S05E13.Unknown.HDTV H264.mp4`
-- Accepted: ---------------------------
title            : Once Upon a Time.S05E13.Unknown.HDTV H264
url              : file:///Volumes/Three%20over%20Two/TV%20Shows/Once%20Upon%20a%20Time/Season%205/Once%20Upon%20a%20Time.S05E13.Unknown.HDTV%20H264.mp4
original_url     : file:///Volumes/Three%20over%20Two/TV%20Shows/Once%20Upon%20a%20Time/Season%205/Once%20Upon%20a%20Time.S05E13.Unknown.HDTV%20H264.mp4
accepted_by      : series
content_size     : 281
filename         : Once Upon a Time.S05E13.Unknown.HDTV H264.mp4
imdb_id          : <LazyField - value will be determined when it is accessed>
imdb_url         : <LazyField - value will be determined when it is accessed>
location         : /Volumes/Three over Two/TV Shows/Once Upon a Time/Season 5/Once Upon a Time.S05E13.Unknown.HDTV H264.mp4
output           : /Volumes/Three over Two/TV Shows/Once Upon a Time/Season 5/Once Upon a Time.S05E13.Unknown.HDTV H264.mp4
proper           : False
proper_count     : 0
quality          : hdtv h264
reason           : choosing best available quality
series_episode   : 13
series_episodes  : 1
series_id        : S05E13
series_id_type   : ep
series_name      : Once Upon a Time
series_parser    : <SeriesParser(data=Once Upon a Time.S05E13.Unknown.HDTV H264,name=Once Upon a Time,id=None,season=5,episode=13,quality=hdtv h264,proper=0,status=OK)>
series_releases  : [2462]
series_season    : 5
task             : Manual Rename
timestamp        : 2016-03-13 21:07:06
tvdb_absolute_number: <LazyField - value will be determined when it is accessed>
tvdb_actors      : <LazyField - value will be determined when it is accessed>
tvdb_air_time    : <LazyField - value will be determined when it is accessed>
tvdb_airs_day_of_week: <LazyField - value will be determined when it is accessed>
tvdb_banner_url  : <LazyField - value will be determined when it is accessed>
tvdb_content_rating: <LazyField - value will be determined when it is accessed>
tvdb_ep_air_date : <LazyField - value will be determined when it is accessed>
tvdb_ep_directors: <LazyField - value will be determined when it is accessed>
tvdb_ep_guest_stars: <LazyField - value will be determined when it is accessed>
tvdb_ep_id       : <LazyField - value will be determined when it is accessed>
tvdb_ep_image_url: <LazyField - value will be determined when it is accessed>
tvdb_ep_name     : <LazyField - value will be determined when it is accessed>
tvdb_ep_overview : <LazyField - value will be determined when it is accessed>
tvdb_ep_rating   : <LazyField - value will be determined when it is accessed>
tvdb_ep_writers  : <LazyField - value will be determined when it is accessed>
tvdb_episode     : <LazyField - value will be determined when it is accessed>
tvdb_fanart_url  : <LazyField - value will be determined when it is accessed>
tvdb_first_air_date: <LazyField - value will be determined when it is accessed>
tvdb_genres      : <LazyField - value will be determined when it is accessed>
tvdb_id          : 248835
tvdb_language    : <LazyField - value will be determined when it is accessed>
tvdb_network     : <LazyField - value will be determined when it is accessed>
tvdb_overview    : <LazyField - value will be determined when it is accessed>
tvdb_poster_url  : <LazyField - value will be determined when it is accessed>
tvdb_rating      : <LazyField - value will be determined when it is accessed>
tvdb_runtime     : <LazyField - value will be determined when it is accessed>
tvdb_season      : <LazyField - value will be determined when it is accessed>
tvdb_series_name : <LazyField - value will be determined when it is accessed>
tvdb_status      : <LazyField - value will be determined when it is accessed>
zap2it_id        : <LazyField - value will be determined when it is accessed>

Posts: 4

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles