A text database which contains torrent names and labels
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonny007-MKD 8b960a0a9c Don't overwrite labels of manual entries 3 years ago
.gitignore Script to refresh the labels in our database 8 years ago
LICENSE Initial commit 8 years ago
README.md Create README.md 8 years ago
delugeAddTorrent.sh Adding script for adding torrents in DelugeD 8 years ago
refreshDb.sh Don't overwrite labels of manual entries 3 years ago

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.