From 3d8dd7d3b6b63ec2e8b0099ba0ca696b2c347b9a Mon Sep 17 00:00:00 2001 From: Jonny007-MKD Date: Thu, 12 Mar 2015 21:32:12 +0100 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e5a109 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Torrent-Label-DB +A text database which contains torrent names and labels + +This DB is used by Jonny007-MKD/OTR-DecodeAll to retreive labels set in the Torrent client by the filename. + +An entry is added by the torrent client by calling a special script after adding the torrent. +The refresh script walks through all entries and fetches the label from the torrent client. + +Supported torrent clients: + - Deluge (http://deluge-torrent.org/). Call `delugeAddTorrent.sh` with Action `Torrent Added` in Plugin `Execute` + - I'd love to add more clients. Please participate! + +Possible problems: + - It works for single file torrents. Something else was not tested.