Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 878 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 878 Bytes

ltConfig

ltConfig is a plugin for Deluge that allows direct modification to libtorrent settings and has preset support.

This plugin adds a preference page to both GtkUI and WebUI.

WARNING: Modify settings at your own risk!

For information about each setting, see the libtorrent manual. NOTE: Older versions of libtorrent may have different setting names.

Building

To build this plugin, you'll need Python and the setuptools module. Instructions for installing setuptools can be found here.

To build the plugin, run:

python setup.py bdist_egg

This will produce a dist directory containing the plugin egg.