-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support more sorting type #45
Comments
In my scenario, perhaps sorting by Tags could be an option too, like artist. Album nowadays are not so effective as most songs are singles. |
So the sorting options will be added are ctime, name, audio length and audio name tag.
I can see this will be helpful for the beginner but I personally don't like it cluttering the screen. If we were to add this, maybe make it toggle-able in config file like |
I agree with you. After a second thought, I think this is not very important as we already have very good help menu. And most keys are vim keys. |
As of recent merged pr #41 where I mention we cannot directly access the creation time of file #41 (comment). I am still indecisive on we should use
ctime
ormtime
as both have different behavior.This leads me to add more sorting option to leave the decision up to the user. Few sort options I would like to implement are ctime, name and audio length.
Let me know which sorting options are redundant and irrelevant to the app itself. More sorting options suggestion are welcomed!
The text was updated successfully, but these errors were encountered: