make track list cells display entire album and artist#90
make track list cells display entire album and artist#90mattneub wants to merge 1 commit intoeinsteinx2:hotfix/cover-art-issue-and-ios13-missing-iconsfrom mattneub:album-track-variable-cell-height
Conversation
|
This is an interesting use case that I wasn't aware of. I actually already have an auto scrolling label that's used to show long artist and album names, but only in certain places. I think way back when I wrote it, I tried it in table cells but it was too much movement when every cell had their text sliding back and forth. This is a great alternative and I think has better usability. I agree I think some users will not like it, but I also agree adding a setting would be trivial or even maybe an overall "compact" mode or something like that. I'm going to keep this PR open for now because I'd like to make sure to implement this or something very similar in the new Swift rewrite. Thanks again for all of these PRs and again apologies for the late responses!! |
This PR fixes what I regard as iSub's primary shortcoming: in a list of tracks, the track names (i.e. the song titles) are so curtailed as to be useless, especially in the area of my primary listening, classical music. This is what a typical album tracks list looks like now:
After this PR , that same screen looks like this:
As you can see, the full title and artist are now displayed. This change is visible in all places where we displaying individual tracks / songs of an album, but nowhere else; for example, the Songs list and the Playlist (queue) are unaffected. If you're in doubt about the desirability of this for all users, it would be a simple matter to make it a pref that the user can toggle.