summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjvoisin2011-10-29 21:18:03 +0200
committerjvoisin2011-10-29 21:18:03 +0200
commitaf51a7bc7302e40a9618fd3b3ed7c50c073aab22 (patch)
tree4636d315cb5ad1a631ceb11058297d91f14b8c00 /README
parent4dcdf721d8ab5b7c8925ac9ad55f4dedd2c8e7df (diff)
Add the torrent format to documentation
Diffstat (limited to '')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 2c34cda..ab004d6 100644
--- a/README
+++ b/README
@@ -111,6 +111,12 @@ SUPPORTED FORMAT:
111 metadata : Flac, Vorbis 111 metadata : Flac, Vorbis
112 method : removal of harmful fields is done with mutagen 112 method : removal of harmful fields is done with mutagen
113 113
114 Torrent (.torrent)
115 support : full
116 metadata : torrent
117 method : using the nice bencode lib from Petru Paler,
118 hardly tuned/rewritten.
119
114 120
115HOW TO IMPLEMENT NEW FORMATS: 121HOW TO IMPLEMENT NEW FORMATS:
116 1. add the format's mimetype to the STRIPPER list in mat.py 122 1. add the format's mimetype to the STRIPPER list in mat.py