mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 17:48:14 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/beet
Normal file
29
tldr/linux/beet
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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