Commit Graph

12 Commits

Author SHA1 Message Date
a2c9180752 Changed import statement to be compatible with python2 and changed our byteconverter utils function to convert to utf-8 not ascii for better multicultural support. 2019-09-18 23:01:03 +02:00
6ca9e91bd7 Removed gets a --destroy parameter to choose to destroy the local files while removing frmo deluge. 2019-09-18 23:00:16 +02:00
3d0d039626 Added absolute path to log directory. 2018-05-14 11:00:21 +02:00
7fcb14c2ca utils imported as file not directory. Moved getConfig function up. 2018-05-13 20:00:58 +02:00
51461cee5e Created a lambda function for converting numeric boolean to python values. Changed attribute packed to isFolder. Added finished attribute to also be returned when wanting progress. 2018-05-13 19:03:22 +02:00
75bd387904 Changed back to rename taking name not id as input arg. Changed progress function to return a dict of torrents with only the values relevant for checking progress. This also needed the filterOnValue. Torrents toJSON function returns lowercase dict keys. 2018-05-13 18:43:01 +02:00
0230298479 Renamed ls function to get_all. Also updated the remove function to delete by id, not name and to have better error handling and reporting. 2018-05-06 18:04:48 +02:00
e9885015aa Removed unused comments. 2018-05-06 00:43:24 +02:00
84e78c55f0 Added ssh tunnel for connceting to a remote deluge RPC client. Also added check for values in config file. 2018-05-06 00:29:38 +02:00
7135dcfead Add command for deluge magnet torrent. 2018-05-05 22:50:42 +02:00
d8688b1c68 Added search function for partial string match. Added get and remove functions. The torrent class does a mapping of paused to python boolean value with strtobool. Removed some unused comments. 2018-05-04 15:17:21 +02:00
bce2c1a1d9 Added classes for calling and connecting to deluge and for transforming the return data to a torrent class. 2018-05-04 00:04:17 +02:00