Sick-Beard
Sick-Beard copied to clipboard
Filename sanitization fix
Fixed this issue:
Season.23/How.Its.Made.S23E28.Wood.Garage.Doors;.Salt.Spreaders;.Animatronic.Dinosaurs.mp4
which should be:
Season.23/How.Its.Made.S23E28.Wood.Garage.Doors.Salt.Spreaders.Animatronic.Dinosaurs.mp4
Hmm, the purpose of that function is simply to make it into a valid non-hidden filename, not to make it more human-readable. I'll have to put a little more thought into whether we want that function to also do other things...
personally i like the ; as its used to separate the ep segments. if you trip it... well it loses its meaning. although it is quite cosmetic in the end..
I guess my preference was to prevent anything that requires escaping when accessing files in shell, which included ;, $, etc