mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 13:54:29 +00:00
Updated Create a Folder for Each Movie (markdown)
parent
ba60c2556c
commit
9701c1f4a4
1 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
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)}
|
||||
|
||||
# Windows
|
||||
|
||||
## Files 2 Folder
|
||||
|
|
Loading…
Reference in a new issue