[base] backend = "vlc_rc" inputdev = "/dev/input/by-path/pci-0000:00:14.0-usb-0:1:1.0-event-kbd" [backendconfig] addr = "localhost:8888" # see /usr/include/linux/input-event-codes.h [keymap] play = 207 stop = 128 pause = 119 volup = 115 voldown = 114 next = 407 prev = 412 [[playlist]] name = "red" source = "/mnt/geschichten/red" program = "linear" # KEY_RED keycode = 398 extra = { num_play = "1" } [[playlist]] name = "green" source = "/mnt/geschichten/green" program = "linear" # KEY_GREEN keycode = 399 extra = { num_play = "3" } [[playlist]] name = "yellow" source = "/mnt/geschichten/yellow" program = "shuffle" # KEY_YELLOW keycode = 400 extra = { num_play = "3" } [[playlist]] name = "blue" source = "/mnt/geschichten/blue" program = "random" # KEY_BLUE keycode = 401 extra = { num_play = "2" }