########################################################################## # jake's lircirmp3.conf # this file maps lirc remote control buttons to application events ##################################### # internet radio presets ##################################### begin prog = irmp3 button = One config = play http://www.nboxmusic.com/playlists/nboxcountry.pls end begin prog = irmp3 button = Two config = play http://di.fm/mp3/trance128k.pls end begin prog = irmp3 button = Three config = play http://di.fm/mp3/vocaltrance128k.pls end begin prog = irmp3 button = Four config = play http://di.fm/mp3/djmixes128k.pls end begin prog = irmp3 button = Five config = play http://somafm.com/groovesalad.pls end begin prog = irmp3 button = Six config = play http://somafm.com/beatblender.pls end begin prog = irmp3 button = Seven config = play http://somafm.com/secretagent.pls end begin prog = irmp3 button = Eight config = play http://club977.com/CLUB977HI.pls end begin prog = irmp3 button = Nine config = play http://somafm.com/dronezone.pls end begin prog = irmp3 button = Star config = play http://somafm.com/xmasinfrisko.pls end begin prog = irmp3 button = Zero config = play http://di.fm/mp3/jazz128k.pls end begin prog = irmp3 button = Hash config = play http://www.nboxmusic.com/playlists/comedy24k.pls end ##################################### # directory navigation ##################################### # scroll up/down by 1 begin prog = irmp3 button = Left config = browser cursor -1 end begin prog = irmp3 button = Right config = browser cursor +1 end # pageup/previous letter or pagedown/next letter begin prog = irmp3 button = Up config = browser cursor - end begin prog = irmp3 button = Down config = browser cursor + end # enter/exit subdirectory begin prog = irmp3 button = CD config = browser into end begin prog = irmp3 button = Aux1 config = browser back end # add current file/directory to playlist begin prog = irmp3 button = Enter config = browser add end # start playing begin prog = irmp3 button = Display config = browser play end # clear playlist begin prog = irmp3 button = Menu config = browser clear end ##################################### # miscellaneous functions ##################################### # stop/pause begin prog = irmp3 button = Mute config = stop end begin prog = irmp3 button = Help config = pause end # clear playlist #begin # prog = irmp3 # button = undefined # config = playlist clear #end # shuffle begin prog = irmp3 button = Aux3 config = playlist shuffle end # skip to the next or previous song in the playlist begin prog = irmp3 button = CHUp config = playlist jump +1 end begin prog = irmp3 button = CHDown config = playlist jump -1 end # seek 2 seconds forward/backward begin prog = irmp3 button = RMB repeat = 1 config = seek +2 end begin prog = irmp3 button = LMB repeat = 1 config = seek -2 end # volume begin prog = irmp3 button = VolUp repeat = 1 config = mixer volume +2 end begin prog = irmp3 button = VolDown repeat = 1 config = mixer volume -2 end # sleep begin prog = irmp3 button = SRS config = sleep 60 2 config = sleep 45 2 config = sleep 30 2 config = sleep 15 2 config = sleep 0 end # toggle time display begin prog = irmp3 button = Message config = displaymode end # toggle repeat mode begin prog = irmp3 button = Phone config = playlist repeat end # CD play... nah #begin # prog = irmp3 # button = CD # config = cd load #end