Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all articles
Browse latest Browse all 376

Show not being moved properly, moved instead to weird folder name

$
0
0

@zapp7 wrote:

I have a move task that has been working okay for most shows and episodes, storing them in:

/media/WDPassport/TV Shows/[series name]

However for two episodes of Star Trek Discovery, the task failed to move them into the correct folder. Instead, they have been moved to a folder with a weird name:

/media/WDPassport/TV Shows/S9FYLJ~3

The two episodes are also renamed to similarly odd things, so I can't tell which episode is which. I checked the flexget log and it says the following:

 INFO api_tvdb sort-shows Data for <TVDBEpisode series=Star Trek:
Discovery,season=1,episode=12> has expired, refreshing from tvdb
2019-01-23 02:45 INFO move sort-shows `/media/WDPassport/Completed
Downloads/Star.Trek.Discovery.S01E12.Vaulting.Ambition.1080p.AMZN.WEBRip.DDP5.1$
has been moved to `/media/WDPassport/TV Shows/Star Trek: Discovery/Star
Trek: Discovery - S01E12 - Vaulting Ambition.mkv`

It says something about tvdb Data for that episode being expired, but then according to the log, it was moved properly. Here is my config:

tasks:
  # downloading task and remove finished torrents
  # called via cron every 30 minutes. 
  download-showrss:
    rss: http://showrss.info/user/62405.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
    configure_series:
      settings:
        quality: 1080p
      from:
        rss:
          url: http://showrss.info/user/62405.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
    all_series: yes
    exists_series:
      - /media/WDPassport/TV Shows
      - /media/WDPassport/Incomplete Downloads
      - /media/WDPassport/Completed Downloads
    transmission:
      host: 192.168.1.25
      port: 9091
      username: transmission
      password: transmission
    
  # sorting task called on torrent done
  sort-shows:
    filesystem:
      path: /media/WDPassport/Completed Downloads
      regexp: '.*\.(avi|mkv|mp4)$'
      recursive: yes
      retrieve: files
    accept_all: yes
    metainfo_series: yes
    disable: 
      - builtin
      - seen
    thetvdb_lookup: yes
    #all_series:
      #parse_only: yes
    clean_transmission:
      host: 192.168.1.25
      port: 9091
      delete_files: no
      username: transmission
      password: transmission
    move:
      to: /media/WDPassport/TV Shows/{{ tvdb_series_name }}
      rename: '{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name }}{{ location | pathext }}'
      #to: /media/WDPassport/TV Shows/{{series_name}}
      #rename: '{{series_name}} - {{series_id}} - {{series_episode}}'
      along:
        extensions:
          - srt
          - sub   
      #clean_source: 100          
    kodi_library:
      action: scan
      category: video
      url: http://192.168.1.25
      username: osmc
      password: osmc
      port: 8080

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles