]> git.parisson.com Git - telemeta.git/commitdiff
Fixed indent pb
authoryomguy <>
Tue, 1 May 2007 02:21:40 +0000 (02:21 +0000)
committeryomguy <>
Tue, 1 May 2007 02:21:40 +0000 (02:21 +0000)
telemeta/export/mp3.py

index de6171ec3abdf8a45e593b8b8d181f6624e3152a..a671c0e7cc34e7dbfb7ff04d50afedb274a37478 100644 (file)
@@ -33,14 +33,14 @@ class Mp3Exporter(ExporterCore):
                self.options = {}
                self.bitrate_default = '192'
                self.dub2id3_dict = {'title': 'TIT2', #title2
-                                                        'creator': 'TCOM', #composer
-                                                        'creator': 'TPE1', #lead
-                                                        'identifier': 'UFID', #unique...
-                                                        'identifier': 'TALB', #album
-                                                        'date': 'TYER', #year
-                                                        'type': 'TCON', #genre
-                                                        'publisher': 'TPUB', #comment
-                                                        }
+                                    'creator': 'TCOM', #composer
+                                    'creator': 'TPE1', #lead
+                                    'identifier': 'UFID', #Unique ID...
+                                    'identifier': 'TALB', #album
+                                    'date': 'TYER', #year
+                                    'type': 'TCON', #genre
+                                    'publisher': 'TPUB', #comment
+                                    }
 
        def get_format(self):
                return 'MP3'