Imagecmds.conf
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
|||
Zeile 25: | Zeile 25: | ||
Change burn template (button) : echo ln -fs '%s' '$(dirname %s)/menu-button.png' | sh | Change burn template (button) : echo ln -fs '%s' '$(dirname %s)/menu-button.png' | sh | ||
Delete picture? : rm -f %s | Delete picture? : rm -f %s | ||
+ | <pre> | ||
}} | }} | ||
− | [[Kategorie:Konfigurationsdateien]] | + | [[Kategorie:Konfigurationsdateien]]</pre> |
Version vom 11. April 2006, 07:06 Uhr
Konfigurationsdatei des image-plugins.
{{Box Datei| $VDRCONFIG/plugins/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
}} [[Kategorie:Konfigurationsdateien]]