Music player that allows you to sort by mood
I currently use Musicolet which is one of the most sophisticated android music players, but it lacks some metadata features that I want. It doesn't read custom volume gains, so I have to change volume constantly when listening to music on my phone. It doesn't…
I currently use Musicolet which is one of the most sophisticated android music players, but it lacks some metadata features that I want. It doesn't read custom volume gains, so I have to change volume constantly when listening to music on my phone. It doesn't read custom start and end times, so I have to skip over the parts I dont want to hear. But most importantly for me, it doesnt read mood. On my PC, I sort a lot of my music metadata by mood, and I really want an app that can read mood metadata. I tried Poweramp but I think it could only do 1 and 2. The app doesn't have to be able to edit the metadata, it just needs to be able to read it, specifically the data I mentioned. And it has to at the very least be able to read mood metadata. Does anyone know of any apps that can do that?
已收录讨论
Ah. That's useful to know. Thanks
namida on github.
The metadata detail to look for is the ID3v2 TMOO (mood) frame. Many Android players scan through MediaStore, which usually doesn't expose custom frames such as TMOO, so the tag can exist in the file and still be ignored. When checking apps, ask whether their library scanner reads TMOO directly (for example via TagLib or jaudiotagger), not just standard artist, album, and genre fields. That should narrow the search much faster.