Destroyed Unable to Import Existing Movies and Custom folder structures (markdown)

master
Donald Webster 7 years ago
parent 3957deba7e
commit 7669c1e784

@ -1,23 +0,0 @@
Most people have a question of why they cannot import existing movies. This article is meant to explain why and answer any questions you may have on the matter.
As you may or may not know Radarr is built off of Sonarr. Sonarr doesn't allow custom folders when it comes to storing your TV shows. Radarr is taking the same approach for the mean-time because the amount of refactoring and testing we'll need to do to support the million ways people store their movies. We hope to add functionality in the future to support a custom folder structure for your movies, but currently it is not possible.
In order for your existing movies to be picked up by Radarr we require you to have the movies in their own folder.
**For example** a Root Folder of **Movies/** would be in the following format:
`/mnt/Movies/A Clockwork Orange (1971)/A Clockwork Orange (1971).mkv`
**Another example**, a root folder of **Kid Movies/** would be:
`/mnt/Kid Movies/Frozen (2013)/Frozen (2013).mkv`
**Another example**, a root folder of **A-D\** would be:
`X:\Movies\A-D\A Clockwork Orange (1971)\A Clockwork Orange (1971).mkv`
One downside to this structure is that you'll need to manually manage each movie you add, configuring its base directory by hand. The same would be true if a genre or rating structure were used.
To wrap it all up, as long as you have a root folder and within each root folder the movies have their own folder you'll be able to import into Radarr.
Please refer to [this wiki article](https://github.com/Radarr/Radarr/wiki/How-to-Create-a-Folder-for-Each-Movie) on how to automate moving the movies into their own folder.
Loading…
Cancel
Save