Radio cover image#717
Conversation
Load radio station images from the Subsonic coverArt field (ra-* IDs via getCoverArt) instead of encoding homepage URLs. Updates the radio list, player, offline cache, and Android Auto mapping from PR eddyizm#352. Co-authored-by: Cursor <cursoragent@cursor.com>
|
this solves #716 |
|
Hi @TrackArcher |
|
Hello, |
Thanks, I will look into it |
|
I didn't change CHANGELOG.md as far as I know and AppDatabase.java is now as in the development branch. there are no merge conflicts now. As far as android auto, I believe it uses the same logic as the mobile app for the radio artwork. However as I said, I have no ways of checking since I don't have android auto. Thanks. edit: After merging development, my earlier PR build already added cover_art at v18. The merged auto-migration 18→19 tries to add it again → duplicate column crash. Needs a v20 migration (or maintainer-handled migration). I haven't modified AppDatabase.java per review feedback. |
|
Hi @TrackArcher , |
|
Yes, I will have time to look into it later this week. I can't verify android auto because I am degoogled and can't use the android auto app, so I'd need someone else to test android auto. |
Navidrome since recently supports radio station cover art in the api. Instead of using the workaround of HomePageUrl to map album art it now can be mapped directly. If I understand what it does it should work for the mobile app and android auto. but I am degoogled so I can't verify if it works for android auto. The pictures can be changed through the browser but maybe a future pull request can add it to be done directly in the app.


