Recently finished setting up all the ARR services and I already had a lot of movies placed in nice folders for collections. Upon import into radarr it does not like this and fails to see most of them. I said fine and went into some of my collection folders to read the movies in there and then it complains about “Multiple root folders are missing for movie collections:” . So not only would I have to add root folders for each collection but then I have to go back through and rename each one of those to be what radarr wants them to be? Is there any way to automate this I looked through there wiki and didn’t see anything about collection making. Or do most people not put movies in actuall collection folders such as movies/Star Wars/Star Wars Episode One file

Thank you

  • Tippon@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    4 days ago

    I’ve found the file in one of my backups. It’s a Windows batch file, so you’d need to save it as a .bat file. The contents are:

    @echo off

    for %%a in (.) do (

    md “%%~na” 2>nul

    move “%%a” “%%~na”

    )

    but, I searched online first, and a lot of people now are saying to use FileBot instead, as it gives you more options:

    https://www.filebot.net/