namida
namida copied to clipboard
[FEATURE REQUEST] Custom Album Order/Sort
Hey Is it possible to move albums around to get them in a specific order? because I have to sort by year and change the years to get them in an order I like.
I havent seen any other music players that have a feature like this so can you please let me know if this is possible?
hey that sounds like it could be a useful feature, but sadly its not very easy to implement and not even worth the energy/time needed.
for that we would need:
- grid reorder ui change (which will sacrifice scrolling performance)
- albums/artists/genres/folders etc are generated & sorted on startup after tracks are loaded, this means that allowing custom sort would require to save them locally, which will introduce new issues bcz u now have to handle when album is missing or when a new album is inserted etc
- similar thing that requires the same logic #225, #164
i may or may not work on this, no idea currently