From af51a7bc7302e40a9618fd3b3ed7c50c073aab22 Mon Sep 17 00:00:00 2001
From: jvoisin
Date: Sat, 29 Oct 2011 21:18:03 +0200
Subject: Add the torrent format to documentation
---
FORMATS | 3 ++-
README | 6 ++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/FORMATS b/FORMATS
index 3820440..524db3a 100644
--- a/FORMATS
+++ b/FORMATS
@@ -99,6 +99,7 @@
.torrent
full
torrent
- remove all the compromizing metadata
+ remove all the compromizing metadata with a heavy tuned version
+ of the bencode lib from Petru Paled
diff --git a/README b/README
index 2c34cda..ab004d6 100644
--- a/README
+++ b/README
@@ -111,6 +111,12 @@ SUPPORTED FORMAT:
metadata : Flac, Vorbis
method : removal of harmful fields is done with mutagen
+ Torrent (.torrent)
+ support : full
+ metadata : torrent
+ method : using the nice bencode lib from Petru Paler,
+ hardly tuned/rewritten.
+
HOW TO IMPLEMENT NEW FORMATS:
1. add the format's mimetype to the STRIPPER list in mat.py
--
cgit v1.3