AkaneTan / Gramophone

A sane music player built with media3 and material design library that is following android's standard strictly.
GNU General Public License v3.0
802 stars 49 forks source link

Sorting by Filepath #185

Open cultab opened 1 month ago

cultab commented 1 month ago

Is your feature request related to a problem? Please describe. I like my songs to be grouped by artist and album, as such I keep my songs in folders by album in folders by artist.

Describe the solution you'd like Sorting by the filepath would allow the songs to be sorted and grouped in the way I like.

Describe alternatives you've considered Tried all the other sorters and none quite did it.

Additional context I tried to do it myself, but I have zero android experience and couldn't even build the apk unchanged :P. That said I think MediaItem's localConfiguration.uri attribute /should/ be what the SongAdapter would want to use?

nift4 commented 1 month ago

Hi, you can check this for how to build: https://github.com/AkaneTan/Gramophone?tab=readme-ov-file#building

The (hidden) album artist sorter should do what you want provided your files are tagged, are they?

cultab commented 1 month ago

Hi, you can check this for how to build: https://github.com/AkaneTan/Gramophone?tab=readme-ov-file#building oh wow I missed that

The (hidden) album artist sorter should do what you want provided your files are tagged, are they? yes they are, sounds like it should do what I want