Summary: | Audio player runner / Amarok behave incorrectly for many commands | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | James Dent <semajdent> |
Component: | general | Assignee: | Jan Gerrit Marker <jangerrit> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jangerrit |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
James Dent
2010-02-10 09:46:28 UTC
Hello, sorry for replying that late. I currently working on fixing this bug. The commands up, down and volume had slight mistakes, that's corrected in my development version. I'll have close look at the other ones, which don't work as aspected. Thanks for reporting. SVN commit 1149762 by jangmarker: Fix performance issues. Change commands up, down, volume= to increase, decrease, volume. They should work now. CCBUG:225260 CCBUG:226119 M +3 -0 TODO M +51 -39 audioplayercontrolrunner.cpp M +3 -3 audioplayercontrolrunner_config.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1149762 >then play the last song in the playlist. However, for a sorted playlist, this is >very rarely the correct song. I tested the D-Bus interface of Amarok and it seems, that this is a bug of Amarok. I have reported it as bug 244595. SVN commit 1149816 by jangmarker: Correct typos. The runner now depends on Amarok 2.3 because it uses MprisQuery instead of Query and the metadata structure was adapted. Append and Play append a track only if the track is not already in the playlist. The search results are decreased to 5. CCBUG:226119 M +42 -16 audioplayercontrolrunner.cpp M +5 -0 audioplayercontrolrunner.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1149816 If I see correctly all issues but the issue about inserting and playing songs which is a bug of Amarok are fixed in KDE 4.7 so I close this bug report. If this is not the case please add a comment with some information to help me fixing this bug. |