All Projects → Laharah → Deluge Filebottool

Laharah / Deluge Filebottool

Licence: gpl-3.0
A plugin to integrate simple FileBot functionality into Deluge

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deluge Filebottool

Deluge Streaming
Streaming plugin for deluge, making it possible to read torrents and download required parts on-demand.
Stars: ✭ 119 (+21.43%)
Mutual labels:  deluge, torrent
seedbox-from-scratch
The Dockered Seedbox From Scratch Mod 2 Script
Stars: ✭ 14 (-85.71%)
Mutual labels:  torrent, deluge
Htpc Docker Standup
A simple docker-compose based configuration to stand up a new HTPC w/ Plex, Deluge, Sonarr, Radarr and more!
Stars: ✭ 160 (+63.27%)
Mutual labels:  deluge, torrent
Torrt
Automates torrent updates for you
Stars: ✭ 73 (-25.51%)
Mutual labels:  deluge, torrent
Katastrophe
Command Line Tool to download torrents
Stars: ✭ 85 (-13.27%)
Mutual labels:  torrent, deluge
tdpt
Torrent downloading progress on Telegram
Stars: ✭ 32 (-67.35%)
Mutual labels:  torrent, deluge
Peerflix Server
Streaming torrent client for Node.js with web ui.
Stars: ✭ 1,157 (+1080.61%)
Mutual labels:  torrent
Lunik Torrent
Web torrent downloader and cloud storage.
Stars: ✭ 79 (-19.39%)
Mutual labels:  torrent
Antcolony
Nodejs实现的一个磁力链接爬虫 http://findit.keenwon.com (原域名http://findit.so )
Stars: ✭ 1,151 (+1074.49%)
Mutual labels:  torrent
Leak
C# torrent library and client
Stars: ✭ 65 (-33.67%)
Mutual labels:  torrent
Unit3d Community Edition
🚀 A Next Generation Private Torrent Tracker (Community Edition)
Stars: ✭ 1,305 (+1231.63%)
Mutual labels:  torrent
Aria2.sh
Aria2 一键安装管理脚本 增强版
Stars: ✭ 1,276 (+1202.04%)
Mutual labels:  torrent
Popcorntimetv
Popcorn Time for Apple TV 4, iPhone and iPad
Stars: ✭ 1,216 (+1140.82%)
Mutual labels:  torrent
Show Time
Watch TV shows and movies with a simple CLI
Stars: ✭ 70 (-28.57%)
Mutual labels:  torrent
Fragments
Moved to GNOME GitLab -> https://gitlab.gnome.org/haecker-felix/Fragments
Stars: ✭ 80 (-18.37%)
Mutual labels:  torrent
Hitomi Downloader
🍰 Desktop application to download images/videos/music/text from Hitomi.la and other sites, and more.
Stars: ✭ 1,154 (+1077.55%)
Mutual labels:  torrent
Flexget
The official FlexGet repository
Stars: ✭ 1,279 (+1205.1%)
Mutual labels:  torrent
Torrengo
Torrengo is a CLI (command line) program written in Go which concurrently searches torrents from various sources.
Stars: ✭ 67 (-31.63%)
Mutual labels:  torrent
Ezio
BT-based Disk Deployment tool
Stars: ✭ 77 (-21.43%)
Mutual labels:  torrent
Medusa
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
Stars: ✭ 1,268 (+1193.88%)
Mutual labels:  torrent

FilebotTool: FileBot Integration for Deluge

requires Filebot

Version 1.2.6

NOTE: THIS PLUGIN IS NOT YET COMPATABLE WITH DELUGE 2.0

Download Latest Release
How to Install in Deluge

Rename your torrents using FileBot from within deluge. Keep your media organized and your torrents seeding without wasting storage space on duplicates!

rename_dialog

Features:

  • easy to use GUI
  • cross-platform
  • Automatic file re-direction
  • Save frequently used profiles
  • Batch processing
  • Dry run previews
  • Download missing subtitles
  • Multi-language support
  • Easily rollback mistakes
  • supports both server-client and classic mode
  • Custom auto-organize rulesets
  • supports creating reflinks on btrfs filesystems

prefs_page

How to Use:

  1. Download, then install the appropriate .egg files using the plugin manager in deluge->settings (install both if you're not sure which to use)

  2. click the checkbox next to FileBotTool to enable the plugin

  3. Once Installed simply right click any torrent you'd like to sort, and select FileBotTool:

    right-click-menu

  4. 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).

  5. press the "Dry Run" button to test your settings and see a preview of the output.

  6. Optionally name your settings profile and save it for quick use later.

  7. 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.

How to build:

if you want the very latest release, you can build the plugin from source.

You will need:

  • git
  • a version of python that matches your deluge version (2.7 by default)
Instructions:
  • 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  # replace with 2.6 if your deluge uses python 2.6

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].