ap-atul/music_player_lite

Bug on thumbnail view

kyzsuukii opened this issue · 2 comments

Screenshot_2022-08-24-00-56-00-752_com.atul.musicplayeronline.jpg

thumbnail photos all look the same and use one thumbnail of one song in all songs

even though in my file manager everything is different

Screenshot_2022-08-24-00-56-18-285_me.zhanghai.android.files.jpg

Thanks for reporting the issue, will surely get around to fixing this soon. Stay tuned

BTW, The Album art is fetched based on the Album Id or can say based on Album. What happens is that when the Song has no album data embedded they get assigned to the default folder name.

So now all the songs with no album data are in the same Album. In my app, I have a folder Music which is shown as the album with 74 songs and all songs have same album art.
The fix will not show a default album art instead of a same for all. Will look for a way to extract from the music file itself.

I have updated the code to fix this issue here

The changes will be available in next release, which should be soon or you can build it youself ;)