Bug #3198
Episode in recording filename always prefixed with period
Start date:
2015-10-22
Due date:
% Done:
100%
Estimated time:
Found in version:
4.1-724~gc08bf56
Affected Versions:
Description
The episode number (S00E00) in the recording filename is hardcoded with a period (.) as a prefix (line 333 of dvr_rec.c). This was made redundant with fix #2534 to allow custom path/filename specification.
A pattern of $t/$t$-e$n.$x will generate the following filename:
The Simpsons-.S02E09.ts
Where it should be:
The Simpsons-S02E09.ts
If a period is required, the pattern should be $t/$t$.e$n.$x
History
Updated by Jaroslav Kysela about 9 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|67522d5f25f8b671dd691406b7385e2ae13d3f39.