requires Filebot
Version 2.0.0
Now Compatible With Deluge 2.0!
Rename your torrents using FileBot from within deluge. Keep your media organized and your torrents seeding without wasting storage space on duplicates!
Download, then install the appropriate .egg files using the plugin manager in deluge->settings (install both if you're not sure which to use)
click the checkbox next to FileBotTool to enable the plugin
Once Installed simply right click any torrent you'd like to sort, and select FileBotTool:
Fill out which database you'd like to use along with the format expression and any other settings you'd like filebot to use (click the format expression link for help).
press the "Dry Run" button to test your settings and see a preview of the output.
Optionally name your settings profile and save it for quick use later.
Press "Execute Filebot" to rename and sort your torrents, the window will close when the sorting is finished!
See the wiki for more detailed information.
if you want the very latest release, you can build the plugin from source.
You will need:
in a command window, type
git clone https://github.com/Laharah/deluge-FileBotTool.git
cd deluge-FileBotTool
git checkout develop
then to build the plugin, on linux/osx type:
python2.7 setup.py bdist_egg # use python3 if using deluge 2.0
or on windows:
py -2.7 setup.py bdist_egg
The new .egg file located in the dist/
folder is now ready to be added to deluge.