Summary: | Backward command does nothing for LIRCing | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Andrew Gaydenko <a> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | abyss.andrey, pfmiller |
Priority: | NOR | ||
Version: | 2.4.1 | ||
Target Milestone: | 2.4.1 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.4.2 | |
Sentry Crash Report: | |||
Attachments: | trivial fix |
Description
Andrew Gaydenko
2011-01-16 02:59:15 UTC
Which Phonon backend do you use? Did you try the backward shortcut with that backend? AFAIK there is a problem with the gstreamer backend in this regard I have tried gstreamer and xine Phonon backends with the same result - "Backward" does nothing. Keyboard shortcut (Left arrow) does work at both cases. Addition: I'm not sure "Component: Shortcuts" is valid selection. Thank you for the feedback. Setting back to general. Amarok 2.4.0 (KDE 4.5.5) Kubuntu 10.10 "Backward" don't work using dbus. "qdbus org.kde.amarok /Player Backward 5000" does nothing (with various values) "Forward" works fine. Probably the issue can not be called "unconfirmed" anymore, can it? Indeed This is an automated message from the triager: Amarok 2.4.1 has been released on May 8 already. Could you please upgrade and test if you can still reproduce this bug? Without feedback within a month we will close this bug as resolved. Thank you for your understanding. Yes, the issue still exists. To verify it is sufficient to start this command qdbus org.kde.amarok /Player Backward 10000 and observe current playing position doesn't change. While qdbus org.kde.amarok /Player Forward 10000 does work. Reopening Created attachment 62188 [details]
trivial fix
This bug seems trivial to fix, probably a typo? please see attached patch.
I can confirm it works fine with this patch.
Thanks
Git commit 9c07eab155427dbf2ea187456375ed0e87c7d87d by Sam Lade. Committed on 25/07/2011 at 23:12. Pushed by lade into branch 'master'. Fix seek backward from dbus Thanks to Matthieu Bedouet for the patch! BUG:263287 FIXED-IN:2.4.2 M +1 -1 src/dbus/mpris1/PlayerHandler.cpp http://commits.kde.org/amarok/9c07eab155427dbf2ea187456375ed0e87c7d87d |