audiobookshelf-app
                                
                                
                                
                                    audiobookshelf-app copied to clipboard
                            
                            
                            
                        Low resolution cover in the android media controls notification when streaming
Steps to reproduce
- Start playing any book that has to be streamed from the server
 - Pull down the notification shade and look at the media controls notification
 
Expected behaviour
- The cover shown in the media controls notification should have the same quality as the one in the app.
 
Actual behaviour
- The cover in the media controls notification has a much lower resolution than the source image. See attached screenshots. This issue does not appear when the book has been downloaded, only when streaming it from the server.
 
cover in app cover in media controls notification
Environment data
Audiobookshelf Version: server: 2.2.17, app: 0.9.63-beta
- [x] Android App?
 - [ ] iOS App?
 
Android Issue
Android version: Android 13 (TQ2A.230305.008)
Device model: Google Pixel 7
Stock or customized system: Stock
I updated Glide so that it doesn't resize the image anymore. In my testing Glide was still reducing the quality of the image a lot but it is noticeably better.
Fixed in v0.9.74-beta