mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
beet: add page (#20122)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# beet
|
||||
|
||||
> Manage the beets media library.
|
||||
> More information: <https://beets.readthedocs.io/en/stable/reference/cli.html>.
|
||||
|
||||
- Add music from a specific directory to the library, attempting to get correct tags for it from MusicBrainz:
|
||||
|
||||
`beet import {{path/to/directory}}`
|
||||
|
||||
- Add a single song to the library, attempting to get correct tags for it from MusicBrainz:
|
||||
|
||||
`beet import {{[-s|--singletons]}} {{path/to/file}}`
|
||||
|
||||
- Query library:
|
||||
|
||||
`beet list {{query}}`
|
||||
|
||||
- Show entire library statistics:
|
||||
|
||||
`beet stats`
|
||||
|
||||
- Show statistics for a specific query:
|
||||
|
||||
`beet stats {{query}}`
|
||||
Reference in New Issue
Block a user