Define interfaces for processing compressed audio files.
Bases: object
FLAC file deocder class. Provides interface for tag access.
Dictionary mapping from flacsync name -> FLAC tag name
Dictionary of FLAC tag. Valid key names are:
Key | Description |
---|---|
album | Album title |
album_artist | Album artist name |
artist | Artist name |
comment | |
compilation | |
composer | Composer name |
copyright | |
description | |
disc | Disc number |
enc_by | Encoder string |
genre | Genre string |
license | |
performer | Performer name |
rg_album_gain | Album replay gain |
rg_album_peak | Album peak |
rg_track_gain | Track replay gain |
rg_track_peak | Track peak |
title | Track title |
totaltracks | Total album tracks |
track | Track number |
year | Year (20XX) |