diff options
| author | jvoisin | 2011-10-29 21:18:03 +0200 |
|---|---|---|
| committer | jvoisin | 2011-10-29 21:18:03 +0200 |
| commit | af51a7bc7302e40a9618fd3b3ed7c50c073aab22 (patch) | |
| tree | 4636d315cb5ad1a631ceb11058297d91f14b8c00 | |
| parent | 4dcdf721d8ab5b7c8925ac9ad55f4dedd2c8e7df (diff) | |
Add the torrent format to documentation
| -rw-r--r-- | FORMATS | 3 | ||||
| -rw-r--r-- | README | 6 |
2 files changed, 8 insertions, 1 deletions
| @@ -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> |
| @@ -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 | ||
| 115 | HOW TO IMPLEMENT NEW FORMATS: | 121 | HOW 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 |
