mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 07:52:34 +00:00
Updated Common Problems (markdown)
parent
4c738c7bc9
commit
d2e3daa183
1 changed files with 5 additions and 2 deletions
|
@ -10,7 +10,10 @@
|
||||||
|
|
||||||
### Movie Files Not in Folders ###
|
### Movie Files Not in Folders ###
|
||||||
* Currently, Radarr requires that each movie be in a folder. The format should be something like `./Movie Title (Year)/` to facilitate correct identification during import. Further, having the quality in the filename is also useful like `Movie Title (Year) [Quality-Resolution].ext` so that during import the correct quality will be matched. A useful tool for making these changes to your collection is [filebot](http://www.filebot.net/#download) which has paid version in both the Apple and Windows stores, but can be found for free on their [SourceForge](https://sourceforge.net/projects/filebot/files/latest/download) site. It has both a GUI and CLI, so you can use whatever you're comfortable with.
|
* Currently, Radarr requires that each movie be in a folder. The format should be something like `./Movie Title (Year)/` to facilitate correct identification during import. Further, having the quality in the filename is also useful like `Movie Title (Year) [Quality-Resolution].ext` so that during import the correct quality will be matched. A useful tool for making these changes to your collection is [filebot](http://www.filebot.net/#download) which has paid version in both the Apple and Windows stores, but can be found for free on their [SourceForge](https://sourceforge.net/projects/filebot/files/latest/download) site. It has both a GUI and CLI, so you can use whatever you're comfortable with.
|
||||||
* This limitation is a known source of concern and a [feature request](http://feathub.com/Radarr/Radarr/+29) exists to enable the option to *not* use a folder for each movie.
|
* This limitation is a known source of concern, a [feature request](http://feathub.com/Radarr/Radarr/+29) exists to enable the option to *not* use a folder for each movie and the developers have this in mind for the future.
|
||||||
|
|
||||||
### Movie Folders Named Incorrectly ###
|
### Movie Folders Named Incorrectly ###
|
||||||
* Even if your movies are in folders already, the folders may not be named correctly. The folder name should be `Movie (Year)`, having the title and year in the folder's name is critical right now.
|
* Even if your movies are in folders already, the folders may not be named correctly. The folder name should be `Movie Title (Year)`, having the title and year in the folder's name is critical right now.
|
||||||
|
* Examples that will work well: `/mnt/Movies/A Clockwork Orange (1971)/A Clockwork Orange (1971) [Bluray-1080p].mkv` or `/mnt/Kid Movies/Frozen (2013)/Frozen (2013) [Bluray-1080p].mkv`
|
||||||
|
* Examples that will work, but will require some manual management: /mnt/Movies/A/A Clockwork Orange (1971)/A Clockwork Orange (1971) [Bluray-1080p].mkv`, `/mnt/Movies/R/A Clockwork Orange (1971)/A Clockwork Orange (1971) [Bluray-1080p].mkv` or `/mnt/Movies/Crime, Drama, Sci-Fi/A Clockwork Orange (1971)/A Clockwork Orange (1971) [Bluray-1080p].mkv`
|
||||||
|
* Examples that won't work: `/mnt/Kid Movies/Frozen (2013) [Bluray-1080p].mkv`
|
Loading…
Reference in a new issue