Bug 84989

Summary: implement seeking with lirc (relative seeking)
Product: [Applications] amarok Reporter: Andrew Gaydenko <a>
Component: generalAssignee: Amarok Developers <amarok-bugs-dist>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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)