Linux command
beet 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Import
beet import [path/to/directory]
Import a single song
beet import -s [path/to/file]
Query
beet list [query]
Example
beet stats
Example
beet stats [query]
说明
beet (beets) is a command-line music library manager and metadata organizer. It automatically fetches metadata from MusicBrainz, organizes music files, and provides a powerful query interface. Beets can fix tags, rename files based on metadata, fetch album art, and integrate with plugins for additional functionality like playback, web interface, and format conversion.
参数
- -s, --singletons
- Import files as singletons (not as album tracks)
- -A, --noautotag
- Do not attempt to automatically tag
- -l, --library _path_
- Specify the library database location
- -c, --config _path_
- Specify the configuration file
FAQ
What is the beet command used for?
beet (beets) is a command-line music library manager and metadata organizer. It automatically fetches metadata from MusicBrainz, organizes music files, and provides a powerful query interface. Beets can fix tags, rename files based on metadata, fetch album art, and integrate with plugins for additional functionality like playback, web interface, and format conversion.
How do I run a basic beet example?
Run `beet import [path/to/directory]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -s, --singletons do in beet?
Import files as singletons (not as album tracks)