Bug 84989 - implement seeking with lirc (relative seeking)
Summary: implement seeking with lirc (relative seeking)
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-12 10:23 UTC by Andrew Gaydenko
Modified: 2006-06-11 12:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Gaydenko 2004-07-12 10:23:55 UTC
Version:            (using KDE KDE 3.2.3)
Installed from:    Compiled From Sources
OS:                Linux

implement seeking with lirc for xine engine -
please, see details here:

http://amarok.kde.org/component/option,com_simpleboard/Itemid,26/func,view/id,351/catid,9/
Comment 1 Andrew Gaydenko 2004-07-12 10:28:17 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.
Comment 2 sven kissner 2004-08-18 10:45:50 UTC
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 ;)
Comment 3 Mark Kretschmann 2004-12-17 09:05:43 UTC
Implemented in CVS HEAD: seekRelative(int s)