Autotimeredit-plugin
Aus VDR Wiki
Version vom 17. Oktober 2005, 07:50 Uhr von HFlor (Diskussion | Beiträge)
Inhaltsverzeichnis |
Beschreibung
Autor: Hardy Flor
Plugin welches auf den Autotimer von Vdradmin aufsetzt.
Der Autotimer funktioniert wie eine "Suchmaschine", nach Eingabe eines "Suchtextes" wird das EPG gescannt.
Bei gefundenen Begriffen werden die Timer automatisch gesetzt.
Bilder
Hardwareanforderungen
Softwareanforderungen
- Vdradmin
Installation
Siehe Vdradmin installation.
Konfiguration
Kommandozeilen Optionen gibt es reichlich, die wichtigsten sind jedoch:
-f path --autotimerfile=path [ Select Autotimer-file (same for vdradmind!) ] [ file in welches die "autotimer" angehangen werden ] -p --use_sighup_vdradmin [ Use SIGHUP (vdradmind >=0.96 or patch for update Autotimer ] [ der vdradmind-process bekommt vom ] [ autotimeredit-plugin ein [[HUP-Signal]] zur neuen suche ]
Übergabe könnte wie folgt aussehen.
vdr -P'autotimeredit -f /usr/local/src/vdradmin/vdradmind.at -p'
Mit der Option "-p" erscheint ein neuer Menüpunkt "Sofort jetzt neue Suche beginnen".
Probleme
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-f path | --autotimerfile=path | Select Autotimer-file (same for vdradmind!) |
--nosetup_autotimerfile | Hide the file-setting form setup-menu | |
--ns_autotimerfile | same as --nosetup_autotimerfile | |
-p | --use_sighup_vdradmin | Use SIGHUP (vdradmind >=0.96 or patch for update Autotimer |
-x | --use_sighup_xxv | Use SIGHUP (xxv) for update Autotimer |
--nosetup_update_method | Hide the update method from setup-menu (include nosetup_vdradminupdate) | |
--ns_update_method | same as --nosetup_update_method | |
-u path | --vdradminupdate=path | Script/Config-file for force update autotimer (see readme) |
--nosetup_vdradminupdate | Hide the vdradminupdate-file form setup-menu | |
--ns_vdradminupdate | same as --nosetup_vdradminupdate | |
-m | --visible_in_mainmenu | Show the plugin in the mainmenu |
-M | --hide_in_mainmenu | Hide the plugin in the mainmenu |
-n Name | --mainmenu_name=Name | Select Name for entry in the mainmenu (set also -m) |
-v | --verbose | Enable more logging |
-V | --noverbose | Disable more loggig |
-r | --use_repeat_feature | use the repeat feature from vdradmin bigpatch 0.9 |
-R | --not_use_repeat_feature | not use, it set automatic to use, if the autotimerfile with 11 values |
--nosetup_repeat_feature | Hide the option from setup-menu | |
--ns_repeat_feature | same as --nosetup_repeat_feature | |
-b | --update_begin | Show the manual update line at begin of autotimer-list |
-B | --noupdate_begin | Hide the manual update line at begin of autotimer-list |
-e | --update_end | Show the manual update line at end of autotimer-list |
-E | --noupdate_end | Hide the manual update line at end of autotimer-list |
-h xx | --min_entrys=xx | minimum entrys for display update line at begin and end (include -b and -e) |
-q [a] | --question_update=[a] | When one or more Autotimer are modifed, by quit the plugin appears a question for force search update |
-Q | --noquestion_update | see above but no question |
-l | --show_flags | For the Autotimerlist show search in title, subtitle and description as a single char |
-L | --hide_flags | column is hide |
-a | --show_start | For the Autotimerlist show the startsearchtime |
-A | --hide_start | column is hide |
-t | --show_stop | For the Autotimerlist show the stopsearchtime |
-T | --hide_stop | column is hide |
-c | --show_channel | For the Autotimerlist show the searchchannel |
-C | --hide_channel | column is hide |
-s | --show_channel_name | if show_channel the name of channel is use |
-S | --show_channel_number | if show_channel the number of channel is use |
-w x | --searchtext_lenght | minimum search text length |
--nosetup_commandline | Hide the Preferr Command Line Parameter form setup-menu | |
--ns_commandline | same as --nosetup_commandline | |
-d dir[,dir] | --defaultdictionary=dir[,dir] | set the default choise for the dictionary (space '_', any special char with #xx) |
-D bitset | --use_defaultdictionary=bitset | Select the source for the defaultdictionary 0x01 - autotimer 0x02 - timer 0x04 - records 0x08 - commandline 0x10 - setup |
--nosetup_defaultdictionary | Hide many options with default dictionary from setup-menu | |
--ns_defaultdictionary | same as nosetup_defaultdictionary | |
-x . | ||
-y | --updatetimerecords=time | time (hours) between two updates for defaultdictionary from records (-1 only by start, 0 by each call autotimeredit) |
--nosetup_updatetimerecords | Hide the updatetimerecords option from setup-menu | |
--ns_updatetimerecords | same as nosetup_updatetimerecords |
Links
[1] | http://linvdr.org/download/vdradmin | Homepage von Vdradmin |
[2] | http://andreas.vdr-developer.org | gepatchte Version |
[3] | http://xpix.dieserver.de | Erweiterte Vdradmin Versionen |
[4] | http://www.fast-info.de/vdr | Homepage des Plugins |
[5] | http://mosaic.mediaways.net/homes/Matthias_Schniedermeyer/mt | Homepage von master-timer, die Script basierte Alternative zum Plugin |