Update documentation

This commit is contained in:
Andrew Rogl 2021-05-08 15:33:58 +10:00
parent 9ce93faa22
commit cff4ed59bf
2 changed files with 3 additions and 2 deletions

View file

@ -217,7 +217,7 @@ Other new things:
* Added 7z support via the `py7zr`_ library
Thanks to :user:`arogl`. :bug:`3906`
.. _py7zr: https://github.com/miurahr/py7zr
.. _py7zr: https://pypi.org/project/py7zr/
Fixes:

View file

@ -67,7 +67,7 @@ albums (the latter case is true of typical Artist/Album organizations
and many people's "downloads" folders). The path can also be a single
song or an archive. Beets supports `zip` and `tar` archives out of the
box. To extract `rar` files, install the `rarfile`_ package and the
`unrar` command.
`unrar` command. To extract `7z` files, install the `py7zr`_ package.
Optional command flags:
@ -152,6 +152,7 @@ Optional command flags:
beet import --set genre="Alternative Rock" --set mood="emotional"
.. _rarfile: https://pypi.python.org/pypi/rarfile/2.2
.. _py7zr: https://pypi.org/project/py7zr/
.. only:: html