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

Series Name change of case

$
0
0

@softair wrote:

My configuration successfully downloads TV episodes from series marked in TheTVDB, into a holding/seeding area with a directory structure /deluge/done/TV Shows/Show/Show (Snn)/Show SnnEmm - Title...

So the latest episode of NCIS Los Angeles ends up

.../NCIS Los Angeles/NCIS Los Angeles (S09)/NCIS Los Angeles S09E08 - This Is What We Do [hdtv h264].mkv

So far so good.

Then I periodically get flexget to scan the completed directory area and copy the episodes to a more permanent place using

copy_tv:
require_field: series_name
metainfo_series: yes
seen: local
no_entries_ok: yes
accept_all: yes
thetvdb_lookup: yes
inputs:
- filesystem: { path: '/deluge/completed_fg/TV Shows', regexp: '.*\.(avi|mkv|mp4|m4v)$', recursive: yes }
- filesystem: { path: '/deluge/completed', regexp: '.*\.(avi|mkv|mp4|m4v)$', recursive: yes }
exists: "/video/TV Shows/"
copy:
to: '/video/TV Shows/{{ series_name }}/{{ series_name }} (S{{ series_season | pad(2) }})'
rename: >
{{series_name }} {{ series_id }} - {% if tvdb_ep_name|default(False) %}{{ tvdb_ep_name }}{% endif %} [{{ quality|lower }}]
{% if proper_count %} - proper{% if proper_count > 1 %}{{ proper_count }}{% endif %}{% endif %}

This has the desired effect EXCEPT that the case of the target directory and file name comes out (in this example) as

.../Ncis Los Angeles/Ncis Los Angeles (S09)/Ncis Los Angeles S09E08 - This Is What We Do [hdtv h264].mkv

Which is not only somewhat irritating, but when you have existing stuff already downloaded without any case manipulation plays havoc when looking at things from a Windows client.

Any suggestions as to what's going on here?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles