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

tvdb_lookup problem

$
0
0

@Sparhawk wrote:

Hi,

after flexget update I have a problem with my config :frowning:
I downloading anime and its like [group]anime name - episode (quality).mkv and I need it rename as Anime name - episode number.mkv
(now it ranames it like this: XXX - None.mkv

Before my flexget update it works, but no it doesnt.. anyone can please help fix it?
Second question is, if there is a way to set seasonid from tvdb as well.

My config:

schedules:
  - tasks: ["shows"]
    interval:
      minutes: 60
  - tasks: ["movies-manual", "watchdir"]
    interval:
      minutes: 1
templates:
  global:
    transmission:
      host: 127.0.0.1
      port: 9091
      addpaused: no
  movies-download:
    tmdb_lookup: yes
    set:
      path: /mnt/data/Movies/
      main_file_only: yes
  watch:
    set:
      path: /mnt/data/Downloads/
tasks:
  shows:
    series:
      shows:
        - "Arrow"
        - "Bates Motel"
        - "Blindspot"
        - "Brooklyn Nine-Nine"
        - "Castle (2009)"
        - "Colony"
        - "Marvel's Daredevil"
        - "DC's Legends of Tomorrow"
        - "Fear the Walking Dead"
        - "Gotham"
        - "Humans"
        - "Impastor"
        - "Into the Badlands"
        - "iZombie"
        - "Limitless"
        - "Lucifer"
        - "Marvel's Agents of S.H.I.E.L.D."
        - "Mr. Robot"
        - "Outlander"
        - "Quantico"
        - "Rectify"
        - "Satisfaction (2014)"
        - "Scorpion"
        - "Scream"
        - "Second Chance (2016)"
        - "Shadowhunters"
        - "Shameless (US)"
        - "Sherlock"
        - "Stitchers"
        - "Suits"
        - "Teen Wolf"
        - "The 100"
        - "The Big Bang Theory"
        - "The Blacklist"
        - "The Flash (2014)"
        - "The Librarians (2014)"
        - "The Magicians (2015)"
        - "The Shannara Chronicles"
        - "The Strain"
        - "The Walking Dead"
        - "Vikings"
        - "Z Nation"
      anime:
        - "Re:Zero kara Hajimeru Isekai Seikatsu":           {set: {tvdb_id: "305089"}}
        - "Sousei no Onmyouji":                              {set: {tvdb_id: "307061"}}
        - "Macross Delta":                                   {set: {tvdb_id: "304475"}}
        - "Shokugeki no Souma: Ni no Sara":                  {set: {tvdb_id: "289909"}}
        - "Rewrite":                                         {set: {tvdb_id: "301165"}}
        - "Days":                                            {set: {tvdb_id: "311149"}}
        - "Tales of Zestiria the X":                         {set: {tvdb_id: "311014"}}
        - "Taboo Tattoo":                                    {set: {tvdb_id: "311537"}}
        - "D.Gray-man Hallow":                               {set: {tvdb_id: "312878"}}
        - "Servamp":                                         {set: {tvdb_id: "307110"}}
        - "Masou Gakuen HxH":                                {set: {tvdb_id: "307112"}}
        - "Scared Rider Xechs":                              {set: {tvdb_id: "312304"}}
        - "Nejimaki Seirei Senki: Tenkyou no Alderamin":     {set: {tvdb_id: "309206"}}
        - "Qualidea Code":                                   {set: {tvdb_id: "310197"}}
        - "Hitori no Shita: The Outcast":                    {set: {tvdb_id: "313488"}}
        - "Orange":                                          {set: {tvdb_id: "307868"}}
        - "Mob Psycho 100":                                  {set: {tvdb_id: "307375"}}
      settings:
        shows:
          timeframe: 48 hours
          target: 1080p webdl
          quality: 1080p|720p webdl|hdtv
          set:
            content_filename: "{{tvdb_series_name|default(series_name)}} - {{tvdb_ep_id|default(series_id)}} - {{tvdb_ep_name|default('Unknown')}} - {{quality|upper}}"
            path: /mnt/data/Series/Shows/{{series_name}}/
        anime:
          identified_by: sequence
          timeframe: 1 minutes
          target: 720p|1080p
          set:
            content_filename: "{{tvdb_series_name}} - {{tvdb_ep_id}}"
            path: /mnt/data/Series/Anime/{{tvdb_series_name}}/
    thetvdb_lookup: yes
    inputs:
      - rss: "*******"
      - rss: "http://www.shanaproject.com/feeds/secure/*******"
  movies-manual:
    filesystem:
      path: /mnt/data/Movies/.Watch
      mask: '*.torrent'
      recursive: no
    accept_all: yes
    template: movies-download
    disable:
      - seen
      - seen_info_hash
    no_entries_ok: yes
    priority: 1
    exec:
      on_exit:
        for_accepted: 'rm "{{location}}"'
  watchdir:
    filesystem:
      path: /mnt/data/Downloads
      mask: '*.torrent'
      recursive: no
    accept_all: yes
    template: watch
    disable:
      - seen
      - seen_info_hash
    no_entries_ok: yes
    priority: 1
    exec:
      on_exit:
        for_accepted: 'rm "{{location}}"'

Thanks

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles