Flexget / webui

The FlexGet Web UI
MIT License
42 stars 19 forks source link

Series list imported from Trakt does not refresh after initial configuration #185

Open CorentinWicht opened 6 months ago

CorentinWicht commented 6 months ago

Expected behaviour:

Actual behaviour:

Steps to reproduce:

Config:

web_server:
    bind: 0.0.0.0
    port: 8290
    web_ui: yes

templates:
  torrentclient:
    transmission:
      host: localhost
      port: 9091
      username: /variables/transmission/username
      password: /variables/transmission/password
  tv:
    configure_series:
      settings:
        # Configure all the series options to your taste
        quality: 720p-1080p !cam !ts
        path: /volume1/Media/Series/{{series_name}}/Season {{series_season}}/  # This will sort your downloads if you are using one of the output plugins which supports it
        identified_by: ep
      from:
        trakt_list:
          account: MyAccount
          list: TV Shows
          type: shows
    no_entries_ok: yes

tasks:
  # This task will look for episodes you have added to your `TV Shows` list at trakt.
  # It will set the `begin` series option for that show, then remove the episode and re-add
  # it to your `TV Shows` list as a show.
  follow-series:
    seen: local
    priority: 1
    trakt_list:
      account: MyAccount
      list: TV Shows
      type: shows
    accept_all: yes
    set_series_begin: yes
    list_remove:
      - trakt_list:
          account: MyAccount
          list: TV Shows
          type: episodes
    list_add:
      - trakt_list:
          account: MyAccount
          list: TV Shows
          type: shows

  Download-ENG:
    priority: 2
    discover:
      what:
        - next_series_episodes:
            from_start: yes
      from:
        - limetorrents:
            category: tv  
        - piratebay:
            category: tv
    template:
      - torrentclient
      - tv

  Download-FR:
    priority: 2
    rss: RSSFEEDLINK
    template:
      - torrentclient
      - tv

schedules:
  - tasks: '*'
    interval:
      minutes: 2

Screenshots:

Log:

(click to expand) ``` paste log output here ```

Additional information: