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

Followed trakt tutorial results in error

$
0
0

@mrchrister wrote:

hey guys,

i'm new to the comunity coming from sickrage. I like how versatile flexget is but unfortunately I can't get it to work yet.
Here is my config:

templates:
  # This is just in a template so that it can easily be re-used in multiple tasks (for example in an rss based and discover based task)
  # If you only have one task using your series config, you can place the configure_series plugin directly in that task rather than in a template
  tv:
    configure_series:
      settings:
        # Configure all the series options to your taste
        quality: 720p+
        path: /mnt/TV/TV Shows/{{series_name}}/Season {{series_season}}/  # This will sort your downloads if you are using one of the output plugins which supports it
      from:
        trakt_list:
          account: my_username
          list: My TV Shows
          type: shows

     
  
tasks:
  # This task will look for episodes you have added to your `My 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 `My TV Shows` list as a show.
  follow show from ep:
    seen: local
    trakt_list:
      account: my_username
      list: My TV Shows
      type: episodes
    accept_all: yes
    set_series_begin: yes
    trakt_remove:
      account: my_username
      list: My TV Shows
    trakt_add:
      account: my_username
      list: My TV Shows
      type: shows

  # This task is what will actually download your shows.
  # See http://flexget.com/wiki/Cookbook/Series/Search for a more detailed explanation of how this search based task works, as well as an example of how to use your `tv` template on an rss based task alongside.
  get shows:
    # If this is your only task getting shows, you can just include the configure_series plugin here instead of using the template.
    template: tv
    discover:
      what:
        - emit_series: yes
      from:
        - btn: my_api
        
    transmission:
      host: localhost
      port: 9091

right now there seem to be two issues.
the first one is at trakt_add. when i execute flexget I get an error message saying type is not accepted.
When I disable type: shows under trakt_add flexget works but does not produce any results.
am i using btn search plugin correctly? does trakt_add, type not work because of trakts recent changes?
thanks!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles