Imagecmds.conf

Aus VDR Wiki
Version vom 21. Mai 2006, 19:12 Uhr von Anonymous (Diskussion | Beiträge)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Konfigurationsdatei des image-plugins.

Datei
$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              : sh -c "ln -fs '%s' '$(dirname %s)/menu-bg.png'"
Change burn template (button)     : sh -c "ln -fs '%s' '$(dirname %s)/menu-button.png'"
Delete picture?                   : rm -f %s