1
0
Fork 0
mirror of https://github.com/Jonny007-MKD/Torrent-Label-DB synced 2024-05-17 23:24:02 +02:00
Torrent-Label-DB/README.md

15 lines
656 B
Markdown
Raw Normal View History

2015-03-12 21:32:12 +01:00
# 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.