Music Skip Forward and Backward
#1
Hello there
Is there a way to skip forward 10sec (not fast forward) when playing music?
If this cannot be done how can I play next_track and prev_track from IR buttons Left/Right
Everything works for video but not for music like spotify and wimp

Here is my licmap.xml, remote.xml and lircd.conf

Lircmap.xml
Code:
<lircmap>
   <remote device="devinput">
    <title>KEY_1</title>
    <start>KEY_2</start>
    <stop>KEY_3</stop>
    <info>KEY_4</info>
    <back>KEY_5</back>
    <subtitle>KEY_6</subtitle>
   </remote>
</lircmap>


Remote.xml
Code:
<keymap>
  <global>
    <remote>
      <stop>RunScript(/storage/downloads/scripts/reboot.py)</stop>
      <subtitle>RunScript(&quot;script.module.youtube.dl&quot;)</subtitle>
      <start>ActivateWindow(Home)</start>
      <info>ActivateWindow(Favourites)</info>
      </remote>
  </global>
</keymap>


Lircd.conf
Code:
# Please make this file available to others
# by sending it to <[email protected]>
#
# this config file was automatically generated
# using lirc-0.9.1-git(default) on Tue Apr  7 11:26:25 2015
#
# contributed by
#
# brand:                       /storage/.config/lircd.conf
# model no. of remote control:
# devices being controlled by this remote:
#

begin remote

  name  /storage/.config/lircd.conf
  bits           16
  flags SPACE_ENC|CONST_LENGTH
  eps            30
  aeps          100

  header       9081  4448
  one           627  1627
  zero          627   500
  ptrail        624
  repeat       9084  2190
  pre_data_bits   16
  pre_data       0x807F
  gap          108242
  toggle_bit_mask 0x0

      begin codes
          KEY_1                 0x20DF
          KEY_2                 0xB04F
          KEY_3                 0x18E7
          KEY_UP                0x629D
          KEY_DOWN              0x6897
          KEY_LEFT              0xE21D
          KEY_RIGHT             0xA857
          KEY_OK                0xAA55
          KEY_4                 0x08F7
          KEY_5              0x02FD
          KEY_6            0x28D7
      end codes

end remote
Reply
#2
Not for v14 and before, but music/audio skip steps (wiki) will be a feature in the upcoming v15.
Reply

Logout Mark Read Team Forum Stats Members Help
Music Skip Forward and Backward0