summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Sampson <adrian@radbox.org>2022-07-30 19:35:35 -0400
committerGitHub <noreply@github.com>2022-07-30 19:35:35 -0400
commit3a8fdcd6339b23d87c77d6541d1e006144d9be7e (patch)
tree346759f6ef4deb85ad61d9e7a71454c4b0ada152
parent50825dbfc8443869ff2f1cad406e310a597c1aad (diff)
parentfd37fec73ec125e5c2dc7b17bd20ac88a966f3b4 (diff)
Merge pull request #4429 from aereaux/master
Fix old alias
-rw-r--r--beetsplug/convert.py2
-rw-r--r--docs/changelog.rst1
-rw-r--r--docs/plugins/convert.rst2
3 files changed, 3 insertions, 2 deletions
diff --git a/beetsplug/convert.py b/beetsplug/convert.py
index a8674ca79..95240dc39 100644
--- a/beetsplug/convert.py
+++ b/beetsplug/convert.py
@@ -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',
}
diff --git a/docs/changelog.rst b/docs/changelog.rst
index f42257448..163e69f72 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -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:
diff --git a/docs/plugins/convert.rst b/docs/plugins/convert.rst
index ff439eb97..aa28ed240 100644
--- a/docs/plugins/convert.rst
+++ b/docs/plugins/convert.rst
@@ -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