Changeset c2aa673
- Timestamp:
- 05/01/07 17:58:28 (6 years ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- 3ca747d
- Parents:
- e634d6b
- git-author:
- yomguy <> (05/01/07 17:58:28)
- git-committer:
- yomguy <> (05/01/07 17:58:28)
- Location:
- telemeta/export
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
telemeta/export/flac.py
r78b2610 rc2aa673 88 88 self.source = source 89 89 self.metadata = metadata 90 self.options = {} 90 91 args = '' 91 92 -
telemeta/export/mp3.py
r0bdb687 rc2aa673 38 38 'identifier': 'UFID', #Unique ID... 39 39 'identifier': 'TALB', #album 40 'date': 'TYER', #year40 #'date': 'TYER', #year 41 41 'type': 'TCON', #genre 42 42 'publisher': 'TPUB', #comment … … 93 93 self.source = source 94 94 self.metadata = metadata 95 self.options = {} 95 96 args = '' 96 97 -
telemeta/export/ogg.py
rc432450 rc2aa673 77 77 self.source = source 78 78 self.metadata = metadata 79 self.options = {} 79 80 args = '' 80 81 … … 96 97 else: 97 98 args = ' -Q -b '+self.bitrate_default 98 99 99 100 if os.path.exists(self.source) and not iswav16(self.source): 100 101 self.source = self.decode() -
telemeta/export/wav.py
r78b2610 rc2aa673 102 102 self.source = source 103 103 self.metadata = metadata 104 self.options = {} 105 104 106 if not options is None: 105 107 self.options = options
Note: See TracChangeset
for help on using the changeset viewer.
