AIMP Forum
AIMP for Windows => Вопросы / Questions => Topic started by: eobet on January 24, 2021, 22:50:54
-
Anyone know why that is?
They showed up fine in Foobar 2000...
EDIT: Also show up fine in open source player WINYL.
-
I deleted my profile now and re-imported everything (because I'm on a different PC). About half of the tags come up now... still, half of my purchased tracks don't show any artist or song name information or album art.
-
eobet,
Hello!
I have bought a lot of AIFF files from Beatport and never have had an issue when playing them in AIMP. All tags are shown okay.
(https://i.imgur.com/8Hv6SUx.png)
-
I don't know how to get your screen, but here is the list view I get:
-
I don't know how to get your screen
Highlight the file, click F4, then the ID3v2 button on top
-or-
Right-click the file, choose "File info", then the ID3v2 button on top
-
Ok... same file, two players...
-
Ok... same file, two players...
Can you share this file for an analysis?
-
In private to a developer, sure, but since it's a commercially available track, I'm not going to post it publicly.
-
In private to a developer, sure, but since it's a commercially available track, I'm not going to post it publicly.
Thank you, I got them. Let me some time to investigate the files.
-
So, seems I have found a root of an issue. AIFF container requires each chunk size to be aligned to 2 bytes. In your case, ID3v2 chunk is not aligned, so, AIMP produces an OutOfBounds exception on attempt to read the chunk with expected (aligned) size. I have correct my code as a way of workaround for these files. Next build of AIMP will load tags correctly.
-
Thank you very much for the quick fix!
Looking forward to be able to test it.
-
If you want to test it, refer to the nighly builds (https://www.aimp.ru/?do=download&os=windows&cat=nightly) and download build No2241.
-
I tried it and I can confirm that my issues has been fixed!
Thanks again!