Bug #1569
closedCleaning file name chars does not remove ' ( single quote ) from DIRECTORY names. Painful in linux command lines
100%
Description
I'm a bit rusty but i tracked this back to dvr/dvr_rec.c in function:
static void
cleanupfilename(char *s, int dvr_flags)
I added the s[i] == '\'' || to my copy to get rid of the single quotes blowing up my postprocess scripts. I think single quotes should be included in the "bad" character list for directories as well as files see below:
./Martha-Stewart's-Cooking-School/Martha-Stewart_s-Cooking-School.2013-01-20.E09.ts
./Martha-Stewart's-Cooking-School/Martha-Stewart_s-Cooking-School.2013-01-21.E10.ts
./Martha-Stewart's-Cooking-School/Martha-Stewart_s-Cooking-School.2013-01-22.E11.ts
I pass these files to a perl script to fire up comskip (linux compiled) process the raw MPEG_TS and then handbrake to get good quality small mkv files with closed captions still present and commercial cut lists to use in XBMC.
Files