Imagecmds.conf
Aus VDR Wiki
Version vom 13. April 2006, 19:38 Uhr von 84.186.73.11 (Diskussion)
Konfigurationsdatei des image-plugins.
$VDRCONFIG/plugins/image/imagecmds.conf
# # This is a example of imagecmds.conf with usually using and sample entrys. # # This file should placed on VDR configuration folder with setup.conf # .../setup.conf # .../plugins/imagecmds.conf # # Syntax is: <name>[?];<command> # # <name> = descriptor displayed in VDR # [?] = confirmation request, before execute command (optionally) # %s - placeholder filename (optionally) # # See also at man-pages vdr(5), its the same syntax as reccmds.conf #
Informations about picture : file %s Size of picture : du -chs %s Pregenerate this folder and below : $PATH/image.sh Change burn template : echo ln -fs '%s' '$(dirname %s)/menu-bg.png' | sh Change burn template (button) : echo ln -fs '%s' '$(dirname %s)/menu-button.png' | sh Delete picture? : rm -f %s