mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 06:44:13 +00:00
22 lines
429 B
Plaintext
22 lines
429 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# picard
|
|
|
|
> Next generation MusicBrainz tagging application.
|
|
> More information: <https://picard-docs.musicbrainz.org/en/getting_started/starting.html>.
|
|
|
|
- Start Picard:
|
|
|
|
`picard`
|
|
|
|
- Open a set of files:
|
|
|
|
`picard {{path/to/file1.mp3 path/to/file2.mp3 ...}}`
|
|
|
|
- Display the version of Picard installed:
|
|
|
|
`picard {{[-V|--long-version]}}`
|