make track list cells display entire album and artist #90
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.