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

Series has no history

$
0
0

@ianstalk wrote:

I use Trakt to manage which series to discover and where to begin. I noticed today that it stopped working and has probably been broken since I last upgraded Flexget. Here are my logs:

2018-09-03 11:38 VERBOSE  task          series-trakt-set-begin ACCEPTED: `The Venture Bros` by accept_all plugin
2018-09-03 11:38 VERBOSE  details       series-trakt-set-begin Summary - Accepted: 1 (Rejected: 0 Undecided: 0 Failed: 0)
2018-09-03 11:38 INFO     set_series_begin series-trakt-set-begin First episode for "The Venture Bros." set to S07E05
2018-09-03 11:38 VERBOSE  list_add      series-trakt-set-begin adding accepted entries into entry_list - trakt-shows
2018-09-03 11:38 VERBOSE  next_series_episodes series-discover Series `The Venture Bros S07E01` has no history. Set begin option, or use CLI `series begin` subcommand to set first episode to emit
2018-09-03 11:38 VERBOSE  discover      series-discover Discovering 1 titles ...
2018-09-03 11:38 INFO     task          series-discover Plugin next_series_episodes has requested task to be ran again after execution has completed. Reason: Look for next season
2018-09-03 11:38 VERBOSE  discover      series-discover Discover interval of 5 hours not met for 1 entries. Use --discover-now to override.
2018-09-03 11:38 VERBOSE  details       series-discover Task didn't produce any entries.
2018-09-03 11:38 VERBOSE  details       series-discover Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2018-09-03 11:38 INFO     task          series-discover Rerunning the task in case better resolution can be achieved.
2018-09-03 11:38 VERBOSE  discover      series-discover Discovering 1 titles ...
2018-09-03 11:38 VERBOSE  details       series-discover Task didn't produce any entries.
2018-09-03 11:38 VERBOSE  details       series-discover Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)

And the relevant tasks:

  # Get the next episode from Trakt and set it as the beginning for the series plugin
  # I use Plex-Trakt-Scrobbler to sync what I've collected
  series-trakt-set-begin:
    priority: 1
    next_trakt_episodes:
      <<: *trakt-credentials
      list: 'TV Queue'
      strip_dates: yes
      context: collected
      position: next
    accept_all: yes
    set_series_begin: yes
    set:
      title: "{{series_name | re_replace('[\\'\\.,\\:!]', '')}}"
    disable: seen
    list_add:
      - entry_list: trakt-shows
        

  # Discover series and add them to Transmission
  series-discover:
    priority: 100
    template: content-rejects
    configure_series:
      from:
        entry_list: trakt-shows
      settings:
        # quality: 720p+
        identified_by: ep
        exact: no
    discover:
      what:
        - next_series_episodes: yes
      from:
        - iptorrents: 
            <<: *iptorrents-credentials
            category: 
              - TV-x264
              - TV-Web-DL 
        - morethantv:
            username: '{? morethantv.username ?}'
            password: '{? morethantv.password ?}'
            all_tags: yes
    transmission: 
      <<: *transmission
      ratio: 5
      path: '/mnt/drobo/downloads/tv/'

It looks like it's trying to parse the entire entry title as the series name. Is this a bug, or an intentional change in the behavior of these plugins?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles