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

Two albums with the same name #73

Open
sercell opened this issue Jul 12, 2024 · 1 comment
Open

Two albums with the same name #73

sercell opened this issue Jul 12, 2024 · 1 comment

Comments

@sercell
Copy link

sercell commented Jul 12, 2024

Hi. If two albums have the same name, even by two different artists, Audiofy lists only one album, with all the tracks of the two artists inside! Now, i'm not an experienced coder, but i could see that the function:
suspend fun ContentResolver.getAlbum(-----)
gets the list of the audios of an album by the album name. Why not by id?
Thx

@sercell sercell changed the title suspend fun ContentResolver.getAlbum() Two albums with the same name Jul 12, 2024
@iZakirSheikh
Copy link
Owner

iZakirSheikh commented Jul 13, 2024

Thanks for letting us know about the issue! We'll investigate it thoroughly and aim to include a fix in the next update.

Edit:
Immediately after replying a thought passed my mind🤔 and I am thinking about it from that moment. Android uses MediaMetaDataRetriver internally to build Media store. The ids are nothing but numbers generated while storing data in db(primary keys). I think (maybe I am wrong) if 2 albums have same name they will be listed under same I'd in media store unless Android devs some rigorous approach like comparing different features of albums.

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