SimpleMobileTools / Simple-Music-Player

A clean music player with a customizable widget, stylish interface and no ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
1.27k stars 412 forks source link

[Bug] +, ÷, = Album Names Combine #446

Open lethedata opened 1 year ago

lethedata commented 1 year ago

Music Files whose album names are +, ÷, = get combined into the + album acting as if they are all under the same album.

Steps to Reproduce

  1. Tag each music file with the proper Album name [+, ÷, =]
  2. place in separate folders
  3. move to phone
  4. let app scan for Music

Expected Behavior

Actual Behavior

Additional Info

Retagging the music files using verbiage rather than symbol split the albums properly

tibbi commented 1 year ago

not sure what you mean, the albums name is literally "+"?

lethedata commented 1 year ago

Yes, they are Ed Sheeran albums whose names are literally the symbols +, ÷, and =

naveensingh commented 1 year ago

@tibbi this is a media store issue, I also have these albums, and the symbolic names are not properly handled by the media store. (These symbols also cause a native crash when using MediaMetadataRetriever on one Android 9 device).

We can fix it by grouping tracks into albums and artists manually (we already do this for any tracks not present in the media store). If we do that, we can address https://github.com/SimpleMobileTools/Simple-Music-Player/issues/351 too as that also requires manual grouping of tracks by ALBUMARTIST instead of ARTIST but there's a con:

https://github.com/SimpleMobileTools/Simple-Music-Player/blob/9a3e835f773b99a8b9e497e9c09798ad9968544e/app/src/main/kotlin/com/simplemobiletools/musicplayer/helpers/SimpleMediaScanner.kt#L86-L91

(Workaround: For anyone facing any similar issues, from version 5.17.0, you can move these files to Audiobooks folder in the storage root and they will be scanned properly)

tibbi commented 1 year ago

doesnt sound like a major issue, it isnt a priority now