-
Notifications
You must be signed in to change notification settings - Fork 48
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
duplicate albums #43
Comments
which version are you using? |
1.1 |
Hi, any news on this issue? any dev version can solve it? 10x |
Hi, I falied to catch this problem in my library, so I'm not sure what could cause this problem for you. |
Do you need some logs? |
Could you send a print screen showing the problem? |
Actually I have changed artist -> album artist in some places. |
So I think you should change also album_artist - > album. See in the picture that the same album is seperated cause he has couple of artist in it. |
So you are browsing 'My library' - > 'Artists'? |
No my friend, I'm browsing Albums. Anyway I don't think you should use the "album artist" tag at all. Even the original Google Music web app not using it. Artist is Artist tagging |
Found this on the API code: if albumArtist: as I thought it looks like the code filter "Albums" as "album_artist". Thanks |
It is my understanding that the 'album_artist' should be the same for all tracks from a single album. |
I got many official albums and many of them not using the "Various Artists", and if they are it will be the same result when many songs with "Various Artists" will be collected to the same album, and it will be huge. in version 0.8.x the album was filtered for 'album', as I think it should be: if filter_type == 'album': |
Although I disagree about the use of the 'album_artist' tag, I agree that we should find a way to prevent the same album from being listed more than once. |
You're doing a wonderful job, and I guess you'll know how to handle it better then me, It just weird that this issue wasn't appear on previous versions. thanks again. |
Hi |
Hi @gilcoh33 , It's not applied yet. |
Oh good. Thanks man, appreciate it |
Hi @rui-castro Your latest version is 1.2 right? |
Hi @gilcoh33 , My version is '1.0.0_ruicastro_0.8.2'. |
Thanks a lot @rui-castro !!! looks amazing - you just made my day |
instead of showing the album, I think it shows the album artist instead.
didn't happen in previous releases - 0.x
The text was updated successfully, but these errors were encountered: