Updated Create a Folder for Each Movie (markdown)

Donald Webster 2017-03-28 15:03:00 -07:00
parent df501afbe8
commit e57cf51f0b
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@
[Filebot](http://www.filebot.net/) is a fantastic utility for getting your movies organized in a way that Radarr can successfully parse. You can download it free from their [SourceForge](https://sourceforge.net/projects/filebot/files/latest/download) page, but there are also paid versions in the [Windows](https://www.microsoft.com/en-us/store/p/filebot/9nblggh52t9x?cid=filebot2) and [Apple](https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=filebot2) stores. On Linux, your distribution of choice may have a package for it, like in [Arch's AUR package](https://aur.archlinux.org/packages/filebot/) or `.deb` files for Debian/Ubuntu from their [download page](http://www.filebot.net/#download). It has both a GUI and a CLI, so should satisfy almost everyone.
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] > 480 ? 'Bluray' : 'DVD'}-{vf}]` which would yield `Movie (Year)/Movie (Year) [Bluray-1080p]` 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 ? 'DVD' : 'Bluray'}-{vf}]` which would yield `Movie (Year)/Movie (Year) [Bluray-1080p]` for example.
# Windows