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 15:02:02 -07:00
parent 44f21cf666
commit bf89eee198

@ -7,6 +7,7 @@
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:
Settings -> Media Management (Advanced Settings Shown) -> Movie Naming
* File: `{Movie CleanTitle} {(Edition Tags)} {(Release Year)} {[Quality Title]}`
* Folder: `{Movie CleanTitle} {(Release Year)}`