Hi, my current setup renames the files like this:
30 Rock\season 1\30 Rock - S01E01 - name
Is there a way to have it like this instead:
30 Rock\season 01\30 Rock - S01E01 - name
Is there a way to add 0 in the season folder?
Re: Is there a way to add 0 in the season folder?
Look and learn~
http://www.filebot.net/forums/viewtopic.php?f=5&t=2#p51
e.g.
http://www.filebot.net/forums/viewtopic.php?f=5&t=2#p51
e.g.
Code: Select all
V:/TV Shows/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}
Re: Is there a way to add 0 in the season folder?
Thank you, I looked through the thread, but must've missed it for some reason.