Ignore:
Timestamp:
05/21/07 17:19:37 (6 years ago)
Author:
yomguy <>
Branches:
master, crem, crem2, dev, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
Children:
7f21fab1
Parents:
27a5b88
git-author:
yomguy <> (05/21/07 17:19:37)
git-committer:
yomguy <> (05/21/07 17:19:37)
Message:

Adds main id3 tags during MP3 streaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telemeta/export/flac.py

    r27a5b88 rdfc0718  
    2020 
    2121class FlacExporter(ExporterCore): 
    22     """Defines methods to export to OGG Vorbis""" 
     22    """Defines methods to export to FLAC""" 
    2323 
    2424    implements(IExporter) 
     
    133133        # Post-proccessing 
    134134        try: 
    135             self.write_tags()         
    136135            self.post_process(self.item_id, 
    137136                         self.source, 
Note: See TracChangeset for help on using the changeset viewer.