# prefer to use .theme files, they don't make a mess in your directory :) #theme = "standard_theme.cfg" theme = "/usr/local/share/rcfm/themes/aqua.theme" # You can overwrite the font-size of the theme #font-size = 30 # accepted values: filenames of input plugins ; can be used simultaneously # tcp_input.so allows you to control rcfm over telnet or from within your own program (just use a tcp connection on port tcp-listen-port (see below)). The commands are the same as with lirc, so check the sample-lircrc file # this can be laggy, so disable all unneeded input devices!! input-types = { "keyboard_input.so", "mouse_input.so" } #input-types = { } # must match the identifier in your ~/.lircrc lirc-ident = "rcfm" # uncomment this if you want the tcp plugin to use your port #tcp-listen-port = 12345 # set which programs should handle which file extensions file-types = [ "mplayer" -> { "mpg", "mpeg", "wmv", "asf", "mov", "avi", "rm", "ogm" }, "play" -> { "mp3", "ogg" } ] # the programs are called with these command line arguments command-args = [ "mplayer" -> "-fs", "play" -> "" ] # set the directory alias which is opened at startup #start-dir = "Root" # these are the directory aliases, please use a short name for the alias # you can add as many aliases, as you like, seperated by commata # special aliases begin with a '!' and specify the command being executed (see example below) favorites = [ "Root" -> "/", "Play VCD" -> "!mplayer vcd://1" ]