Playlist-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(none <-> " ") |
(Parameter aus den Konventionen + M) |
||
Zeile 5: | Zeile 5: | ||
==Hardwareanforderungen== | ==Hardwareanforderungen== | ||
==Softwareanforderungen== | ==Softwareanforderungen== | ||
− | + | * VDR 1.2.6 oder höher | |
− | VDR 1.2.6 oder höher | + | |
− | + | ||
==Installation== | ==Installation== | ||
Siehe [[Plugin Installation]]. | Siehe [[Plugin Installation]]. | ||
==Probleme== | ==Probleme== | ||
− | + | * Komandozeilenoptionen und Konfigurationsdatei fehlen noch<br> | |
− | + | * Markierung in Aufnameauswahl<br> | |
− | + | * Abspieloption 'Letzte Position' und 'Ausgewählte' gehen noch nicht<br> | |
− | + | * Aufnahmenanzeige nicht im richtigen Verzeichnis bei vorheriger Auswahl eines Verzeichnisses mit Unterverzeichnissen<br> | |
− | + | * Aufnahmenanzeige enthält doppelte Einträge<br> | |
− | + | * bei vdr > 1.3.7 ist die Statuszeile von den Funktionstasten verdeckt | |
− | + | ==Parameter== | |
− | + | {| border=1 cellpadding=2 cellspacing=0 | |
+ | |- bgcolor=#efefef | ||
+ | !Parameter (kurz) | ||
+ | !Parameter (lang) | ||
+ | !Beschreibung | ||
+ | |- | ||
+ | | -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) | ||
+ | |- | ||
+ | | -b || --delete_begin || Show the delete all messages line at begin of messagelist | ||
+ | |- | ||
+ | | -B || --nodelete_begin || Hide the delete all messages line at begin of messagelist | ||
+ | |- | ||
+ | | -e || --delete_end || Show the delete all messages line at end of messagelist | ||
+ | |- | ||
+ | | -E || --nodelete_end || Hide the delete all messages line at end of messagelist | ||
+ | |- | ||
+ | | -d xx || --min_entrys=xx || minimum entrys for display delete all messages line at begin and end (include -b and -e) | ||
+ | |- | ||
+ | | -h xx || --holdtime_history=xx || minimum time (min) for message in historyqueue (OSD-list) 5-999 | ||
+ | |- | ||
+ | | -r xx || --holdtime_respones=xx || minumum time (min) for responses in queue (readable by SAQRESP) 2-199 | ||
+ | |- | ||
+ | | -s || --sort_ascending || sortoption for messagelist (OSD) | ||
+ | |- | ||
+ | | -S || --sort_descending || sortoption for messagelist (OSD) | ||
+ | |- | ||
+ | | -v || --verbose || Enable more logging | ||
+ | |- | ||
+ | | -V || --noverbose || Disable more loggig | ||
+ | |- | ||
+ | | || --nosetup_commandline || Hide the Preferr Command Line Parameter form setup-menu | ||
+ | |- | ||
+ | | || --ns_commandline || same as --nosetup_commandline | ||
+ | |} | ||
==Links== | ==Links== | ||
{| | {| |
Version vom 6. Oktober 2004, 12:24 Uhr
Inhaltsverzeichnis |
Beschreibung
Plugin für Verwendung von Playlisten für Videoaufnahmen
Hardwareanforderungen
Softwareanforderungen
- VDR 1.2.6 oder höher
Installation
Siehe Plugin Installation.
Probleme
- Komandozeilenoptionen und Konfigurationsdatei fehlen noch
- Markierung in Aufnameauswahl
- Abspieloption 'Letzte Position' und 'Ausgewählte' gehen noch nicht
- Aufnahmenanzeige nicht im richtigen Verzeichnis bei vorheriger Auswahl eines Verzeichnisses mit Unterverzeichnissen
- Aufnahmenanzeige enthält doppelte Einträge
- bei vdr > 1.3.7 ist die Statuszeile von den Funktionstasten verdeckt
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-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) |
-b | --delete_begin | Show the delete all messages line at begin of messagelist |
-B | --nodelete_begin | Hide the delete all messages line at begin of messagelist |
-e | --delete_end | Show the delete all messages line at end of messagelist |
-E | --nodelete_end | Hide the delete all messages line at end of messagelist |
-d xx | --min_entrys=xx | minimum entrys for display delete all messages line at begin and end (include -b and -e) |
-h xx | --holdtime_history=xx | minimum time (min) for message in historyqueue (OSD-list) 5-999 |
-r xx | --holdtime_respones=xx | minumum time (min) for responses in queue (readable by SAQRESP) 2-199 |
-s | --sort_ascending | sortoption for messagelist (OSD) |
-S | --sort_descending | sortoption for messagelist (OSD) |
-v | --verbose | Enable more logging |
-V | --noverbose | Disable more loggig |
--nosetup_commandline | Hide the Preferr Command Line Parameter form setup-menu | |
--ns_commandline | same as --nosetup_commandline |
Links
[1] | http://www.fast-info.de/vdr/playlist/index.htm | Homepage des Plugins |