2017-01-27, 10:54
(2017-01-27, 09:45)JanM201 Wrote: Hi Dan,
I want to name my Movies & TV Shows as follows:
Movies: Moviename (year) / moviename .bluray.ext
TV Shows: TV Show Name / Season 1 / S01E01 episodename .bluray.ext
Can I use the renamer to this & if so, is there settings that I need to change in order to get the above results?
Sorry, but I've never used the renamer module before, I do everything manually
Thanks
Movie folder pattern:
Code:
$T{ ($Y)}
Code:
$T{.$S}
Show folder pattern:
Code:
$Z
Code:
Season $K1_?
Code:
$W2_S?2E?{ $T}{.$S}
I whould use this as season pattern to fix the issue that windows sorts "Season 11" between "Season 1" and "Season 2" (this pattern adds a leading 0):
Code:
Season $K2_?