How to have Filebot create appropriately name Season folders and move the files into those folders
Posted: 01 Nov 2023, 14:22
I just started with Filebot yesterday afternoon after years of handling new content manually.
I've read that Filebot can create a new parent folder (In the Heat of the Night) and within it Season folders (Season 01, Season 02) and then move the video files into those season folders, but I am completely stumped on how to do that.
I'm also about the farthest thing from being a programmer, so that probably isn't helping.
I put together this format command to rename the files themselves, (which always have matching subtitles.) This matches my existing library and Plex is always happy it:
{n.space('.')}.{'S'+s.pad(2)}E{E.pad(2)}{if (f.subtitle) '.en'}
In.the.Heat.of.the.Night.S01E01.mp4
In.the.Heat.of.the.Night.S01E01.en.srt
For the life of me, I can't figure out how to get Filebot to create properly named folders and move the appropriate files into them.
NOTE: I have new content come into my main computer where it is processed. Then, once the files are all set, I move them to my HTPC for Plex to add to the existing files there. That last step of manually copying the completed content to the HTPC is something that I want to continue doing myself.
I DO have a static folder where the new content first arrives, if that matters. I've put a hidden file in that folder so that there's no chance of Filebot deleting it. (per something I read)
I've read that Filebot can create a new parent folder (In the Heat of the Night) and within it Season folders (Season 01, Season 02) and then move the video files into those season folders, but I am completely stumped on how to do that.
I'm also about the farthest thing from being a programmer, so that probably isn't helping.
I put together this format command to rename the files themselves, (which always have matching subtitles.) This matches my existing library and Plex is always happy it:
{n.space('.')}.{'S'+s.pad(2)}E{E.pad(2)}{if (f.subtitle) '.en'}
In.the.Heat.of.the.Night.S01E01.mp4
In.the.Heat.of.the.Night.S01E01.en.srt
For the life of me, I can't figure out how to get Filebot to create properly named folders and move the appropriate files into them.
NOTE: I have new content come into my main computer where it is processed. Then, once the files are all set, I move them to my HTPC for Plex to add to the existing files there. That last step of manually copying the completed content to the HTPC is something that I want to continue doing myself.
I DO have a static folder where the new content first arrives, if that matters. I've put a hidden file in that folder so that there's no chance of Filebot deleting it. (per something I read)