zyrouge / symphony

🎵 Lightweight, elegant music player for Android 9+.
https://zyrouge.github.io/symphony/
GNU Affero General Public License v3.0
1.26k stars 81 forks source link

[Bug] Player clears queue on playback interrupt #551

Open CodingSamS opened 5 months ago

CodingSamS commented 5 months ago

Description

My car interrupts the bluetooth playback when traffic reports come in via radio and switches back to the bluetooth audio source afterwards. Other players have one of the following behaviours:

This player, however, is stopping the playback completely and also clearing the queue. So resuming playback is not even possible using the smartphone.

Steps to Reproduce

  1. Connect smartphone to car via bluetooth
  2. Put music in queue and start listening on the car
  3. Wait for traffic report from the cars radio
  4. After switching back to bluetooth the player has stopped and cleared the queue

Expected Behavior

The player should either stop on report and continue afterwards or play in background. Best would be when this is configurable.

Device

Additional Context

Log: Editor.txt

Checklist

zyrouge commented 5 months ago

Could you try enabling/disabling "require audio focus" or "ignore audio focus loss"?

CodingSamS commented 5 months ago

I tried it with all 4 combinations - same behaviour every time

zyrouge commented 5 days ago

Is this still relevant?