Play all subfolders
#1
Hello everybody!

I have installed XBMC on a ubuntu 9.04 and that great. I have configured the remote, but I don't know how to play all songs on a folder (it will contain more folders).

This is my remote configuration:

Code:
$ cat /etc/lirc/lircd.conf

# Please make this file available to others
# by sending it to <[email protected]>
#
# this config file was automatically generated
# using lirc-0.8.4a(default) on Thu Sep 10 13:06:19 2009
#
# contributed by
#
# brand:                       /tmp/lircd.conf
# model no. of remote control:
# devices being controlled by this remote:
#

begin remote

  name  RM-ED006
  bits           12
  flags SPACE_ENC|CONST_LENGTH
  eps            30
  aeps          100

  header       2408   572
  one          1215   573
  zero          620   573
  gap          251982
  min_repeat      3
  toggle_bit_mask 0x0

      begin codes
          1                        0x01A
          2                        0x81A
          3                        0x41A
          4                        0xC1A
          5                        0x21A
          6                        0xA1A
          7                        0x61A
          8                        0xE1A
          9                        0x11A
          0                        0x91A
          up                       0x43A
          down                     0xC3A
          left                     0x47A
          right                    0x87A
          enter                    0x8BA
          play                     0x59A
          pause                    0x99A
          stop                     0x19A
          ford                     0x39A
          back                     0xD9A
          atzea                    0x15A
          aurrea                   0x95A
          menu                     0xB3A
          shut                     0xA9A
          info                     0x5BA
          mas                      0x09A
          menos                    0x89A
      end codes

end remote

Code:
$ cat .xbmc/userdata/Keymap.xml
<keymap>
  <global>
    <remote>
   <forward>ford</forward>
   <reverse>back</reverse>
    <skipminus>atzea</skipminus>
    <skipplus>aurrea</skipplus>
      <pageplus>mas</pageplus>
      <pageminus>menos</pageminus>
      <play>play</play>
      <info>info</info>
      <left>Left</left>
      <right>Right</right>
      <up>Up</up>
      <down>Down</down>
      <select>Select</select>
      <back>PreviousMenu</back>
      <volumeplus>VolUp</volumeplus>
      <volumeminus>VolDown</volumeminus>
      <mute>Mute</mute>
      <stop>Stop</stop>
      <pause>Pause</pause>
      <power>shut</power>
      <skipnext>aurrea</skipnext>
      <skipprevious>atzea</skipprevious>
    </remote>
  </global>
</keymap>

Code:
$ cat .xbmc/userdata/Lircmap.xml
<lircmap>
  <remote device="RM-ED006">
   <forward>ford</forward>
   <reverse>back</reverse>
    <skipminus>atzea</skipminus>
    <skipplus>aurrea</skipplus>
      <pageplus>mas</pageplus>
      <pageminus>menos</pageminus>
      <play>play</play>
    <skipplus>aurrea</skipplus>
    <skipminus>atzea</skipminus>
    <info>info</info>
    <left>left</left>
    <right>right</right>
    <up>up</up>
    <down>down</down>
    <select>enter</select>
    <back>menu</back>
    <stop>stop</stop>
    <power>shut</power>
    <pause>pause</pause>
  </remote>
</lircmap>

I am a little bit confused about Keymap and Lircmap files, I don't know if they are correct, they work at least.

I can play all the songs in a folder with the mouse (right click), but it will be great to do with the remote.

Thanks for all and best regards.
Reply
#2
what exactly made you think this is even SLIGHTLY development relatedHuh
Reply

Logout Mark Read Team Forum Stats Members Help
Play all subfolders0