| Summary: | kid3 does not sort multi disc album properly in the browser | ||
|---|---|---|---|
| Product: | [Applications] kid3 | Reporter: | ksxminute |
| Component: | general | Assignee: | Urs Fleisch <ufleisch> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | minor | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mint (Ubuntu based) | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
ksxminute
2023-08-04 17:16:51 UTC
Would this be solved if the disc number could be added as a column in the file list? yes. thank you. also, is there a way to sort in different columns? like... in windows, if I hold shift/alt (depends on applications) and click on the sort, it would sort the album first, and then disc number, and then the track number. Sometimes, when i sort one item, and the other columns will get thrown in random orders. Unfortunately, the sorting in the Qt file system model supports only a single column and order, so it will not be possible to sort by disc number and track number. The sort algorithm used does not seem to be stable, so sorting first by disc number and then by track number does not help either.
I use file names which contain the disc and the track number (e.g. "203 title.mp3" for a title with disc number 2 and track number 3) by using `%{discnumber.1}%{track} %{title}` as the format. This has the advantage that the files are also correctly sorted in applications which do not read the disc number.
|