mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 18:02:44 +01:00
Updated Create a Folder for Each Movie (markdown)
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.
|
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:
|
To keep this pattern for future movies, you should set:
|
||||||
|
|
||||||
Settings -> Media Management (Advanced Settings Shown) -> Movie Naming
|
Settings -> Media Management (Advanced Settings Shown) -> Movie Naming
|
||||||
* File: `{Movie CleanTitle} {(Edition Tags)} {(Release Year)} {[Quality Title]}`
|
* File: `{Movie CleanTitle} {(Edition Tags)} {(Release Year)} {[Quality Title]}`
|
||||||
* Folder: `{Movie CleanTitle} {(Release Year)}`
|
* Folder: `{Movie CleanTitle} {(Release Year)}`
|
||||||
|
Loading…
Reference in New Issue
Block a user