Linux command
picard 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start MusicBrainz Picard
picard
Open files
picard [file1.mp3] [file2.flac]
Open directory
picard [/path/to/music/]
Show version
picard --version
Debug mode
picard -d
说明
picard is MusicBrainz's music tagger application. It identifies music files using audio fingerprints and tags them with accurate metadata. The application matches music against the MusicBrainz database, the largest open music encyclopedia. Fingerprinting identifies tracks even without existing tags. Cluster mode groups files by album. Lookup queries MusicBrainz for matches. Scan uses AcoustID fingerprints for identification. Cover art is downloaded automatically from various sources. Multiple artwork providers ensure good coverage. Plugins extend functionality: additional tagging features, format support, and integration with other services. The tagger handles various formats: MP3, FLAC, OGG, M4A, WMA, and more. Original files are modified in place or renamed according to patterns.
参数
- -d, --debug
- Enable debug mode.
- -c _FILE_, --config-file _FILE_
- Use specific config file.
- -N, --no-restore
- Don't restore saved window state.
- -M, --no-player
- Disable internal player.
- -P, --no-plugins
- Disable plugins.
- -s _PLUGIN_, --stand-alone-instance _PLUGIN_
- Run plugin standalone.
- --version
- Show version.
- --help
- Show help.
FAQ
What is the picard command used for?
picard is MusicBrainz's music tagger application. It identifies music files using audio fingerprints and tags them with accurate metadata. The application matches music against the MusicBrainz database, the largest open music encyclopedia. Fingerprinting identifies tracks even without existing tags. Cluster mode groups files by album. Lookup queries MusicBrainz for matches. Scan uses AcoustID fingerprints for identification. Cover art is downloaded automatically from various sources. Multiple artwork providers ensure good coverage. Plugins extend functionality: additional tagging features, format support, and integration with other services. The tagger handles various formats: MP3, FLAC, OGG, M4A, WMA, and more. Original files are modified in place or renamed according to patterns.
How do I run a basic picard example?
Run `picard` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -d, --debug do in picard?
Enable debug mode.