Feature #1644
"Remove all unsafe characters from filename" should also remove exclamation marks
Start date:
2013-02-26
Due date:
% Done:
0%
Estimated time:
Description
Under Tvheadend 3.2.18, I have enabled the "Remove all unsafe characters from filename".
I sometimes get files containing "!" characters. I believe that they should be removed, since they need to be escaped and can cause some ambiguities.
~$ more /var/log/syslog | grep tvh | grep Lou Feb 26 08:33:30 pchc tvheadend[1263]: dvr: "Lou !" on "M6HD" recorder starting Feb 26 08:33:30 pchc tvheadend[1263]: subscription: "DVR: Lou !" subscribing on "M6HD", weight: 200, adapter: "DiBcom 3000MC/P #2", network: "F", mux: "F: 506,000 kHz", provider: "MR5", service: "M6HD", quality: 100 Feb 26 08:33:32 pchc tvheadend[1263]: dvr: /pchc_f/Recorded TV/Lou-!/M6HD-Lou-!.2013-02-26.08-40.S01E15.mkv from adapter: "DiBcom 3000MC/P #2", network: "F", mux: "F: 506,000 kHz", provider: "MR5", service: "M6HD" Feb 26 09:00:00 pchc tvheadend[1263]: subscription: "DVR: Lou !" unsubscribing from "M6HD" Feb 26 09:00:00 pchc tvheadend[1263]: dvr: Recording completed: "/pchc_f/Recorded TV/Lou-!/M6HD-Lou-!.2013-02-26.08-40.S01E15.mkv" Feb 26 09:00:00 pchc tvheadend[1263]: dvr: "Lou !" on "M6HD": End of program: Completed OK
Thanks!