-
Notifications
You must be signed in to change notification settings - Fork 16
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
Question/feature request about playlist sorting #85
Comments
So currently no default sorting is ever applied to the playlists because how would you know when to apply it? Tracks are added to a playlist through any manner of methods internal or external to the theme, and then grouped accordingly by the playlist manager in the theme. We can't apply a default sort at that point. Correct me if I'm wrong, but I'm guessing your issue is that you've selected an album in the library, and then when you switch to the playlist then the order is all messed up, like so: What we can do is specify a default sort when creating playlists from the Library selection (similar to how the Hyperlinks playlist generation works). That is something that can and should be added to the config file. For now you'll need to specify your sort manually in the right click Sort >> By... popup menu, and then manually apply it each time when the results are crappy. |
Oh, I see! I hadn't thought to check in that window and just assumed I should leave it alone, but I understand now. This will do well in the meantime, thank you very much for the help! |
@111mzd in 2.0.2 this behavior is changed (it will change again at some future point too, once patterns get added to the config file) and now the string is not used as a sort, and the |
Is there not a way to change the playlist's default sorting query? There doesn't seem to be. For one example here, I often will have more than one issue of the same album, all tagged with the same album title, but also tagged appropriately with their respective catalog numbers and other release-specific information. Which, within Georgia, allows me to create a custom grouping query to account for this, but there doesn't seem to be a way to change the playlist's default sorting query in a similar manner, nullifying the usefulness of my grouping query, and making things even uglier than they were before without it.
There are other examples to merit custom default sorting queries, such as sorting by date, if you often like to add an artist's entire discography to the playlist etc, but separating different issues of the same album is what concerns me most.
Have I overlooked something here? If not, then could this ever be an option? I was quite excited about using Georgia up until this discovery.
The text was updated successfully, but these errors were encountered: