sahwar / remuco

Automatically exported from code.google.com/p/remuco
0 stars 0 forks source link

Seeking on SE-K750i #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This issue has been migrated from SourceForge.

Origin: https://sourceforge.net/forum/message.php?msg_id=7602551

==================================================================

When: 2009-09-01 23:19:56
Who : Gunnar Thielebein (tekknokrat)

I want to change the shortcut of the vlc plugin to map the "jump
forward/backward" function. What is the best way to get that managed?

-------------------------------------------------------------

When: 2009-09-02 13:17:19
Who : Oben Sonne (mondai)

In the remuco VLC adapter
(http://remuco.svn.sourceforge.net/viewvc/remuco/trunk/adapter/vlc/remuco-vlc?vi
ew=markup)
you need to override and implement the methods ctrl_next() and
ctrl_previous() to do whatever you want them to do. These methods are
originally declared in the class PlayerAdapter in
http://remuco.svn.sourceforge.net/viewvc/remuco/trunk/base/module/remuco/adapter
.py?view=markup
. As the VLC adapter uses VLC's MPRIS interface the current behavior of
these methods is implemented in the class MPRISAdapter in
http://remuco.svn.sourceforge.net/viewvc/remuco/trunk/base/module/remuco/mpris.p
y?view=markup
.

To get started either download the remuco package, edit
adapters/vlc/remuco-vlc and install the new vlc adapter (make install
remuco-vlc) or for quick testing you could directly edit the already
installed adapter /usr[/local]/bin/remuco-vlc .

What behavior you would like to map to the next and previous control commands?

-------------------------------------------------------------

When: 2009-09-02 15:41:30
Who : Gunnar Thielebein (tekknokrat)

Hi,
Regarding the mapping - sorry, I misunderstandingly have written next/prev. 

At the moment you can only choose next/prevs tracks  in term of playlist
entry. I want to have use of the forward/backward jump (mappped to
Ctrl+Left/Right Arrow) in vlc.
Do I need to extend VLCs MPRIS interface first?
I see no MPRIS constant for that function in interface.

-------------------------------------------------------------

When: 2009-09-02 21:33:58
Who : Oben Sonne (mondai)

Just tried the CTRL-Left/Right thing and in my case this jumped 60 sec back
or forward. The Remuco VLC adapter supports seeking (press and hold
next/previous keys/buttons) -- isn't seeking the thing you would like to do?

-------------------------------------------------------------

When: 2009-09-03 10:43:58
Who : Gunnar Thielebein (tekknokrat)

Hi mondai,
yes I am looking for a way to seek within a track -  jumping
forward/backward some seconds. The function you mention with pressing and
holding next/previous button does not work for me, device is K750i. The
next/previous track is selected after short timeout.

-------------------------------------------------------------

When: 2009-09-03 13:14:12
Who : Oben Sonne (mondai)

Oh, then this looks like a k750 issue. Actually press and hold the
prev/next key seeks backwards/forwards until you release this key. The same
press and hold thing can be used for volume control (in addition to
stepwise change volume be repeatedly hitting the volume up/down keys). Does
press and hold work for volume control on your device?

-------------------------------------------------------------

When: 2009-09-03 14:44:09
Who : Gunnar Thielebein (tekknokrat)

>> Does press and hold work for volume control on your device?  
Changing the volume with pressing/holding the volume buttons works fine.
Pressing/holding the next/previous button seems to fire a whole of
next/previous events.

-------------------------------------------------------------

When: 2009-09-03 18:59:23
Who : Oben Sonne (mondai)

It might be that the k750i does not support key released events but instead
fires key pressed events repeatedly (which works for volume control but not
for next/prev keys because pressing and holding has a different
functionality here: seeking).

To check the k750i key events, you could build a customized client as
described at http://remuco.sourceforge.net/index.php/Client_Customization
(it's not too complicated) after editing the file
client/src/remuco/ui/screens/PlayerScreen.java and adding some debug output
to the methods handleActionPressed/Released -- some commented debug code
already exists. Once done, install and run the new client, try the
press/hold thing and inspect the client log afterwards to see which pressed
and released events have been recognized.

Original issue reported on code.google.com by obensonne@googlemail.com on 5 Sep 2009 at 6:46

GoogleCodeExporter commented 8 years ago
Hi, i did some further testing and it seemed that the issue with seeking not 
possible
is not exactly related to the device.

After reinstalling the client and testing for the first time seeking 
surprisingly
worked. But another day when trying I had again the same issue with seeking
misunderstood as jump between tracks. 
This was not related to the movie because manual seeking via shortcuts always 
worked.
I will try next time with the debug version.

Original comment by gunnar_t...@gmx.net on 15 Sep 2009 at 11:32

GoogleCodeExporter commented 8 years ago
After all it also might be some dust particles under the keys used for seeking 
or
some kind of mechanical abrasion. You could have a try with binding seek 
actions to
other keys.

Original comment by obensonne@googlemail.com on 16 Sep 2009 at 8:25

GoogleCodeExporter commented 8 years ago
Hi Gunnar, any news on this issue?

Original comment by obensonne@googlemail.com on 27 Sep 2009 at 8:40

GoogleCodeExporter commented 8 years ago
Missing feedback

Original comment by obensonne@googlemail.com on 9 Oct 2009 at 10:45

GoogleCodeExporter commented 8 years ago

Original comment by obensonne@googlemail.com on 8 Mar 2011 at 6:38