Feature request: show current audio output device on now playing screen #180

Open
opened 2025-09-23 16:17:33 +03:00 by jm355 · 2 comments
jm355 commented 2025-09-23 16:17:33 +03:00 (Migrated from github.com)

In the notification shade, it shows which device is being used for output, whether the phone speaker or a bluetooth device or whatever. It would be nice if that info could display in-app as well

Image

In the notification shade, it shows which device is being used for output, whether the phone speaker or a bluetooth device or whatever. It would be nice if that info could display in-app as well ![Image](https://github.com/user-attachments/assets/d8df1173-71d1-47d8-aad2-6d70dff0cfc7)
jm355 commented 2025-09-28 22:02:47 +03:00 (Migrated from github.com)

Could use https://developer.android.com/reference/android/media/AudioDeviceInfo#getProductName() and display an icon for the various types defined there as well

Could use https://developer.android.com/reference/android/media/AudioDeviceInfo#getProductName() and display an icon for the various types defined there as well
TJYSunset commented 2025-09-29 16:07:24 +03:00 (Migrated from github.com)

I haven't delved deep into this topic, but I believe Android reserves the right to add anything to the notification widget in your screenshot such as Chromecast, so it would be more complicated than that. Many Android APIs also don't work as advertised or have compatibility pitfalls.

See also #185.

I haven't delved deep into this topic, but I believe Android reserves the right to add anything to the notification widget in your screenshot [such as Chromecast](https://9to5google.com/2023/11/25/android-media-player-cast/), so it would be more complicated than that. Many Android APIs also don't work as advertised or have compatibility pitfalls. See also #185.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
novvux/Blissid#180
No description provided.