[Windows] Rename ignored if only character case changes
Posted: 04 Jan 2015, 17:43
Hi,
I like my shows titled with every word capitalised. When using FileBot, if the only change is to the case of some letters, the rename doesn't work.
eg. If the show is titled "Cheers\Season 01\S01E01 - Give me a ring sometime.avi", the rename to "Cheers\Season 01\S01E01 - Give Me A Ring Sometime.avi" won't work.
If it's a more significant change, everything is ok.
eg. If the show is titled "Cheers\Season 01\S01E01 Give me a ring sometime.avi", the rename to "Cheers\Season 01\S01E01 - Give Me A Ring Sometime.avi" will work.
Any ideas?
My rename scheme is currently -
F:\My Videos\Films, TV, etc\TV Series\{n}\{episode.special ? '' : 'Season '+s.pad(2)}/{episode.special ? 'S00E'+special.pad(2) : S00E00} - {t.upperInitial().replaceAll(/[!?]+$/).replaceAll(/[`´‘’ʻ]/, "'").replaceAll(/[:]/)}
(I'm sure that renaming scheme can be improved, but I'm still adding corrections as I'm going through my collection!)
Thanks,
I like my shows titled with every word capitalised. When using FileBot, if the only change is to the case of some letters, the rename doesn't work.
eg. If the show is titled "Cheers\Season 01\S01E01 - Give me a ring sometime.avi", the rename to "Cheers\Season 01\S01E01 - Give Me A Ring Sometime.avi" won't work.
If it's a more significant change, everything is ok.
eg. If the show is titled "Cheers\Season 01\S01E01 Give me a ring sometime.avi", the rename to "Cheers\Season 01\S01E01 - Give Me A Ring Sometime.avi" will work.
Any ideas?
My rename scheme is currently -
F:\My Videos\Films, TV, etc\TV Series\{n}\{episode.special ? '' : 'Season '+s.pad(2)}/{episode.special ? 'S00E'+special.pad(2) : S00E00} - {t.upperInitial().replaceAll(/[!?]+$/).replaceAll(/[`´‘’ʻ]/, "'").replaceAll(/[:]/)}
(I'm sure that renaming scheme can be improved, but I'm still adding corrections as I'm going through my collection!)
Thanks,