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

Series does not add

$
0
0

@parrrrrr wrote:

I have recently migrated my flexget installation from a Ubuntu box to a QNAP running its own version of linux (possibly busybox). Most things appear to run fine like they have before, but my series manager refuses to add a series to the series database and actually perform a search on it. Here is my configuration file (previously working):

The two series called 'New Series 1' and 'New Series 2' never get searched for and do not show up in the list when I show all series. What am I missing?

templates:
  daily:
    series:
      settings:
        tv:
          exact: yes
          propers: no
          set:
            path: /share/CACHEDEV1_DATA/Multimedia/tv/{{series_name}}
      tv:
        - Real
    transmission:
      host: localhost
      port: 9091
    clean_transmission:
      host: localhost
      port: 9091
      enabled: yes
  weekly:
    series:
      settings:
        tv:
          exact: yes
          propers: no
          set:
            path: /share/CACHEDEV1_DATA/Multimedia/tv/{{series_name}}
      tv:
        - 'New Series 1':
            begin: S02E01
            tracking: backfill
        - New Series 2:
            begin: S03E01
            tracking: backfill
        - Series 1:
            begin: S06E01
        - Series 2:
            begin: S15E01
        - Series 3:
            begin: S04E03
        - Series 4:
            begin: S02E04
        - Series 5:
            begin: S04E02
            identified_by: auto
    transmission:
      host: localhost
      port: 9091
    clean_transmission:
      host: localhost
      port: 9091
      enabled: yes
tasks:
  series_search:
    template: [weekly]
    verify_ssl_certificates: no
    discover:
      what:
        - emit_series: yes
      from:
        - kat:
            category: tv
    interval: 1 day
  realtime:
    verify_ssl_certificates: no
    rss: http://kickass.to/usearch/Real
    template: [daily]

Posts: 5

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles