diff options
| -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 |
