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

[Feature request] Option to NOT split by album under certain circumstances #1119

Open
rexendevar opened this issue Apr 5, 2024 · 2 comments

Comments

@rexendevar
Copy link

I have several playlists which contain numerous single tracks from various albums. Tauon currently separates each album's worth of tracks with a line and a label which creates a lot of visual clutter in this situation:
screenshot2024-04-05_01-02-31
I propose an option to intelligently detect when a playlist does not need to be split into albums, and instead when it should be listed out song by song with no divisions. I suspect this will take some tuning to get right, but I would start by counting out the number of tracks that are "on their own" (i.e., do not border any other tracks from the same album) and divide it by the number of tracks that are NOT on their own, then check whether the resulting value is above 1 (or some other constant that can be tuned later).

This would have to be recalculated as the playlist is re-sorted.

@Taiko2k
Copy link
Owner

Taiko2k commented Apr 5, 2024

Interesting proposal, I had not thought of doing that automatically when sorting. FYI though you can do this manually by pressing F1.

@rexendevar
Copy link
Author

Ah, thank you, I ddn't realize that. Especially happy that it functions on a per-playlist basis.

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

No branches or pull requests

2 participants