General Troubleshooting
Getting Help
If you have problems using Picard, please first check the following resources:
For general usage information see the Using Picard documentation and the illustrated quick start guide.
Read the FAQ section for common questions and problems.
Consult the community forums.
Check the download page for a newer version of Picard which might solve your problem.
If the problem is to do with a plugin, check the Picard Plugins for updated plugin versions.
Reporting a Bug
If you think you have found a bug please check whether you are using the latest version of Picard and whether the bug has already been reported in the bug tracker. If you’re not sure or don’t want to look through the existing tickets, ask on the community forums first.
If you’re still convinced you have found a new bug, open a new ticket providing the following information:
Which version of Picard do you use? (“Affects Version” in the form)
Which operating system do you use? (“Environment” in the form)
What did you do when the bug occurred?
What actually happened, and what did you expect to happen?
If you’re using plugins, which plugins do you have enabled?
The “Debug” level log from the Picard session demonstrating the problem.
Warning
Please remember to first remove any personal and confidential information like user id, passwords or authorization tokens before posting or submitting any log output.
Getting a Debug Log
For many bugs, it helps developers to have a debug log from Picard. You can see the log by going to
. You can also get a full debug log, which is better because it contains more detailed information. Pasting this log into your forum post or bug ticket can help developers and other users to resolve your issue more quickly. To retrieve the full debug log:Start Picard.
Open the log view with
.Change the log level verbosity to Debug.
Close the log viewer.
Close and restart Picard.
Repeat the action that caused the problem being reported.
Open the log viewer and copy the output to paste into the forum post or bug ticket. Alternately, you can save the log to a file to attach to your bug report by using the Save As… button.
Close the log viewer, and close Picard.
Getting Logs in Case of Crashes
In some cases the problem will cause Picard to crash and not allow you to access the resulting log from the log viewer. You can still generate a log output to attach to your report by starting Picard with the --debug
command line option from a command / terminal window and copying the log output information from the terminal. The steps to follow for each of the supported platforms are:
Windows Systems
First open a command window by clicking the search icon on the Windows Taskbar and enter “cmd”. Then start Picard by entering the following in the command window:
"C:\Program Files\MusicBrainz Picard\picard.exe" --debug
This will display all log entries in the command window, and allow you to copy the information to the clipboard to paste into your report.
Note
This method will only work with the installed version of Picard. It will not work with the portable or Windows Store versions.
macOS Systems
First open a terminal window by doing one of the following:
Click the Launchpad icon in the Dock, type “Terminal” in the search field, then click Terminal.
In the Finder, open the “/Applications/Utilities” folder, then double-click “Terminal”.
Assuming Picard was put into the system wide Applications folder when installed, it can then be started by entering the following in the terminal window:
"/Applications/MusicBrainz Picard.app/Contents/MacOS/picard-run" --debug
This will display all log entries in the terminal window, and allow you to copy the information to the clipboard to paste into your report.
Linux Systems
First open a Terminal window in your desktop environment, either from the Applications menu or by pressing Ctrl+Alt+T on most systems. Then start Picard by entering the following in the terminal window:
picard --debug
This will display all log entries in the terminal window, and allow you to copy the information to the clipboard to paste into your report.
See also
Specific situations: Picard won’t start / There is no coverart / Tags are not updated or saved / Files are not being saved / Picard just stopped working / macOS shows the app is damaged