1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Updated Create a Folder for Each Movie (markdown)

Donald Webster 2017-03-30 14:42:19 -07:00
parent 9701c1f4a4
commit 44f21cf666

@ -7,8 +7,9 @@
There is great help available, including their [format expressions](http://www.filebot.net/naming.html) page. My personal suggestion is to use something like `{ny}/{ny} [{dim[1] >= 720 ? 'Bluray' : 'DVD'}-{vf}]` which would yield `Movie (Year)/Movie (Year) [Bluray-1080p]` or `Movie (Year)/Movie (Year) [DVD-480p]` for example.
To keep this pattern for future movies, you should set:
* Standard Movie Format - `{Movie CleanTitle} {(Edition Tags)} {(Release Year)} {[Quality Title]}`
* Movie Folder Format - {Movie CleanTitle} {(Release Year)}
Settings -> Media Management (Advanced Settings Shown) -> Movie Naming
* File: `{Movie CleanTitle} {(Edition Tags)} {(Release Year)} {[Quality Title]}`
* Folder: `{Movie CleanTitle} {(Release Year)}`
# Windows