Sorry, it was late and I was very frustrated.
Radar, sonarr, and lidarr are each installed via docker into their own directories.
I recently did a complete reformat of my server and organization because the first try was a mess and this try I started organizing from the start. When backing up my media I moved just the video files from my first server to backup so I could delete all the extra jellyfin pics, torrent site ads, and folders of bulk subs. This meant the /movies was just 900GB of video files in a folder.
I mistakenly thought that Radarr would would take all the movies out of there and put them in the new location in their own folders as well as format the movie name and folder names to my specified schemes. Radarr would show the movies in the file list when I pick the directory but when I ran the import it would give me “all movies imported” without importing any of them.
As it turns out, each movie file needs to be in its own folder inside /movies, then Radarr will recognize they’re there and import them.
That’s all I managed to fix.
tyler@programming.dev 1 week ago
I’m very confused what it was that they moved into individual folders. And also configuring the naming of movies and shows is done in radarr and sonarr, not in docker compose.
I highly recommend Trash Guides for configuring these services. trash-guides.info
Postmortal_Pop@lemmy.world 1 week ago
Poor explanation on my part. I had to move each of my movies from /movies/movie.mkv to /movies/folder/movie.mkv before Radarr could import them. I gave up after that so when I get off work today I’ll be able to actually import them and see if it moves and renames them this time.
tyler@programming.dev 1 week ago
You shouldn’t be manually moving anything, though sometimes it is necessary. But when you’re first getting started I really just recommend following the TRaSH guides and then redownloading a few things to make sure it works properly. It explains a lot and it’s exactly what the people on the discord will tell you to do for all of this before going any further.
Postmortal_Pop@lemmy.world 1 week ago
On the current install, absolutely. I had to manually move all my media off of my previous installation and onto external drives so I could fresh install the entire Ubuntu server OS because I wasn’t a fan of the logical volume system. I like being able to pull the whole hdd when sftp is too slow.
Carl@anarchist.nexus 1 week ago
My only guess is that they were trying to map their config/downloads/library folders to the same location. And yeah, that probably wouldn’t work.
Postmortal_Pop@lemmy.world 1 week ago
Poor explanation on my part. I had to move each of my movies from /movies/movie.mkv to /movies/folder/movie.mkv before Radarr could import them. I gave up after that so when I get off work today I’ll be able to actually import them and see if it moves and renames them this time.
Carl@anarchist.nexus 1 week ago
Ah yeah, that’s because it will use the folder to store extra files as well, like subtitles, metadata, etc… Just dumping every media file into a single “Movies” library isn’t great, because you’ll have a ton of overlapping files. Separating them into their own folders allows you to store those extra files alongside the media.