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 2018-10-05 10:45:06 -07:00
parent 6da0f41160
commit ab2a0912cd

@ -2,7 +2,7 @@
## Filebot
[Filebot](http://www.filebot.net/) is a fantastic utility for getting your movies organized in a way that Radarr can successfully parse. Version 4.7.9's [64 bit](http://downloads.sourceforge.net/project/filebot/filebot/FileBot_4.7.9/FileBot_4.7.9_x64.msi) and [32 bit](http://downloads.sourceforge.net/project/filebot/filebot/FileBot_4.7.9/FileBot_4.7.9_x86.msi) can still be downloaded free from SourceForge, 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.
[Filebot](http://www.filebot.net/) is a fantastic utility for getting your movies organized in a way that Radarr can successfully parse. Version 4.7.9's [64 bit](https://sourceforge.mirrorservice.org/f/project/fi/filebot/filebot/FileBot_4.7.9/FileBot_4.7.9_x64.msi) and [32 bit](https://sourceforge.mirrorservice.org/f/project/fi/filebot/filebot/FileBot_4.7.9/FileBot_4.7.9_x86.msi) can still be downloaded free from a SourceForge [mirror](https://sourceforge.mirrorservice.org/f/project/fi/filebot/filebot/FileBot_4.7.9/), 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] >= 720 ? 'Bluray' : 'DVD'}-{vf}]` which would yield `Movie (Year)/Movie (Year) [Bluray-1080p]` or `Movie (Year)/Movie (Year) [DVD-480p]` for example.