Skip to content
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

Sorting by 2+ things at once #2765

Open
rmutt17 opened this issue Nov 21, 2023 · 1 comment
Open

Sorting by 2+ things at once #2765

rmutt17 opened this issue Nov 21, 2023 · 1 comment

Comments

@rmutt17
Copy link

rmutt17 commented Nov 21, 2023

A priority based way of using multiple sorting methods simultaneously.

Eg:

Sort by Bitrate (1# priority)
Sort by Speed (2# priority)

Could return results like:

2.00 MiB/s | Song.flac | 4608 bitrate
1.00 MiB/s | Song.flac | 4608 bitrate
8.00 MiB/s | Song.flac | 2116 bitrate
1.00 MiB/s | Song.flac | 2116 bitrate
5.00 MiB/s | Song.flac | 1411 bitrate
4.00 MiB/s | Song.flac | 1411 bitrate

im on nicotine+ 3.2.9 • GTK 3.24.38 on debian and new to github so please excuse me if this is no longer relevant (or patchable for my version). PS I just noticed the "sort by bitrate" feature seems to be completely broken anyways, as it doesn't do anything when clicked.

@slook
Copy link
Member

slook commented Nov 21, 2023

Thank you for your feedback, it is a good suggestion.

In Nicotine+ 3.3.0.dev6 Changed "Bitrate" column to "Quality" for displaying sample rate of uncompressed files. Please try it:
https://github.com/nicotine-plus/nicotine-plus/blob/master/doc/TESTING.md#ubuntudebian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants