Imagecmds.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 21: Zeile 21:
 
  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 : /usr/local/bin/[[image.sh]]
+
  Pregenerate this folder and below : $PATH/[[image.sh]]
 
  Delete picture?                  : rm -f %s
 
  Delete picture?                  : rm -f %s
 
}}
 
}}
  
 
[[Kategorie:Konfigurationsdateien]]
 
[[Kategorie:Konfigurationsdateien]]

Version vom 24. Juli 2005, 13:55 Uhr

Konfigurationsdatei des image-plugins.

Datei
$VDRCONFIG/plugins/epgsearchcats.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
Delete picture?                   : rm -f %s