TV episode format
-
- Posts: 4
- Joined: 18 Jun 2013, 09:51
TV episode format
Hey users / dev team i have a bit of 6TB of television episodes and decided one day to go through and rename them from their hideous format. I then found out about the renamer and was disappointed i then found you guys and love the program but im having trouble with one thing. The format i used (and want to keep as it makes playlists easier) is File "Show name" -> Sub-folder "season X" -> Episode XX "Title" i know it's only a small change from the format that you can make easily in the application which gives the episode number but i want it set up so as that episode 1 would be Episode 01 any tips?
Re: TV episode format
Have you had a look at the manual?
http://www.filebot.net/naming.html
Like the second example?
I recommend having S00E00 or 1x01 so HTPC software has an easier time to work with it.
But if you really need your Episode X format just look at the third example and combine with the second:
(with just using {e} you don't get multi-episode support, for that you'll have to use {es} instead)
http://www.filebot.net/naming.html
Like the second example?
Code: Select all
V:/TV Shows/{n}/Season {s}/{sxe} - {t}
But if you really need your Episode X format just look at the third example and combine with the second:
Code: Select all
V:/TV Shows/{n}/Season {s}/Episode {e.pad(2)} - {t}
-
- Posts: 4
- Joined: 18 Jun 2013, 09:51
Re: TV episode format
Thanks man =D this is by the far the most useful application i have come across, I have never donated to a freeware producer before but this saved me so much trouble i feel obligedrednoah wrote:Have you had a look at the manual?
http://www.filebot.net/naming.html
Like the second example?I recommend having S00E00 or 1x01 so HTPC software has an easier time to work with it.Code: Select all
V:/TV Shows/{n}/Season {s}/{sxe} - {t}
But if you really need your Episode X format just look at the third example and combine with the second:(with just using {e} you don't get multi-episode support, for that you'll have to use {es} instead)Code: Select all
V:/TV Shows/{n}/Season {s}/Episode {e.pad(2)} - {t}
Re: TV episode format
It's not crappy freeware. It's open-source. Support if any kind highly appreciated. 
