| Summary: | implement seeking with lirc (relative seeking) | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Andrew Gaydenko <a> |
| Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Andrew Gaydenko
2004-07-12 10:23:55 UTC
Probably, current seek(int) means seeking to absolute location. If it is so, for lirc-ing new action may be added - something like this: seekAgainstCurrentLocation(int sec) Of cource, sec may be negative here. this would be highly appreciated. at the moment, seeking using kde's lirc-daemon would be only possible by calling scripts instead of using dcop. of course, this must not be limited to the xine-engine ;) Implemented in CVS HEAD: seekRelative(int s) |