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)
How to have Filebot create appropriately name Season folders and move the files into those folders
- ToxicAvenger
- Posts: 9
- Joined: 31 Oct 2023, 21:01
How to have Filebot create appropriately name Season folders and move the files into those folders
"I think that the mistake a lot of us make is thinking that the state-appointed shrink is our friend."
Re: How to have Filebot create appropriately name Season folders and move the files into those folders



- ToxicAvenger
- Posts: 9
- Joined: 31 Oct 2023, 21:01
Re: How to have Filebot create appropriately name Season folders and move the files into those folders
Thanks... I've watched the video a couple times and have tried to get it working, but I'm not able to get it to do what I had hoped for. An automated process that I've always done manually...
- Have 4 Seasons of Dragnet
- Rename using {n.space('.')}.{'S'+s.pad(2)}E{E.pad(2)}{if (f.subtitle) '.en'} in order to get Dragnet.S01E01.mp4
- Create a parent folder called Dragnet
- Create Season folders called Season 01, Season 02, etc.
- Move each season of episodes into their Season 01,02,03,04 folders.
Heck, I'd pay a reasonable amount for someone to create a script to do this!
- Have 4 Seasons of Dragnet
- Rename using {n.space('.')}.{'S'+s.pad(2)}E{E.pad(2)}{if (f.subtitle) '.en'} in order to get Dragnet.S01E01.mp4
- Create a parent folder called Dragnet
- Create Season folders called Season 01, Season 02, etc.
- Move each season of episodes into their Season 01,02,03,04 folders.
Heck, I'd pay a reasonable amount for someone to create a script to do this!
"I think that the mistake a lot of us make is thinking that the state-appointed shrink is our friend."
Re: How to have Filebot create appropriately name Season folders and move the files into those folders


1:21 shows that FileBot has automatically created series folders based on the {plex.id} format.

1:23 shows that FileBot has automatically created season folders based on the {plex.id} format.

1:25 shows that FileBot has automatically renamed files and moved them into the appropriate season folder according to the {plex.id} format.ToxicAvenger wrote: ↑01 Nov 2023, 16:54 - Move each season of episodes into their Season 01,02,03,04 folders.


Format: Select all
{plex}

- ToxicAvenger
- Posts: 9
- Joined: 31 Oct 2023, 21:01
Re: How to have Filebot create appropriately name Season folders and move the files into those folders
Thanks for your help! I've been working on my switch from Plex to Emby Premiere. This one does exactly what I need it to; Emby clearly loves the result:
{n.space('.')}.{'S'+s.pad(2)}E{E.pad(2)}{if (f.subtitle) '.en'}{ " {tmdbid-$tmdbid}" }
{n.space('.')}.{'S'+s.pad(2)}E{E.pad(2)}{if (f.subtitle) '.en'}{ " {tmdbid-$tmdbid}" }
"I think that the mistake a lot of us make is thinking that the state-appointed shrink is our friend."
Re: How to have Filebot create appropriately name Season folders and move the files into those folders

