[plasma-pa] [Bug 378448] Clementine output changes to non-default device when a new song is played

2022-12-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=378448

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-pa] [Bug 378448] Clementine output changes to non-default device when a new song is played

2022-11-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=378448

--- Comment #4 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-pa] [Bug 378448] Clementine output changes to non-default device when a new song is played

2022-11-10 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=378448

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-pa] [Bug 378448] Clementine output changes to non-default device when a new song is played

2017-12-10 Thread Gregor Mi
https://bugs.kde.org/show_bug.cgi?id=378448

--- Comment #2 from Gregor Mi  ---
I don't know if this is maybe a clementine issue. Anyway, I created a crude
workaround script which automatically moves the first sink-input index to the
sink with index 1 every second:

while true
do
echo "Move first sink to sink with index 1. TODO: Find specifically the
clementine sink and move only this one."
pacmd move-sink-input $(pacmd list-sink-inputs | grep index: | sed -E
's/index: (.+)/\1/g') 1
sleep 1
done

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-pa] [Bug 378448] Clementine output changes to non-default device when a new song is played

2017-04-04 Thread Gregor Mi
https://bugs.kde.org/show_bug.cgi?id=378448

--- Comment #1 from Gregor Mi  ---
Addendum: the switch happens every 5 - 20 songs. Maybe it has something to do
with with the codec of the file.

-- 
You are receiving this mail because:
You are watching all bug changes.