mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 01:53:31 +01:00
Update documentation
This commit is contained in:
parent
9ce93faa22
commit
cff4ed59bf
2 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue