diff --git a/docs/changelog.rst b/docs/changelog.rst index 169dd5a8c..7a56160fa 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,6 +16,9 @@ Changelog **numeric ranges**. For example, you can get a list of albums from the '90s by typing ``beet ls year:1990..1999`` or find high-bitrate music with ``bitrate:128000..``. See :ref:`numericquery`. Thanks to Michael Schuerig. +* :doc:`/plugins/random`: A new ``-e`` option gives an equal chance to each + artist in your collection to avoid biasing random samples to prolific + artists. Thanks to Georges Dubus. * The :ref:`modify-cmd` now correctly converts types when modifying non-string fields. You can now safely modify the "comp" flag and the "year" field, for example. Thanks to Lucas Duailibe. diff --git a/docs/plugins/random.rst b/docs/plugins/random.rst index ef8737b52..59e4b9483 100644 --- a/docs/plugins/random.rst +++ b/docs/plugins/random.rst @@ -17,7 +17,7 @@ track, use ``-a``; to print paths to items instead of metadata, use ``-p``; and to use a custom format for printing, use ``-f FORMAT``. If the ``-e`` option is passed, the random choice will be even among -artists (the albumartist field) This makes sure that your antholofgy +artists (the albumartist field). This makes sure that your anthology of Bob Dylan won't make you listen to Bob Dylan 50% of the time. The ``-n NUMBER`` option controls the number of objects that are selected and