Flat folder to each movie having it's own folder

Support for Windows users
Post Reply
morpheus305
Posts: 1
Joined: 27 Jun 2018, 19:02

Flat folder to each movie having it's own folder

Post by morpheus305 »

For years my movie collection has been basically designed around flat folder style(one big folder). I wanted to try use Radarr but that doesn't support flat folder structure. It needs to be setup so each movie is it's own folder. I've read that filebot can do this. My question is how can i do this? Is there a script or something already setup to do this?
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Flat folder to each movie having it's own folder

Post by rednoah »

Here's a tutorial from the Radarr wiki which should help you get started:
https://github.com/Radarr/Radarr/wiki/C ... ie#filebot

You can either properly process files as movies, having FileBot identify each file the usual way, or you can just process files as is in generic file mode. Either way, creating a folder structure boils down to custom formats.

e.g. in Movie mode:

Code: Select all

{ny}/{ny}
ny ... movie name / year

e.g. in File mode:

Code: Select all

{fn}/{fn}
fn ... file name
:idea: Please read the FAQ and How to Request Help.
Post Reply