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

Need help with Trakt config - about to pull my hair out :(

$
0
0

@Antonio_Zetta wrote:

Hi guys,

I am trying to get my FlexGet instalation on a router running OpenWrt 14.07 working. It worked flawlessly for about a year using a simple series plug-in with my series listen in the config file. However, recently I realized my flexget was still 1.2.330 and decided to upgrate it. Some things got broken in the process and while I was fixing them I decided to give series management with trakt.tv a go. Long story short: everything got broken now :frowning:

I was following this recipe to create my config: http://flexget.com/wiki/Cookbook/Series/trakt_manager

Here's my config:

templates:
  global:
    transmission:                                                                      
      enabled: yes                                                                     
      host: localhost                                                                  
      port: 9091                                                                       
      username: username                                                                  
      password: pass
    content_filter:
      require:
        - '*.mkv'
        - '*.avi'
        - '*.mpg'
        - '*.mp4'
      reject:
        - '*.wmv'
        - '*.r0'
        - '*.rar'
        - '*.part0'

  movies:
    quality: 1080i+ !h265
    movie_queue: accept
    regexp:
      from: title
      reject:
        - trailer
        - screener
        - subbed
        - dubbed
    pushbullet:
      apikey: apikey
      title: "{{movie_name}} {{movie_year}} {{quality}} - Download started"
      body: "IMDB Rating: {{imdb_score}}\n{{imdb_plot_outline}}\n{{imdb_url}}"
    set:
      path: /mnt/media/movies

  tv:
    private_torrents: no
    configure_series:
      settings:
        exact: yes
        propers: 3 days
        quality: 720p+ !h265
        path: /mnt/media/series/{{series_name}}/Season {{series_season}}/
      from:
        trakt_list:
          username: username
          account: account
          list: My TV Shows
          type: shows

    pushbullet:
      apikey: apikey
      title: "{{series_name}} - Download started"
      body: "{{series_name}} {{series_id}} {{quality}}"

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.
  set_up_series_begin_with:
    priority: 1  
    verify_ssl_certificates: no
    seen: local
    trakt_list:
      account: account
      list: My TV Shows
      type: episodes
    accept_all: yes
    set_series_begin: yes
    trakt_remove:
      account: account
      list: My TV Shows
    trakt_add:
      account: account
      list: My TV Shows
      type: shows

  queue_movies_from_trakt:
    priority: 2
    trakt_list:
      username: username
      account: account
      list: watchlist
      type: movies
    accept_all: yes
    movie_queue: add

  download_shows:
    priority: 3
    template: tv
    discover:
      what:
        - emit_series: yes
      from:
        - torrentz: verified
      interval: 5 minutes
    torrent_alive: 1 # Will reject results with less than 1 seeds

  extratorrent.com-tv:
    priority: 4
    rss: http://extratorrent.com/rss.xml?cid=8
    verify_ssl_certificates: no
    template: tv

  showrss.info-tv:
    priority: 5
    rss: http://showrss.info/feeds/all.rss
    template: tv

  # task that automatically generates an rss feed based on entries from the movie_queue
  download_movies:
    priority: 6
    template: movies
    verify_ssl_certificates: no
    priority: 10 # run after the movie queue fill task
    discover:
      what:
        - emit_movie_queue: yes
      from:
        - kat:
            category: movies
            verified: yes
        - rarbg:
            category:
              - x264 720p
              - x264 1080p
        - piratebay:
            category: movies
            sort_by: seeds
        - torrentz: verified
      interval: 5 minutes
    torrent_alive: 1 # Will reject results with less than 10 seeds

  cleanup:
    clean_transmission:
      host: localhost
      port: 9091
      username: username
      password: password
      finished_for: 2 hours
      min_ratio: 0

First errors I get every time when I rund FlexGet:

2016-02-15 07:26 WARNING  manager                       Your locale declares ascii as the filesystem encoding. Any plugins reading filenames from disk will not work properly for filenames containing non-ascii characters. Make sure your locale env variables are set up correctly for the environment which is launching FlexGet.
2016-02-15 07:27 CRITICAL plugin                        Error while registering plugin est_released_movies. A plugin with the same name is already registered
2016-02-15 07:27 CRITICAL plugin                        Error while registering plugin estimate_release. A plugin with the same name is already registered

Setting up the beginning episode for all of my series fails with errors like this:

2016-02-15 07:17 ERROR    entry         set_up_series_begin_with Failed Last Week Tonight with John Oliver (2014) S03E01 Episode 60 (Unexpected html content received from `https://trakt.tv/shows/last-week-tonight-with-john-oliver/seasons/3/episodes/1` - maybe a login page?)

Same with adding movies to the movie queue:

2016-02-15 07:17 ERROR    entry         set_up_series_begin_with Failed Last Week Tonight with John Oliver (2014) S03E01 Episode 60 (Unexpected html content received from `https://trakt.tv/shows/last-week-tonight-with-john-oliver/seasons/3/episodes/1` - maybe a login page?)

Consequently my series database doesn't have starting episodes and trying to search for shows produces the following:

2016-02-15 07:19 VERBOSE  emit_series   download_shows  Can only emit ep or sequence based series. `The Knick (2014)` is identified_by auto

Any help would be highly appreciated!

Posts: 20

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles