Commit Graph

16 Commits

Author SHA1 Message Date
KevinMidboe 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
KevinMidboe 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
KevinMidboe 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
KevinMidboe a6198e0b5c Fancy new header and snyk badge integration. 2018-05-06 01:01:19 +02:00
KevinMidboe e9885015aa Removed unused comments. 2018-05-06 00:43:24 +02:00
KevinMidboe 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
KevinMidboe 2b3291aefd Added ssh settings to config file. 2018-05-06 00:08:12 +02:00
KevinMidboe 7135dcfead Add command for deluge magnet torrent. 2018-05-05 22:50:42 +02:00
KevinMidboe 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
KevinMidboe a1e5b1f784 Added README 2018-05-04 00:19:34 +02:00
KevinMidboe 9e5db1d874 Merge branch 'master' of github.com:KevinMidboe/delugeClient 2018-05-04 00:09:20 +02:00
KevinMidboe 13062e9244 Initial commit 2018-05-04 00:05:53 +02:00
KevinMidboe 676af42934 Utils script for coloring log based on logger status filter and convert function for converting byte dict to a dict of strings. 2018-05-04 00:05:14 +02:00
KevinMidboe 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
KevinMidboe 89895d9961 Added requirements for deluge_client, colored and docopt. 2018-05-04 00:03:26 +02:00
KevinMidboe 15187888e2 Added config and log files. 2018-05-04 00:02:57 +02:00