Hi,
This is probably a simple question for someone to answer and I am probably just being dumb but I cant work out how to get the series and episode number into the file name.
I am running Build: 4.0-gitffc3ff1cb1 on a synology 1511+.
I have created a new recording profile and I am saving files in the matroska format. The only place I can see that references epidode is "include episode in filename" in the filename options, although this doesnt seem to work.
I would like the filename for tv to be "series name - Sxx-Exx - episode name". Is this possible with TvHeadend?
I have found in the TvHeadend 4.0 guide under "digital video recorder profiles" a section for "Full Pathname Specification" that looks like its exactly what I am looking for but I dont know what to do with it?
Degsy
*********
Full Pathname Specification
Format String : The string allow to manually specify the full path generation using the predefined modifiers for strftime (see man strftime, except %n and %t) and Tvheadend specific. Note that you may modify some of this format string setting using the GUI fields below.
Format Description Example
$t$n.$x Default format (title, unique number, extension) Tennis - Wimbledon-1.mkv
$s Event subtitle name Sport
$t Event title name Tennis - Wimbledon
$e Event episode name S02-E06
$c Channel name SkySport
$n Unique number added when the file already exists -1
$x Filename extension (from the active stream muxer mkv
%F ISO 8601 date format 2011-03-19
%R The time in 24-hour notation 14:12
The format strings $t,$s,%e,$c also have delimiter variants such as $ t (space after the dollar character), $-t, $_t, $.t, $,t, $;t. In these cases, the delimiter is applied only when the substituted string is not empty.