Add track number and artist to AlbumInfoScreen #309
Merged
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.
The information on the album tracklist view is currently somewhat lacking. For albums by single artists, it is not such a big problem, but on compilation albums I think seeing the artist of the individual tracks adds value. I have made a few tweaks to the UI to show the artist per track and also the track number, all this information was being pulled in the background already anyway.
Before:
![before](https://private-user-images.githubusercontent.com/96494828/400230539-477047d1-0b82-4206-b64a-1ac3c72dcb2c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0OTQwODQsIm5iZiI6MTczOTQ5Mzc4NCwicGF0aCI6Ii85NjQ5NDgyOC80MDAyMzA1MzktNDc3MDQ3ZDEtMGI4Mi00MjA2LWI2NGEtMWFjM2M3MmRjYjJjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDAwNDMwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBhMDM2NjQxMDkyODNhZmMwZTg3YTg0YTQ2Yjk2NTcyNWU1NTIwMTY1NTcyYmY2OTUwZWIyYjNjZWVmYTI4N2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FuHlIpzMA0elnz7yDADmO_9ysxCmkkaCnf4eguS_N0c)
After:
![after](https://private-user-images.githubusercontent.com/96494828/400230556-5339586a-7b25-41a2-8c3a-03098b95a01d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0OTQwODQsIm5iZiI6MTczOTQ5Mzc4NCwicGF0aCI6Ii85NjQ5NDgyOC80MDAyMzA1NTYtNTMzOTU4NmEtN2IyNS00MWEyLThjM2EtMDMwOThiOTVhMDFkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDAwNDMwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZiYWY4Mzc3ODAzODk4ODQyNzZjZjBiNWEyOTRlYTBkYWU5MTAwZjYxNTJjMTQwYzQ4OThmOWQxODU1YWJjMWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.jk86o6Albv316YsmzxYEtNOjYIJu2WVtJS0CokHPtPc)
Please let me know if I should create an issue for this first!