Imagecmds.conf
Aus VDR Wiki
(Unterschied zwischen Versionen)
(<nowiki>|</nowiki>) |
|||
Zeile 1: | Zeile 1: | ||
Konfigurationsdatei des [[image-plugin]]s. | Konfigurationsdatei des [[image-plugin]]s. | ||
− | {{Box Datei| $VDRCONFIG/plugins/imagecmds.conf | | + | {{Box Datei | [[Struktur|$VDRCONFIG]]/plugins/imagecmds.conf | |
<pre> | <pre> | ||
# | # | ||
Zeile 22: | Zeile 22: | ||
Informations about picture : file %s | Informations about picture : file %s | ||
Size of picture : du -chs %s | Size of picture : du -chs %s | ||
− | Pregenerate this folder and below : $PATH/[[image.sh]] | + | Pregenerate this folder and below : [[Struktur|$PATH]]/[[image.sh]] |
Change burn template : echo ln -fs '%s' '$(dirname %s)/menu-bg.png' <nowiki>|</nowiki> sh | Change burn template : echo ln -fs '%s' '$(dirname %s)/menu-bg.png' <nowiki>|</nowiki> sh | ||
Change burn template (button) : echo ln -fs '%s' '$(dirname %s)/menu-button.png' <nowiki>|</nowiki> sh | Change burn template (button) : echo ln -fs '%s' '$(dirname %s)/menu-button.png' <nowiki>|</nowiki> sh |
Version vom 13. April 2006, 19:07 Uhr
Konfigurationsdatei des image-plugins.
$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