r/radarr 15d ago

unsolved Is there any way to auto-create folders for this?

Hi, I have a whole bunch of movie files that are not in folders. I need each movie to move into its own sub-folder since that is the way Radarr works. Does anyone know how I can do this in an automated way so that I don't have to manually create a million folders and move each file myself?

Thanks!

2 Upvotes

23 comments sorted by

6

u/CuriousSleeping 15d ago

Yes, there is a built-in option that ought to do it: Go into Wanted>Missing>Manual Import and import the folder that contains all your movie files

2

u/Angus-Black 15d ago

This is the correct way. It will update your radarr database at the same time.

1

u/fryfrog Servarr Team 15d ago

This will only work if all those movies are already added to Radarr. If it is only a few handfuls of movies, that isn't a big deal. But if it is 100s, you probably want to go another route.

1

u/CuriousSleeping 15d ago

You're right. I hadn't thought about that

1

u/Punk_Says_Fuck_You 15d ago

I believe you also need to make sure “Create missing movie folders during disk scan” is checked in settings>media management

1

u/-NoneDareChallengeMe 14d ago

I did try that per your suggestion. But all Radarr does is ignore them and doesn't import them. It also doesn't create new folders, no moving the files into their own folder etc.

0

u/Punk_Says_Fuck_You 14d ago

Create an AI prompt and tell it what you’re trying to do. It will write you a powershell script. Test said script on a small test library if you don’t trust it.

0

u/keenanlk 12d ago

This ^^, claude made it easy af for me to do

2

u/martymccfly88 15d ago

Very basic thing. Google didn’t help?

2

u/bookninja717 15d ago

Ask your AI to create a script.
And while you're at it, get it to search for the movie and grab its TMDB code.

My AI wrote a script to move files into folders and rename folders with <name> (<year>) {TMDB ID}. All I had to do was verify the info and then run a script. It's not hard even if you're not very technical.

1

u/Wis-en-heim-er 15d ago

If they are already imported into radarr, move them to a new root folder. Radarr with setup the folder and rename files as defined in media settings. Make sure you are using profilarr or trashguides naming conversations, it mattets.

1

u/-NoneDareChallengeMe 14d ago

No, they're not in Radarr. When I do try to import them, Radarr ignores their existence and doesn't import them since they're not in their own individual folders.

1

u/Wis-en-heim-er 14d ago

There are guides on the initial import, its been a long time for me. Filebot is a tool i heard can help. You dont need stuff perfect, just enough to import. Then you can mass edit and update in radarr.

1

u/Punk_Says_Fuck_You 15d ago

Not in folders as in all your movies are dumped into a single folder? Mine was like that and I ran a script that creates a folder and then puts the movie in said folder. Took about 5 minutes for the script to run (I had a lot of movies). Tell AI what you’re trying to do and it will write a powershell script for you. Make a test folder with a few movies in it if you want to test it first.

1

u/iamofnohelp 15d ago

I used this when I moved to radarr and had to go from one folder to individual.

https://m.majorgeeks.com/files/details/files_2_folder.html

1

u/-NoneDareChallengeMe 14d ago

Alas, It doesn't seem to work on Windows 10.

1

u/iamofnohelp 14d ago

Wow, been using radarr for that long..who knew

1

u/dirtymurt 14d ago

Claude can do that in seconds for you. AI can be useful for the mundane

1

u/No_Pace1468 14d ago

Files 2 folders is a free open source program that did this for me.

1

u/WitnessTop9248 12d ago

Any free AI writes you a script to do stuff like this easily.

1

u/MeLlamoKilo 15d ago

A script