geigerzaehler / beets-alternatives

Beets plugin to manage external files
MIT License
93 stars 21 forks source link

Support format aliases from the convert plugin #25

Closed wisp3rwind closed 5 years ago

wisp3rwind commented 5 years ago

Allows some (two to be precise) aliases to be used in the formats config option, cf. convert.py:

# Some convenient alternate names for formats.
ALIASES = {
    u'wma': u'windows media',
    u'vorbis': u'ogg',
}