hello,
i have an issue with the standalone accuraterip where it's not detecting an album as compilation, it just lists it as 20 albums instead of 1. after browsing the forums did find a workaround, i'll add that add the end so this doesn't get confusing.
so, want to rip an album that was not yet known by perferctmeta, nor did it have an accuraterip entry.
( https://www.discogs.com/release/5824...In-The-Heavens )
i used the discogs import function (copy discogs url when perfectmeta is open), looked correct so i pressed rip.
rip worked fine, but when i ran the accuraterip app a bit later it reported the 20 tracks as 20 albums. and none of the other 30 compilations i ripped this week had the same issue. turns out i had forgotten to click the compilation checkbox when ripping. the "artist album" was also blank, but so were all my other compilations. so, added the compilation tag, reran accurterip, ... still nothing
long story short: the problem seems to be how the "compilation" label is defined. when you can only choose between yes/no. all my compilations that do work have it set to "1".
setting to "yes" seems to just be ignored, and i tried everything i could think of to try & force it to one.
i tried:
id tags: set compilation to yes on album level
id tags: set compilation to yes on each track
id tags: both of the previous but first removed compilation tag
enabled the windows explorer extension, tried adding it that way, in all previous permutations.
fixed in with metaflac, whichi is fine for a few files but perfectmeta's id tags a nicer experience
so:
metaflac --remove-tag compilation *.flac
metaflac --set-tag compilation=1 *.flac
this changes it from:
% metaflac --show-tag compilation 07_-_Rudolph\'s\ Hurry.flac
Compilation=Yes
to
% metaflac --show-tag compilation 07_-_Rudolph\'s\ Hurry.flac
compilation=1
and the accuraterip is happy (does not seem to matter if compilation is lower/uppercase or just start with a capital)
as for the workaround:
just set "album artist" to "various artists".
i'd guess somewhere in the metadata encoding/decoding flow there's an assumption that 0/1 == true/false == yes/no == checked/unchecked.
i have an issue with the standalone accuraterip where it's not detecting an album as compilation, it just lists it as 20 albums instead of 1. after browsing the forums did find a workaround, i'll add that add the end so this doesn't get confusing.
so, want to rip an album that was not yet known by perferctmeta, nor did it have an accuraterip entry.
( https://www.discogs.com/release/5824...In-The-Heavens )
i used the discogs import function (copy discogs url when perfectmeta is open), looked correct so i pressed rip.
rip worked fine, but when i ran the accuraterip app a bit later it reported the 20 tracks as 20 albums. and none of the other 30 compilations i ripped this week had the same issue. turns out i had forgotten to click the compilation checkbox when ripping. the "artist album" was also blank, but so were all my other compilations. so, added the compilation tag, reran accurterip, ... still nothing
long story short: the problem seems to be how the "compilation" label is defined. when you can only choose between yes/no. all my compilations that do work have it set to "1".
setting to "yes" seems to just be ignored, and i tried everything i could think of to try & force it to one.
i tried:
id tags: set compilation to yes on album level
id tags: set compilation to yes on each track
id tags: both of the previous but first removed compilation tag
enabled the windows explorer extension, tried adding it that way, in all previous permutations.
fixed in with metaflac, whichi is fine for a few files but perfectmeta's id tags a nicer experience
so:
metaflac --remove-tag compilation *.flac
metaflac --set-tag compilation=1 *.flac
this changes it from:
% metaflac --show-tag compilation 07_-_Rudolph\'s\ Hurry.flac
Compilation=Yes
to
% metaflac --show-tag compilation 07_-_Rudolph\'s\ Hurry.flac
compilation=1
and the accuraterip is happy (does not seem to matter if compilation is lower/uppercase or just start with a capital)
as for the workaround:
just set "album artist" to "various artists".
i'd guess somewhere in the metadata encoding/decoding flow there's an assumption that 0/1 == true/false == yes/no == checked/unchecked.
Comment