Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUETools[.exe] unchecking 'Copy album art tags' does not do anything unless 'Extract album art to' is also unchecked #235

Open
ha-korth opened this issue Dec 11, 2022 · 2 comments

Comments

@ha-korth
Copy link

ha-korth commented Dec 11, 2022

I have 'Copy album art tags' unchecked
embeddedart

In interactive mode, embedded album art is used with no popup selection window offered even when folder.jpg exists with different album art and selected MusicBrainz metadata has CTDB album art available.

In batch mode embedded album art tags are always used.

Unchecking 'Copy album art tags' and 'Extract album art to'
extract art

In interactive mode, the selection window does popup but of course now no folder.jpg is written to output.

In batch mode folder.jpg used but of course now no folder.jpg is written to output.

With 'Copy album art tags' checked and 'Extract album art to' unchecked
extract art 2

In interactive mode, embedded album art is used with no popup selection window offered even when folder.jpg exists with different album art and selected MusicBrainz metadata has CTDB album art available. No folder.jpg is written to output.

In batch mode embedded album art tags used. No folder.jpg is written to output.

@ha-korth ha-korth changed the title CUETools[.exe] always gives priority to embedded album art tags CUETools[.exe] still gives priority to embedded album art tags when unchecked Dec 11, 2022
@ha-korth ha-korth changed the title CUETools[.exe] still gives priority to embedded album art tags when unchecked CUETools[.exe] unchecking 'Copy album art tags' does not do anything unless 'Extract album art to' is also unchecked Jan 11, 2023
@c72578
Copy link
Collaborator

c72578 commented Jul 27, 2023

Another possibility to prevent copying of album art tags is to uncheck Embed Folder.jpg in addition to the unchecked Copy album art tags.

Up to now, the behavior of CUETools concerning copying of album art tags is determined by the following conditions:
_config.CopyAlbumArt
_config.embedAlbumArt
_config.extractAlbumArt

If one of these conditions is true, then existing album art tags are copied.

@ha-korth
Copy link
Author

Doesn't unchecking Embed Folder.jpg make it necessary to run CUETools twice? Once to strip the old embedded cover art and again to embed the new cover art?

I'm trying to not copy the existing embedded cover not 'Copy album art tags' so I can embed a new cover.

Currently I've been removing the old embedded cover using a 3rd-party program to keep from encoding everything twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants