* Emmanuel Doguet shaped the electrons to say...

My problem is about  the remote of macmini. It have only 6 buttons!
Enough for videos parts... but for audios : impossible to use playlist.

With only this its difficult! : VOL+, VOL-, PREV, NEXT, PLAY/PAUSE, MENU

So how can I do ?

- Have a plugin for use contextual menu in freevo ?
- Use a better remote (comptatible with the internal infrared?)
- Not use audios features :D

I'm running Freevo on a Mini as well. I took two remotes, and captured the
codes for them as each remote is slightly different. Those codes were then
mapped to buttons on my Harmony remote control.

I've attached both my /etc/lirc/lircd.conf and /etc/freevo/lircrc

-D
--
<dsully> please describe web 2.0 to me in 2 sentences or less.
<jwb> you make all the content. they keep all the revenue.
begin remote

  name  harmony
  bits           32
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  gap          203993
  toggle_bit_mask 0x87EE7504

      begin codes
          up                       0x87EEF50B
          down                     0x87EEF50D
          left                     0x87EE7108
          right                    0x87EE7107
          ok                       0x87EEF504
          play                     0x87EE710B
          pause                    0x87EE7104
          fwd                      0x87EEF507
          rew                      0x87EE710D
          skip                     0x87EE7107
          replay                   0x87EE7108
          exit                     0x87EEF508
          stop                     0x87EEF508
          info                     0x87EE7102
          menu                     0x87EEF502
      end codes

end remote
begin
    prog   = freevo
    button = up
    repeat = 1
    config = UP
end
begin
    prog   = freevo
    button = down
    repeat = 1
    config = DOWN
end
begin
    prog   = freevo
    button = right
    config = RIGHT
end
begin
    prog   = freevo
    button = left
    config = LEFT
end
begin
    prog   = freevo
    button = ok
    config = SELECT
end
begin
    prog   = freevo
    button = play
    config = PLAY
end
begin
    prog   = freevo
    button = pause
    config = PAUSE
end
begin
    prog   = freevo
    button = fwd
    config = FFWD
end
begin
    prog   = freevo
    button = rew
    config = REW
end
begin
    prog   = freevo
    button = skip
    config = RIGHT
end
begin
    prog   = freevo
    button = replay
    config = LEFT
end
begin
    prog   = freevo
    button = exit
    config = EXIT
end
begin
    prog   = freevo
    button = stop
    config = EXIT
end
begin
    prog   = freevo
    button = info
    config = DISPLAY
end
begin
    prog   = freevo
    button = menu
    config = MENU
end
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to