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

Move Plugin and imdb_lookup Problem

$
0
0

@Facundo_Liston wrote:

Hi!

I have a rpi with flexget installed and functioning since a year, never a problem.
Recently a shortcut burn my rpi so i have to do everything again.
Now, imdb_lookup fails because does't found anything, and the move plugin freezes with the first movie he tries.

Now i'm tryng with thetvdb and tmdb.

Suggestions?

templates:

  torrent:
    transmission:
      host: XXX
      port: XXX
      username: XXX
      password: XXX
    clean_transmission:
      host: XXX
      port: XXX
      username: XXX
      password: XXX
      finished_for: 12 hours
      min_ratio: 2

tasks:

  tv_show:
    priority: 1
    rss: XXX
    seen: local
    all_series: yes
    template: torrent

  movies_yify:
    priority: 2
    rss: XXX
    seen: local
    accept_all: yes
    list_add:
      - movie_list: movies
    template: torrent


  sort-tvseries:
    priority: 3
    filesystem:
      path: /home/pi/NAS/Downloads/complete
      regexp: '.*\.(mkv|mp4|m4v|avi)$'
      recursive: yes
    seen: local
    regexp:
      reject:
        - sample
    metainfo_series: yes
    thetvdb_lookup: yes
    require_field: tvdb_series_name
    accept_all: yes
    move:
      to: '/home/pi/NAS/TV Shows/{{tvdb_series_name}}/Season {{tvdb_season}}'
      rename: '{{tvdb_series_name}} {{tvdb_season|pad(2)}}x{{tvdb_episode|pad(2)}} - {{tvdb_ep_name}}'
      clean_source: 40
    list_add:
      - subtitle_list:
          list: subs_series
          recursion_depth: 2

  sort-movies:
    priority: 4
    filesystem:
      path: /home/pi/NAS/Downloads/complete
      regexp: '.*\.(mkv|mp4|m4v|avi)$'
      recursive: yes
    seen: local
    accept_all: yes
    metainfo_series: yes
    tmdb_lookup: yes
    regexp:
      reject:
        - sample
    require_field: tmdb_name
    list_match:
      from:
        - movie_list: movies
    move:
      to: '/home/pi/NAS/Movies/{{tmdb_name}} ({{tmdb_year}})'
      rename: '{{tmdb_name}} ({{tmdb_year}})'

      clean_source: 40
    list_add:
      - subtitle_list:
          list: subs_movies
          recursion_depth: 2

  download-subtitles-series:
    priority: 5
    disable: [retry_failed]
    no_entries_ok: yes
    subtitle_list:
      list: subs_series
      recursion_depth: 2
    list_match:
      from:
        - subtitle_list:
            list: subs_series
    subliminal:
      languages:
        - eng
        - spa
      providers:
        - addic7ed
        - opensubtitles
        - podnapisi
        - tvsubtitles
      single: yes
      exact_match: no

  download-subtitles-movies:
    priority: 6
    disable: [retry_failed]
    no_entries_ok: yes
    subtitle_list:
      list: subs_movies
      recursion_depth: 2
    list_match:
      from:
        - subtitle_list:
            list: subs_movies
    subliminal:
      languages:
        - eng
        - spa
      providers:
        - addic7ed
        - opensubtitles
        - podnapisi
        - tvsubtitles
      single: yes
      exact_match: no


schedules:
  - tasks: '*'
    interval:
      hours: 6

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles