A text database which contains torrent names and labels
Go to file
Jonny007-MKD 8b960a0a9c Don't overwrite labels of manual entries 2020-04-03 22:33:32 +02:00
.gitignore Script to refresh the labels in our database 2015-03-12 21:20:33 +01:00
LICENSE Initial commit 2015-03-12 20:51:32 +01:00
README.md Create README.md 2015-03-12 21:32:12 +01:00
delugeAddTorrent.sh Adding script for adding torrents in DelugeD 2015-03-12 21:20:59 +01:00
refreshDb.sh Don't overwrite labels of manual entries 2020-04-03 22:33:32 +02:00

README.md

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.