mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
commit
3a8fdcd633
3 changed files with 3 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ _temp_files = [] # Keep track of temporary transcoded files for deletion.
|
|||
|
||||
# Some convenient alternate names for formats.
|
||||
ALIASES = {
|
||||
'wma': 'windows media',
|
||||
'windows media': 'wma',
|
||||
'vorbis': 'ogg',
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ Bug fixes:
|
|||
* :doc:`plugins/importadded`: Fix a bug with recently added reflink import option
|
||||
that casues a crash when ImportAdded plugin enabled.
|
||||
:bug:`4389`
|
||||
* :doc:`plugins/convert`: Fix a bug with the `wma` format alias.
|
||||
|
||||
For packagers:
|
||||
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ command to use to transcode audio. The tokens ``$source`` and ``$dest`` in the
|
|||
command are replaced with the paths to the existing and new file.
|
||||
|
||||
The plugin in comes with default commands for the most common audio
|
||||
formats: `mp3`, `alac`, `flac`, `aac`, `opus`, `ogg`, `wmv`. For
|
||||
formats: `mp3`, `alac`, `flac`, `aac`, `opus`, `ogg`, `wma`. For
|
||||
details have a look at the output of ``beet config -d``.
|
||||
|
||||
For a one-command-fits-all solution use the ``convert.command`` and
|
||||
|
|
|
|||
Loading…
Reference in a new issue