Thanks for the reply.
I made the change in my config.yml:
templates:
television:
thetvdb_lookup: yes
download: ~/watch/television
series:
settings:
set:
path: /storage
rename:
timeframe: 30 minutes
target: 720p hdtv|webrip|webdl
set:
movedone: /storage/sync/television
content_filename: "{{ tvdb_series_name }}.{{ tvdb_ep_id }}.{{ quality }}"
rename:
- Real Time with Bill Maher:
identified_by: auto
I restarted flexget and tried again:
$ sudo systemctl status flexget
$ ~/flexget/bin/flexget series begin "Real Time With Bill Maher" S15E16
There is a FlexGet process already running for this config, sending execution there.
beginvalue
S15E16does not match identifier type for identified_by
date
Do I need to wait until it sees another episode? I have in the back of my head that I switched this from sequence to date using the CLI and I need to set I back that way!
Cheers