summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2011-10-29 21:18:03 +0200
committerjvoisin2011-10-29 21:18:03 +0200
commitaf51a7bc7302e40a9618fd3b3ed7c50c073aab22 (patch)
tree4636d315cb5ad1a631ceb11058297d91f14b8c00
parent4dcdf721d8ab5b7c8925ac9ad55f4dedd2c8e7df (diff)
Add the torrent format to documentation
-rw-r--r--FORMATS3
-rw-r--r--README6
2 files changed, 8 insertions, 1 deletions
diff --git a/FORMATS b/FORMATS
index 3820440..524db3a 100644
--- a/FORMATS
+++ b/FORMATS
@@ -99,6 +99,7 @@
99 <extension>.torrent</extension> 99 <extension>.torrent</extension>
100 <support>full</support> 100 <support>full</support>
101 <metadata>torrent</metadata> 101 <metadata>torrent</metadata>
102 <method>remove all the compromizing metadata</method> 102 <method>remove all the compromizing metadata with a heavy tuned version
103 of the bencode lib from Petru Paled</method>
103 </format> 104 </format>
104</xml> 105</xml>
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