Help testing 2.1.0dev2

Hmm, I can’t start it anymore. Where should I find the logfile (*.exe started with -d)?

Start Picard from a command line window with

"C:\Program Files\MusicBrainz Picard\picard.exe" -d

Debug output will be printed in the command line.

1 Like

Done. Waiting since more then 3 minutes, no GUI, no error, just nothing after “User directory:…”

C:\Program Files\MusicBrainz Picard>picard.exe -d

C:\Program Files\MusicBrainz Picard>D: 18:57:49,668 tagger.init:196: Starting Picard from ‘C:\Program Files\MusicBrainz Picard\picard\tagger.pyc’
D: 18:57:49,668 tagger.init:198: Platform: Windows-10-10.0.17134 CPython 3.7.0
D: 18:57:49,684 tagger.init:199: Versions: Picard 2.1.0.dev3, Python 3.7.0, PyQt 5.11.3, Qt 5.11.2, Mutagen 1.41.1, Discid discid 1.1.1, libdiscid 0.6.2, astrcmp Python, SSL OpenSSL 1.0.2k 26 Jan 2017
D: 18:57:49,684 tagger.init:200: Configuration file path: ‘C:/Users/Admin/AppData/Roaming/MusicBrainz/Picard.ini’
D: 18:57:49,684 tagger.init:202: User directory: ‘C:\Users\Admin\AppData\Local\MusicBrainz\Picard’

I downloaded the dev3 version and tried it out. I installed it over the top of dev2, after backing up the appropriate folders.

it seems to break the acousticbrainz_tonal-rhythm plugin. All of the other plugins I’m using are fine.

E: 13:03:16,766 album.error_append:222: Traceback (most recent call last): File "picard\album.py", line 351, in _finalize_loading_track File "picard\metadata.py", line 380, in run_track_metadata_processors File "picard\plugin.py", line 543, in run File "C:\Users\<user>\AppData\Local\MusicBrainz\Picard\plugins\acousticbrainz_tonal-rhythm.zip\acousticbrainz_tonal-rhythm.py", line 48, in get_data if not musicbrainz_recordingid in track_metadata: NameError: name 'musicbrainz_recordingid' is not defined

Edited to sanitize the error message.

After a fresh install of my Test-VM-Win10 Picard 2.1.0dev3 starts fine.

The tag «acoustid_id» can now be deleted with:
$delete(acoustid_id)

Thanks for the fix for #1434 @outsidecontext

1 Like

Both issues are fixed for me in Picard 2.1.0 dev3. The track correctly has a checkmark now after refreshing the release or re-adding the track and I don’t get an exception when saving the cover art with the broken newline character at the end of my script anymore (I will remove the newline from the script anyway).

Nice work there :wink:

2 Likes

Yeah, it’s the plugin, it has an embarrassing bug that went unnoticed through review :frowning: I’ll submit a fix tomorrow.

2 Likes