diff --git a/docs/changelog.rst b/docs/changelog.rst index b215ae7b2..c81173209 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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: diff --git a/docs/reference/cli.rst b/docs/reference/cli.rst index 5d2b834b7..f7b68c4a8 100644 --- a/docs/reference/cli.rst +++ b/docs/reference/cli.rst @@ -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