mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
yweb: Neutrino settings: parental, recording, movieplayer added multilanguage
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@431 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 3aa26ad214
Author: yjogol <yjogol2@online.de>
Date: 2010-02-27 (Sat, 27 Feb 2010)
This commit is contained in:
@@ -13,7 +13,7 @@ start-block~neutrino_form
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{=var-set:wait_text=Werte werden übernommen (Save).=}{=include-block:Y_Blocks.txt;snip_wait=}
|
{=var-set:wait_text={=L:save_vlaues=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||||
{=include-block:Y_neutrino_Blocks.txt;{=var-get:neutrino=}=}
|
{=include-block:Y_neutrino_Blocks.txt;{=var-get:neutrino=}=}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -23,14 +23,10 @@ end-block~neutrino_form
|
|||||||
# ------- Neutrino form help box
|
# ------- Neutrino form help box
|
||||||
start-block~neutrino_form_helpbox
|
start-block~neutrino_form_helpbox
|
||||||
<div class="work_box">
|
<div class="work_box">
|
||||||
<div class="work_box_head"><div class="work_box_head_h2">Zur Synchronisation mit Neutrino</div></div>
|
<div class="work_box_head"><div class="work_box_head_h2">{=L:set.sync_with_neutrino=}</div></div>
|
||||||
<div class="work_box_body">
|
<div class="work_box_body">
|
||||||
After changing settings via yWeb: <br/>
|
{=L:set.sync_with_neutrino_desc=}
|
||||||
Choose on TV "Main Menu->Service->Soft restart", to accept the changes within neutrino.
|
</div>
|
||||||
<br/><br/>
|
|
||||||
After changing settings within Neutrino: <br/>
|
|
||||||
Choose on TV "Main Menu->Settings->Save settings now", to accept these changes and reload this page.
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
end-block~neutrino_form_helpbox
|
end-block~neutrino_form_helpbox
|
||||||
|
|
||||||
@@ -38,37 +34,37 @@ end-block~neutrino_form_helpbox
|
|||||||
start-block~neutrino_form-data_record
|
start-block~neutrino_form-data_record
|
||||||
<div class="work_box">
|
<div class="work_box">
|
||||||
<div class="work_box_head"><div class="work_box_head_h2">
|
<div class="work_box_head"><div class="work_box_head_h2">
|
||||||
{=var-set:help_url=Help-Settings-Aufnahme=}{=var-set:menu=Aufnahme=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
{=var-set:help_url=Help-Settings-Aufnahme=}{=var-set:menu={=L:recording=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
||||||
<div class="work_box_body">
|
<div class="work_box_body">
|
||||||
<form name="f" class="y_form" action="/y/cgi">
|
<form name="f" class="y_form" action="/y/cgi">
|
||||||
<table cellspacing="0" border="0" cellpadding="2" width="100%">
|
<table cellspacing="0" border="0" cellpadding="2" width="100%">
|
||||||
<tr><td colspan="2" class="y_form_header">Aufnahmeziel</td></tr>
|
<tr><td colspan="2" class="y_form_header">{=L:set.rec.rec_dest=}</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="35%">Aufnahmegerät</td>
|
<td width="35%">{=L:set.rec.device=}</td>
|
||||||
<td>
|
<td>
|
||||||
<select name="rec_type" onchange="change_rec_type()" title="record mode">
|
<select name="rec_type" onchange="change_rec_type()" title="{=L:set.rec.recmode=}">
|
||||||
<option value="0" selected="selected">Aus</option>
|
<option value="0" selected="selected">{=L:off=}</option>
|
||||||
<option value="1">Server</option>
|
<option value="1">{=L:set.rec.server=}</option>
|
||||||
<option value="2">Videorekorder</option>
|
<option value="2">{=L:set.rec.recorder=}</option>
|
||||||
<option value="3">Datei</option>
|
<option value="3">{=L:set.rec.file=}</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Aufnahmeserver IP</td>
|
<td>{=L:set.rec.recserver_ip=}</td>
|
||||||
<td> <input type="text" id="ip" name="ip" size="20" title="server ip (xxx.xxx.xxx.xxx)"/>
|
<td> <input type="text" id="ip" name="ip" size="20" title="server ip (xxx.xxx.xxx.xxx)"/>
|
||||||
<input type="hidden" name="h_ip"/>
|
<input type="hidden" name="h_ip"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Aufnahmeserver Port</td>
|
<td>{=L:set.rec.recserver_port=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" id="port" name="port" size="6" title="port"/>
|
<input type="text" id="port" name="port" size="6" title="port"/>
|
||||||
<input type="hidden" name="h_port"/>
|
<input type="hidden" name="h_port"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr title="wakeup: off/on">
|
<tr>
|
||||||
<td>Aufnahmeserver WOL</td>
|
<td>{=L:set.rec.recserver_wol=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="radio" id="wol0" name="wol" value="0" onchange="change_mac()"/>{=L:off=}
|
<input type="radio" id="wol0" name="wol" value="0" onchange="change_mac()"/>{=L:off=}
|
||||||
<input type="radio" id="wol1" name="wol" value="1" onchange="change_mac()"/>{=L:on=}
|
<input type="radio" id="wol1" name="wol" value="1" onchange="change_mac()"/>{=L:on=}
|
||||||
@@ -76,15 +72,15 @@ start-block~neutrino_form-data_record
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>MAC Adresse</td>
|
<td>{=L:set.rec.mac_adress=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" id="mac" name="mac" size="20" title="MAC"/>
|
<input type="text" id="mac" name="mac" size="20"/>
|
||||||
<input type="hidden" name="h_mac"/>
|
<input type="hidden" name="h_mac"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td colspan="2" class="y_form_header">Aufnahmeverhalten</td></tr>
|
<tr><td colspan="2" class="y_form_header">{=L:set.rec.rec_behavior=}</td></tr>
|
||||||
<tr title="stopplayback: off/on">
|
<tr>
|
||||||
<td>Playback anhalten</td>
|
<td>{=L:set.rec.stop_playback=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="radio" id="sp0" name="stopplayback" value="false"/>{=L:off=}
|
<input type="radio" id="sp0" name="stopplayback" value="false"/>{=L:off=}
|
||||||
<input type="radio" id="sp1" name="stopplayback" value="true""/>{=L:on=}
|
<input type="radio" id="sp1" name="stopplayback" value="true""/>{=L:on=}
|
||||||
@@ -92,25 +88,25 @@ start-block~neutrino_form-data_record
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>EPG (Sectionsd)</td>
|
<td>{=L:set.rec.epg_sectionsd=}</td>
|
||||||
<td>
|
<td>
|
||||||
<select id="ss" name="stopsectionsd" title="sectionsd: off/on/restart">
|
<select id="ss" name="stopsectionsd" title="{=L:set.rec.epg_sectionsd_desc=}">
|
||||||
<option value="0" selected="selected">nicht anhalten</option>
|
<option value="0" selected="selected">{=L:set.rec.dont_stop=}</option>
|
||||||
<option value="1">anhalten</option>
|
<option value="1">{=L:set.rec.stop=}</option>
|
||||||
<option value="2">neu starten</option>
|
<option value="2">{=L:set.rec.restart=}</option>
|
||||||
</select>
|
</select>
|
||||||
<input type="hidden" name="h_stopsectionsd"/>
|
<input type="hidden" name="h_stopsectionsd"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr title="zap on announce: off/on">
|
<tr>
|
||||||
<td>Umschalten bei Ankündigung</td>
|
<td>{=L:set.rec.zap=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="radio" name="zap_on_announce" value="false"/>{=L:off=}
|
<input type="radio" name="zap_on_announce" value="false"/>{=L:off=}
|
||||||
<input type="radio" name="zap_on_announce" value="true"/>{=L:on=}
|
<input type="radio" name="zap_on_announce" value="true"/>{=L:on=}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr title="vcr_no_scart: off/on">
|
<tr>
|
||||||
<td>Unterdrücke Scart-Umschaltung</td>
|
<td>{=L:set.rec.scart=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="radio" id="vcr0" name="vcr_no_scart" value="0"/>{=L:off=}
|
<input type="radio" id="vcr0" name="vcr_no_scart" value="0"/>{=L:off=}
|
||||||
<input type="radio" id="vcr1" name="vcr_no_scart" value="1"/>{=L:on=}
|
<input type="radio" id="vcr1" name="vcr_no_scart" value="1"/>{=L:on=}
|
||||||
@@ -118,8 +114,8 @@ start-block~neutrino_form-data_record
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~
|
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~
|
||||||
<tr title="SPTS mode: off/on">
|
<tr>
|
||||||
<td>Im SPTS-Modus aufnehmen</td>
|
<td>{=L:set.rec.spts=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="radio" id="spts0" name="in_spts_mode" value="false"/>{=L:off=}
|
<input type="radio" id="spts0" name="in_spts_mode" value="false"/>{=L:off=}
|
||||||
<input type="radio" id="spts1" name="in_spts_mode" value="true"/>{=L:on=}
|
<input type="radio" id="spts1" name="in_spts_mode" value="true"/>{=L:on=}
|
||||||
@@ -127,36 +123,36 @@ start-block~neutrino_form-data_record
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
~=}
|
~=}
|
||||||
<tr><td colspan="2" class="y_form_header">Timereinstellungen</td></tr>
|
<tr><td colspan="2" class="y_form_header">{=L:set.rec.timer_settings=}</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Aufnahmestart-Korrektur (sec)</td>
|
<td>{=L:set.rec.start_delay=}</td>
|
||||||
<td><input type="text" name="EXTRA_TIME_START" size="3" maxlength="3" value="{=ini-get:/var/tuxbox/config/timerd.conf;EXTRA_TIME_START;0=}" title="start timer delay"/> Reboot nötig</td>
|
<td><input type="text" name="EXTRA_TIME_START" size="3" maxlength="3" value="{=ini-get:/var/tuxbox/config/timerd.conf;EXTRA_TIME_START;0=}" /> {=L:set.reboot_required=}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Aufnahmeende-Korrektur (sec)</td>
|
<td>{=L:set.rec.stop_delay=}</td>
|
||||||
<td><input type="text" name="EXTRA_TIME_END" size="3" maxlength="3" value="{=ini-get:/var/tuxbox/config/timerd.conf;EXTRA_TIME_END;0=}" title="end timer delay"/> Reboot nötig</td>
|
<td><input type="text" name="EXTRA_TIME_END" size="3" maxlength="3" value="{=ini-get:/var/tuxbox/config/timerd.conf;EXTRA_TIME_END;0=}" /> {=L:set.reboot_required=}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Umschaltstart-Korrektur (sec)</td>
|
<td>{=L:set.rec.zap_delay=}</td>
|
||||||
<td><input type="text" name="ZAPTO_EXTRA_TIME_START" size="3" maxlength="3" value="{=ini-get:/var/tuxbox/config/timerd.conf;ZAPTO_EXTRA_TIME_START;0=}" title="zapto timer delay"/> Reboot nötig</td>
|
<td><input type="text" name="ZAPTO_EXTRA_TIME_START" size="3" maxlength="3" value="{=ini-get:/var/tuxbox/config/timerd.conf;ZAPTO_EXTRA_TIME_START;0=}" /> {=L:set.reboot_required=}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td colspan="2" class="y_form_header">Tonspuren</td></tr>
|
<tr><td colspan="2" class="y_form_header">{=L:set.audio_channels=}</td></tr>
|
||||||
<tr title="record standard audio channel: off/on">
|
<tr>
|
||||||
<td>Standard Tonspur aufnehmen</td>
|
<td>{=L:set.rec.audio_standard=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input class="audio" type="radio" name="audio_std" value="0"/>{=L:off=}
|
<input class="audio" type="radio" name="audio_std" value="0"/>{=L:off=}
|
||||||
<input class="audio" type="radio" name="audio_std" value="1"/>{=L:on=}
|
<input class="audio" type="radio" name="audio_std" value="1"/>{=L:on=}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr title="record alternate audio channel: off/on">
|
<tr>
|
||||||
<td>Alternative Tonspur aufnehmen</td>
|
<td>{=L:set.rec.audio_alternate=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input class="audio" type="radio" name="audio_alt" value="0"/>{=L:off=}
|
<input class="audio" type="radio" name="audio_alt" value="0"/>{=L:off=}
|
||||||
<input class="audio" type="radio" name="audio_alt" value="1"/>{=L:on=}
|
<input class="audio" type="radio" name="audio_alt" value="1"/>{=L:on=}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr title="record ac3 audio channels: off/on">
|
<tr>
|
||||||
<td>AC3 Tonspuren aufnehmen</td>
|
<td>{=L:set.rec.audio_ac3=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input class="audio" type="radio" name="audio_ac3" value="0"/>{=L:off=}
|
<input class="audio" type="radio" name="audio_ac3" value="0"/>{=L:off=}
|
||||||
<input class="audio" type="radio" name="audio_ac3" value="1"/>{=L:on=}
|
<input class="audio" type="radio" name="audio_ac3" value="1"/>{=L:on=}
|
||||||
@@ -169,7 +165,7 @@ start-block~neutrino_form-data_record
|
|||||||
<input type="hidden" name="execute" value="include-block:Y_neutrino_Blocks.txt;neutrino_record_save_settings;nix"/>
|
<input type="hidden" name="execute" value="include-block:Y_neutrino_Blocks.txt;neutrino_record_save_settings;nix"/>
|
||||||
<input type="hidden" name="form" value="{=form=}"/>
|
<input type="hidden" name="form" value="{=form=}"/>
|
||||||
<button type="button" ytype="save" title="{=L:save_values_desc=}s" onclick="do_submit()">{=L:save=}</button>
|
<button type="button" ytype="save" title="{=L:save_values_desc=}s" onclick="do_submit()">{=L:save=}</button>
|
||||||
<button type="button" ytype="refresh" onclick="dbox_reload_neutrino()">reload Neutrino</button>
|
<button type="button" ytype="refresh" onclick="dbox_reload_neutrino()">{=L:set.reload_neutrino=}</button>
|
||||||
<a href="javascript:top.top_main.prim_menu.nav('info', 'Y_Info_Help.yhtm');" class="inlink">{=L:help=}</a>
|
<a href="javascript:top.top_main.prim_menu.nav('info', 'Y_Info_Help.yhtm');" class="inlink">{=L:help=}</a>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
@@ -287,56 +283,56 @@ end-block~neutrino_record_save_settings
|
|||||||
start-block~neutrino_form-data_movieplayer
|
start-block~neutrino_form-data_movieplayer
|
||||||
<div class="work_box">
|
<div class="work_box">
|
||||||
<div class="work_box_head"><div class="work_box_head_h2">
|
<div class="work_box_head"><div class="work_box_head_h2">
|
||||||
{=var-set:help_url=Help-Settings-Movieplayer=}{=var-set:menu=Movieplayer=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
{=var-set:help_url=Help-Settings-Movieplayer=}{=var-set:menu={=L:movieplayer=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
||||||
<div class="work_box_body">
|
<div class="work_box_body">
|
||||||
<form name="f" class="y_form" action="/y/cgi">
|
<form name="f" class="y_form" action="/y/cgi">
|
||||||
<table cellspacing="0" border="0" cellpadding="2" width="100%">
|
<table cellspacing="0" border="0" cellpadding="2" width="100%">
|
||||||
<tr><td colspan="2" class="y_form_header">Quellen</td></tr>
|
<tr><td colspan="2" class="y_form_header">{=L:set.mp.sources=}</td></tr>
|
||||||
<tr class="s" title="Streamingserver: off/on">
|
<tr class="s">
|
||||||
<td width="35%">Streamingserver</td>
|
<td width="35%">{=L:set.mp.streamingserver=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="radio" name="streaming_type" value="0" onchange="change_streaming_type()"/>{=L:off=}
|
<input type="radio" name="streaming_type" value="0" onchange="change_streaming_type()"/>{=L:off=}
|
||||||
<input type="radio" name="streaming_type" value="1" onchange="change_streaming_type()"/>{=L:on=}
|
<input type="radio" name="streaming_type" value="1" onchange="change_streaming_type()"/>{=L:on=}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Streamingserver IP</td>
|
<td>{=L:set.mp.streamingserver_ip=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="streaming_server_ip" size="20" title="server ip (xxx.xxx.xxx.xxx)"/>
|
<input type="text" name="streaming_server_ip" size="20" title="server ip (xxx.xxx.xxx.xxx)"/>
|
||||||
<input type="hidden" name="h_streaming_server_ip"/>
|
<input type="hidden" name="h_streaming_server_ip"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Streamingserver Port</td>
|
<td>{=L:set.mp.streamingserver_port=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="streaming_server_port" size="5" maxlength="5" title="port"/>
|
<input type="text" name="streaming_server_port" size="5" maxlength="5" title="port"/>
|
||||||
<input type="hidden" name="h_streaming_server_port"/>
|
<input type="hidden" name="h_streaming_server_port"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>DVD Laufwerk</td>
|
<td>{=L:set.mp.dvd_device=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="streaming_server_cddrive" size="10" title="DVD drive on server"/>
|
<input type="text" name="streaming_server_cddrive" size="10" title="DVD drive on server"/>
|
||||||
<input type="hidden" name="h_streaming_server_cddrive"/>
|
<input type="hidden" name="h_streaming_server_cddrive"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Verzeichnis (VLC)</td>
|
<td>{=L:set.mp.vlc_dir=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="streaming_server_startdir" size="40" title="VLC directory on server"/>
|
<input type="text" name="streaming_server_startdir" size="40" />
|
||||||
<input type="hidden" name="h_streaming_server_startdir"/>
|
<input type="hidden" name="h_streaming_server_startdir"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td colspan="2" class="y_form_header">Transcoding</td></tr>
|
<tr><td colspan="2" class="y_form_header">{=L:set.mp.transcoding=}</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Datenrate Video</td>
|
<td>{=L:set.mp.video_datarate=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="streaming_videorate" size="6" title="video data rate"/>
|
<input type="text" name="streaming_videorate" size="6"/>
|
||||||
<input type="hidden" name="h_streaming_videorate"/>
|
<input type="hidden" name="h_streaming_videorate"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr title="Transcode: off/on">
|
<tr>
|
||||||
<td>Transcode</td>
|
<td>{=L:set.mp.transcode=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="radio" name="streaming_force_transcode_video" value="0"/>{=L:off=}
|
<input type="radio" name="streaming_force_transcode_video" value="0"/>{=L:off=}
|
||||||
<input type="radio" name="streaming_force_transcode_video" value="1"/>{=L:on=}
|
<input type="radio" name="streaming_force_transcode_video" value="1"/>{=L:on=}
|
||||||
@@ -344,9 +340,9 @@ start-block~neutrino_form-data_movieplayer
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>MPEG Video Codec</td>
|
<td>{=L:set.mp.video_codec=}</td>
|
||||||
<td>
|
<td>
|
||||||
<select name="streaming_transcode_video_codec" title="Video codec">
|
<select name="streaming_transcode_video_codec" >
|
||||||
<option value="0" selected="selected">MPEG1</option>
|
<option value="0" selected="selected">MPEG1</option>
|
||||||
<option value="1">MPEG2</option>
|
<option value="1">MPEG2</option>
|
||||||
</select>
|
</select>
|
||||||
@@ -354,9 +350,9 @@ start-block~neutrino_form-data_movieplayer
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Auflösung</td>
|
<td>{=L:set.mp.resolution=}</td>
|
||||||
<td>
|
<td>
|
||||||
<select name="streaming_resolution" title="Resolution">
|
<select name="streaming_resolution">
|
||||||
<option value="0" selected="selected">352 x 288</option>
|
<option value="0" selected="selected">352 x 288</option>
|
||||||
<option value="1">352 x 576</option>
|
<option value="1">352 x 576</option>
|
||||||
<option value="2">480 x 576</option>
|
<option value="2">480 x 576</option>
|
||||||
@@ -366,56 +362,56 @@ start-block~neutrino_form-data_movieplayer
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Datenrate Audio</td>
|
<td>{=L:set.mp.audio_datarate=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="streaming_audiorate" size="6" title="audio data rate"/>
|
<input type="text" name="streaming_audiorate" size="6"/>
|
||||||
<input type="hidden" name="h_streaming_audiorate"/>
|
<input type="hidden" name="h_streaming_audiorate"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr title="Transcode: off/on">
|
<tr>
|
||||||
<td>Transcode Audio (dvd/vcd/mpg)</td>
|
<td>{=L:set.mp.transcode_audio=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="radio" name="streaming_transcode_audio" value="0"/>{=L:off=}
|
<input type="radio" name="streaming_transcode_audio" value="0"/>{=L:off=}
|
||||||
<input type="radio" name="streaming_transcode_audio" value="1"/>{=L:on=}
|
<input type="radio" name="streaming_transcode_audio" value="1"/>{=L:on=}
|
||||||
<input type="hidden" name="h_streaming_transcode_audio"/>
|
<input type="hidden" name="h_streaming_transcode_audio"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr title="force AC3: off/on">
|
<tr>
|
||||||
<td>Erzwinge AC3 bei avi</td>
|
<td>{=L:set.mp.force_ac3=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="radio" name="streaming_force_avi_rawaudio" value="0"/>{=L:off=}
|
<input type="radio" name="streaming_force_avi_rawaudio" value="0"/>{=L:off=}
|
||||||
<input type="radio" name="streaming_force_avi_rawaudio" value="1"/>{=L:on=}
|
<input type="radio" name="streaming_force_avi_rawaudio" value="1"/>{=L:on=}
|
||||||
<input type="hidden" name="h_streaming_force_avi_rawaudio"/>
|
<input type="hidden" name="h_streaming_force_avi_rawaudio"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td colspan="2" class="y_form_header">Player</td></tr>
|
<tr><td colspan="2" class="y_form_header">{=L:set.mp.player=}</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Startverzeichnis</td>
|
<td>{=L:set.mp.start_directory=}</td>
|
||||||
<td><input type="text" name="streaming_moviedir" size="40" title="movie start directory"/></td>
|
<td><input type="text" name="streaming_moviedir" size="40" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="35%">EPG (Sectionsd)</td>
|
<td width="35%">{=L:set.rec.epg_sectionsd=}</td>
|
||||||
<td>
|
<td>
|
||||||
<select name="stopsectionsd_mp" title="sectionsd: off/on/restart">
|
<select name="stopsectionsd_mp">
|
||||||
<option value="0" selected="selected">nicht anhalten</option>
|
<option value="0" selected="selected">{=L:set.rec.dont_stop=}</option>
|
||||||
<option value="1">anhalten</option>
|
<option value="1">{=L:set.rec.stop=}</option>
|
||||||
<option value="2">neu starten</option>
|
<option value="2">{=L:set.rec.restart=}</option>
|
||||||
</select> (Nur Movieplayer1)
|
</select> ({=L:set.mp.only_movieplayer=})
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Verwende Buffer (WabberQueue)</td>
|
<td>{=L:set.mp.used_buffer=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="radio" name="streaming_use_buffer" value="0" title="WabberQueue: off"/>{=L:off=}
|
<input type="radio" name="streaming_use_buffer" value="0" title="WabberQueue: off"/>{=L:off=}
|
||||||
<input type="radio" name="streaming_use_buffer" value="1" title="WabberQueue: on"/>{=L:on=} (Nur Movieplayer1)
|
<input type="radio" name="streaming_use_buffer" value="1" title="WabberQueue: on"/>{=L:on=} {=L:set.mp.only_movieplayer=}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Anzahl Buffersegmente</td>
|
<td>{=L:set.mp.number_buffersegments=}</td>
|
||||||
<td><input type="text" name="streaming_buffer_segment_size" size="2" maxlength="2" title="VLC directory on server"/><span style="position:absolute; left:424px;">(Nur Movieplayer1)</span></td>
|
<td><input type="text" name="streaming_buffer_segment_size" size="2" maxlength="2" /><span style="position:absolute; left:424px;">({=L:set.mp.only_movieplayer=})</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr title="show tv in browser: off/on">
|
<tr>
|
||||||
<td>TV Bild im Browser</td>
|
<td>{=L:set.mp.picture_in_browser=}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="radio" name="streaming_show_tv_in_browser" value="0"/>{=L:off=}
|
<input type="radio" name="streaming_show_tv_in_browser" value="0"/>{=L:off=}
|
||||||
<input type="radio" name="streaming_show_tv_in_browser" value="1"/>{=L:on=}
|
<input type="radio" name="streaming_show_tv_in_browser" value="1"/>{=L:on=}
|
||||||
@@ -427,7 +423,7 @@ start-block~neutrino_form-data_movieplayer
|
|||||||
<input type="hidden" name="execute" value="include-block:Y_neutrino_Blocks.txt;neutrino_movieplayer_save_settings;nix"/>
|
<input type="hidden" name="execute" value="include-block:Y_neutrino_Blocks.txt;neutrino_movieplayer_save_settings;nix"/>
|
||||||
<input type="hidden" name="form" value="{=form=}"/>
|
<input type="hidden" name="form" value="{=form=}"/>
|
||||||
<button type="button" ytype="save" title="{=L:save_values_desc=}s" onclick="do_submit()">{=L:save=}</button>
|
<button type="button" ytype="save" title="{=L:save_values_desc=}s" onclick="do_submit()">{=L:save=}</button>
|
||||||
<button type="button" ytype="refresh" onclick="dbox_reload_neutrino()">reload Neutrino</button>
|
<button type="button" ytype="refresh" onclick="dbox_reload_neutrino()">{=L:set.reload_neutrino=}</button>
|
||||||
<a href="javascript:top.top_main.prim_menu.nav('info', 'Y_Info_Help.yhtm');" class="inlink">{=L:help=}</a>
|
<a href="javascript:top.top_main.prim_menu.nav('info', 'Y_Info_Help.yhtm');" class="inlink">{=L:help=}</a>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
@@ -546,24 +542,24 @@ end-block~neutrino_movieplayer_save_settings
|
|||||||
start-block~neutrino_form-data_parental
|
start-block~neutrino_form-data_parental
|
||||||
<div class="work_box">
|
<div class="work_box">
|
||||||
<div class="work_box_head"><div class="work_box_head_h2">
|
<div class="work_box_head"><div class="work_box_head_h2">
|
||||||
{=var-set:help_url=Help-Settings-Jugendschutz=}{=var-set:menu=Jugendschutz=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
{=var-set:help_url=Help-Settings-Jugendschutz=}{=var-set:menu={=L:parental=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
||||||
<div class="work_box_body">
|
<div class="work_box_body">
|
||||||
<form name="f" action="/y/cgi">
|
<form name="f" action="/y/cgi">
|
||||||
<table cellspacing="0" border="0" cellpadding="2" width="100%">
|
<table cellspacing="0" border="0" cellpadding="2" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="35%">Aktivieren</td>
|
<td width="35%">{=L:set.parental.activate=}</td>
|
||||||
<td>
|
<td>
|
||||||
<select name="parentallock_prompt" title="parental type">
|
<select name="parentallock_prompt" title="parental type">
|
||||||
<option value="0">Nie</option>
|
<option value="0">{=L:set.parental.type.never=}</option>
|
||||||
<option value="2">Bouquet</option>
|
<option value="2">{=L:set.parental.type.bouquet=}</option>
|
||||||
<option value="3">Vorsperre</option>
|
<option value="3">{=L:set.parental.type.preset=}</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td title="minimal age">Mindestalter</td>
|
<td title="minimal age">{=L:set.parental.minimum_age=}</td>
|
||||||
<td>
|
<td>
|
||||||
<select name="parentallock_lockage" title="minimal age">
|
<select name="parentallock_lockage">
|
||||||
<option value="12">12</option>
|
<option value="12">12</option>
|
||||||
<option value="16">16</option>
|
<option value="16">16</option>
|
||||||
<option value="18">18</option>
|
<option value="18">18</option>
|
||||||
@@ -571,8 +567,8 @@ start-block~neutrino_form-data_parental
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>PIN</td>
|
<td>{=L:set.parental.pin=}</td>
|
||||||
<td><input type="text" name="parentallock_pincode" size="4" maxlength="4" value="{=ini-get:/var/tuxbox/config/neutrino.conf;parentallock_pincode~open=}" title="PIN code"/></td>
|
<td><input type="text" name="parentallock_pincode" size="4" maxlength="4" value="{=ini-get:/var/tuxbox/config/neutrino.conf;parentallock_pincode~open=}" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br/>
|
<br/>
|
||||||
@@ -580,7 +576,7 @@ start-block~neutrino_form-data_parental
|
|||||||
<input type="hidden" name="execute" value="include-block:Y_neutrino_Blocks.txt;neutrino_parental_save_settings;nix"/>
|
<input type="hidden" name="execute" value="include-block:Y_neutrino_Blocks.txt;neutrino_parental_save_settings;nix"/>
|
||||||
<input type="hidden" name="form" value="{=form=}"/>
|
<input type="hidden" name="form" value="{=form=}"/>
|
||||||
<button type="button" ytype="save" title="{=L:save_values_desc=}s" onclick="do_submit()">{=L:save=}</button>
|
<button type="button" ytype="save" title="{=L:save_values_desc=}s" onclick="do_submit()">{=L:save=}</button>
|
||||||
<button type="button" ytype="refresh" onclick="dbox_reload_neutrino()">reload Neutrino</button>
|
<button type="button" ytype="refresh" onclick="dbox_reload_neutrino()">{=L:set.reload_neutrino=}</button>
|
||||||
<a href="javascript:top.top_main.prim_menu.nav('info', 'Y_Info_Help.yhtm');" class="inlink">{=L:help=}</a>
|
<a href="javascript:top.top_main.prim_menu.nav('info', 'Y_Info_Help.yhtm');" class="inlink">{=L:help=}</a>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -77,6 +77,68 @@ get_epg=EPG holen ...
|
|||||||
epg_plus=EPG Plus
|
epg_plus=EPG Plus
|
||||||
select_bouquet=Bouquet auswählen - Kanäle werden aktualisiert
|
select_bouquet=Bouquet auswählen - Kanäle werden aktualisiert
|
||||||
hover_for_details=Für Details: Maus über die entsprechende Sendung bewegen.
|
hover_for_details=Für Details: Maus über die entsprechende Sendung bewegen.
|
||||||
|
========Neutrino Settings
|
||||||
|
set.reload_neutrino=Neutrino neuladen
|
||||||
|
set.reboot_required=Neustart notwendig
|
||||||
|
set.sync_with_neutrino_desc=After changing settings via yWeb: <br/>Choose on TV "Main Menu->Service->Soft restart", to accept the changes within neutrino.<br/><br/>After changing settings within Neutrino: <br/>Choose on TV "Main Menu->Settings->Save settings now", to accept these changes and reload this page.
|
||||||
|
set.sync_with_neutrino=Zur Synchronisation mit Neutrino
|
||||||
|
========Neutrino Settings - Recording
|
||||||
|
set.rec.rec_dest=Aufnahmeziel
|
||||||
|
set.rec.device=Aufnahmegerät
|
||||||
|
set.rec.recmode=record mode
|
||||||
|
set.rec.server=Server
|
||||||
|
set.rec.recorder=Videorekorder
|
||||||
|
set.rec.file=Datei
|
||||||
|
set.rec.recserver_ip=Aufnahmeserver IP
|
||||||
|
set.rec.recserver_port=Aufnahmeserver Port
|
||||||
|
set.rec.recserver_wol=Aufnahmeserver WOL
|
||||||
|
set.rec.mac_adress=MAC Adresse
|
||||||
|
set.rec.rec_behavior=Aufnahmeverhalten
|
||||||
|
set.rec.stop_playback=Playback anhalten
|
||||||
|
set.rec.epg_sectionsd_desc=sectionsd: off/on/restart
|
||||||
|
set.rec.epg_sectionsd=EPG (Sectionsd)
|
||||||
|
set.rec.dont_stop=nicht anhaltent
|
||||||
|
set.rec.stop=anhalten
|
||||||
|
set.rec.restart=neu starten
|
||||||
|
set.rec.zap=Umschalten bei Ankündigung
|
||||||
|
set.rec.scart=Unterdrücke Scart-Umschaltung
|
||||||
|
set.rec.spts=Im SPTS-Modus aufnehmen
|
||||||
|
set.rec.timer_settings=Timereinstellungen
|
||||||
|
set.rec.start_delay=Aufnahmestart-Korrektur (Sek)
|
||||||
|
set.rec.stop_delay=Aufnahmeende-Korrektur (Sek)
|
||||||
|
set.rec.zap_delay=Umschaltstart-Korrektur (Sek)
|
||||||
|
set.audio_channels=Tonspuren
|
||||||
|
set.rec.audio_standard=Standard Tonspur aufnehmen
|
||||||
|
set.rec.audio_alternate=Alternative Tonspur aufnehmen
|
||||||
|
set.rec.audio_ac3=AC3 Tonspuren aufnehmen
|
||||||
|
========Neutrino Settings - Movieplayer
|
||||||
|
set.mp.sources=Quellen
|
||||||
|
set.mp.streamingserver_ip=Streamingserver IP
|
||||||
|
set.mp.streamingserver_port=Streamingserver Port
|
||||||
|
set.mp.streamingserver=Streamingserver
|
||||||
|
set.mp.dvd_device=DVD Laufwerk
|
||||||
|
set.mp.vlc_dir=Verzeichnis (VLC)
|
||||||
|
set.mp.transcoding=Transkodierung
|
||||||
|
set.mp.video_datarate=Datenrate Video
|
||||||
|
set.mp.transcode=Transkodieren
|
||||||
|
set.mp.video_codec=MPEG Video Codec
|
||||||
|
set.mp.resolution=Auflösung
|
||||||
|
set.mp.audio_datarate=Datenrate Audio
|
||||||
|
set.mp.transcode_audio=Transkodiere Audio (dvd/vcd/mpg)
|
||||||
|
set.mp.force_ac3=Erzwinge AC3 bei avi
|
||||||
|
set.mp.player=Player
|
||||||
|
set.mp.start_directory=Startverzeichnis
|
||||||
|
set.mp.only_movieplayer=Nur Movieplayer1
|
||||||
|
set.mp.used_buffer=Verwende Buffer (WabberQueue)
|
||||||
|
set.mp.number_buffersegments=Anzahl Buffersegmente
|
||||||
|
set.mp.picture_in_browser=TV Bild im Browser
|
||||||
|
========Neutrino Settings - Parental
|
||||||
|
set.parental.activate=Aktivieren
|
||||||
|
set.parental.type.never=Nie
|
||||||
|
set.parental.type.bouquet=Bouquet
|
||||||
|
set.parental.type.preset=Vorsperre
|
||||||
|
set.parental.minimum_age=Mindestalter
|
||||||
|
set.parental.pin=PIN
|
||||||
========Settings NHTTP
|
========Settings NHTTP
|
||||||
webserver=Webserver
|
webserver=Webserver
|
||||||
authentication=Authentifikation
|
authentication=Authentifikation
|
||||||
|
@@ -79,6 +79,68 @@ get_epg=get EPG ...
|
|||||||
epg_plus=EPG Plus
|
epg_plus=EPG Plus
|
||||||
select_bouquet=select bouquet - channels will be updated
|
select_bouquet=select bouquet - channels will be updated
|
||||||
hover_for_details=move to program for more details
|
hover_for_details=move to program for more details
|
||||||
|
========Settings
|
||||||
|
set.reload_neutrino=reload Neutrino
|
||||||
|
set.reboot_required=reboot required
|
||||||
|
set.sync_with_neutrino_desc=After changing settings via yWeb: <br/>Choose on TV "Main Menu->Service->Soft restart", to accept the changes within neutrino.<br/><br/>After changing settings within Neutrino: <br/>Choose on TV "Main Menu->Settings->Save settings now", to accept these changes and reload this page.
|
||||||
|
set.sync_with_neutrino=Synchronization with Neutrino
|
||||||
|
========Neutrino Settings - Recording
|
||||||
|
set.rec.rec_dest=Recoring destination
|
||||||
|
set.rec.device=Recording device
|
||||||
|
set.rec.recmode=record mode
|
||||||
|
set.rec.server=Server
|
||||||
|
set.rec.recorder=Video recorder
|
||||||
|
set.rec.file=File
|
||||||
|
set.rec.recserver_ip=Recording Server IP
|
||||||
|
set.rec.recserver_port=Recording Server Port
|
||||||
|
set.rec.recserver_wol=Recording Server WOL
|
||||||
|
set.rec.mac_adress=MAC Adress
|
||||||
|
set.rec.rec_behavior=Recording behavior
|
||||||
|
set.rec.stop_playback=Stop Playback
|
||||||
|
set.rec.epg_sectionsd_desc=sectionsd: off/on/restart
|
||||||
|
set.rec.epg_sectionsd=EPG (Sectionsd)
|
||||||
|
set.rec.dont_stop=dont stop
|
||||||
|
set.rec.stop=stop
|
||||||
|
set.rec.restart=restart
|
||||||
|
set.rec.zap=Zap on announcement
|
||||||
|
set.rec.scart=Prevent switching Scart
|
||||||
|
set.rec.spts=Record in SPTS-Mode
|
||||||
|
set.rec.timer_settings=Timer settings
|
||||||
|
set.rec.start_delay=Record start delay (sec)
|
||||||
|
set.rec.stop_delay=Record stop delay (sec)
|
||||||
|
set.rec.zap_delay=Zap start delay (sec)
|
||||||
|
set.audio_channels=Audio channels
|
||||||
|
set.rec.audio_standard=Record standard audio channel
|
||||||
|
set.rec.audio_alternate=Record alternate audio channel
|
||||||
|
set.rec.audio_ac3=Record ac3 audio channel
|
||||||
|
========Neutrino Settings - Movieplayer
|
||||||
|
set.mp.sources=Sources
|
||||||
|
set.mp.streamingserver_ip=Streamingserver IP
|
||||||
|
set.mp.streamingserver_port=Streamingserver Port
|
||||||
|
set.mp.streamingserver=Streamingserver
|
||||||
|
set.mp.dvd_device=DVD Device
|
||||||
|
set.mp.vlc_dir=Directory (VLC)
|
||||||
|
set.mp.transcoding=Transcoding
|
||||||
|
set.mp.video_datarate=Data rate Video
|
||||||
|
set.mp.transcode=Transcode
|
||||||
|
set.mp.video_codec=MPEG Video Codec
|
||||||
|
set.mp.resolution=Resolution
|
||||||
|
set.mp.audio_datarate=Data rate Audio
|
||||||
|
set.mp.transcode_audio=Transcode Audio (dvd/vcd/mpg)
|
||||||
|
set.mp.force_ac3=Force AC3 using avi
|
||||||
|
set.mp.player=Player
|
||||||
|
set.mp.start_directory=Start directory
|
||||||
|
set.mp.only_movieplayer=Only Movieplayer1
|
||||||
|
set.mp.used_buffer=Used Buffer (WabberQueue)
|
||||||
|
set.mp.number_buffersegments=Number of buffer segs
|
||||||
|
set.mp.picture_in_browser=TV Picture in Browser
|
||||||
|
========Neutrino Settings - Parental
|
||||||
|
set.parental.activate=Activate
|
||||||
|
set.parental.type.never=Never
|
||||||
|
set.parental.type.bouquet=Bouquet
|
||||||
|
set.parental.type.preset=Preset
|
||||||
|
set.parental.minimum_age=Minimum Age
|
||||||
|
set.parental.pin=PIN
|
||||||
========Settings NHTTP
|
========Settings NHTTP
|
||||||
webserver=Webserver
|
webserver=Webserver
|
||||||
authentication=Authentication
|
authentication=Authentication
|
||||||
|
Reference in New Issue
Block a user