mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
yWeb: replace hardcoded paths (/var/tuxbox/config -> %(CONFIGDIR))
Origin commit data
------------------
Branch: ni/coolstream
Commit: f60578680b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-01 (Sat, 01 Oct 2016)
Origin message was:
------------------
- yWeb: replace hardcoded paths (/var/tuxbox/config -> %(CONFIGDIR))
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{=var-set:cancache=yPConf=}
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
</head>
|
||||
{=var-set:alt_httpd={=ini-get:/var/tuxbox/config/nhttpd.conf;WebsiteMain.override_directory;/var/httpd=}=}
|
||||
{=var-set:alt_httpd={=ini-get:%(CONFIGDIR)/nhttpd.conf;WebsiteMain.override_directory;/var/httpd=}=}
|
||||
{=var-set:vf={=if-file-exists:{=var-get:alt_httpd=}/Y_Version.txt~{=var-get:alt_httpd=}/Y_Version.txt~Y_Version.txt=}=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
|
@@ -20,166 +20,166 @@ end-block~build_live_url
|
||||
|
||||
# ------- yWeb save Settings
|
||||
start-block~yWeb_save_settings
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;management_ip;{=managementIP=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;management_ip2;{=managementIP2=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;wol_mac_1;{=wol_mac_1=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;wol_mac_2;{=wol_mac_2=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;wol_mac_3;{=wol_mac_3=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;wol_desc_1;{=wol_desc_1=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;wol_desc_2;{=wol_desc_2=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;wol_desc_3;{=wol_desc_3=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;fb;{=fb=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;start_page;{=start_page=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;style;{=style=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;yweb_box_name;{=yweb_box_name=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;yweb_box_color;{=yweb_box_color=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;management_ip;{=managementIP=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;management_ip2;{=managementIP2=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;wol_mac_1;{=wol_mac_1=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;wol_mac_2;{=wol_mac_2=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;wol_mac_3;{=wol_mac_3=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;wol_desc_1;{=wol_desc_1=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;wol_desc_2;{=wol_desc_2=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;wol_desc_3;{=wol_desc_3=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;fb;{=fb=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;start_page;{=start_page=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;style;{=style=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;yweb_box_name;{=yweb_box_name=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;yweb_box_color;{=yweb_box_color=}~save=}
|
||||
end-block~yWeb_save_settings
|
||||
|
||||
# ------- Live save Settings
|
||||
start-block~Live_save_settings
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;slavebox;{=slavebox=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;vlc_record_path;{=vlc_record_path=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;deinterlace;{=deinterlace=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;deinterlace_filter;{=v=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;udp;{=udp=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;http_caching;{=http_caching=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;slavebox;{=slavebox=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;vlc_record_path;{=vlc_record_path=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;deinterlace;{=deinterlace=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;deinterlace_filter;{=v=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;udp;{=udp=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;http_caching;{=http_caching=}~save=}
|
||||
end-block~Live_save_settings
|
||||
|
||||
# ------- nhttpd save Settings
|
||||
start-block~nhttpd_save_settings
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;mod_auth.username;{=authuser=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;mod_auth.password;{=authpassword=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;mod_auth.no_auth_client;{=noauthclient=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;mod_auth.authenticate;{=authenticate=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;WebsiteMain.port;{=port=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;webserver.threading;{=threading=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;server.no_keep-alive_ips;{=no_keep_alive_ips=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;WebsiteMain.hosted_directory;{=hosted_directory=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;WebsiteMain.override_directory;{=override_directory=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;mod_sendfile.mime_types;{=mod_sendfile_mime_types=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;mod_sendfile.sendAll;{=mod_sendfile_sendAll=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;Language.selected;{=language=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;Tuxbox.DisplayLogos;{=Tuxbox_DisplayLogos=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;Tuxbox.LogosURL;{=Tuxbox_LogosURL=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;mod_auth.username;{=authuser=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;mod_auth.password;{=authpassword=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;mod_auth.no_auth_client;{=noauthclient=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;mod_auth.authenticate;{=authenticate=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;WebsiteMain.port;{=port=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;webserver.threading;{=threading=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;server.no_keep-alive_ips;{=no_keep_alive_ips=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;WebsiteMain.hosted_directory;{=hosted_directory=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;WebsiteMain.override_directory;{=override_directory=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;mod_sendfile.mime_types;{=mod_sendfile_mime_types=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;mod_sendfile.sendAll;{=mod_sendfile_sendAll=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;Language.selected;{=language=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;Tuxbox.DisplayLogos;{=Tuxbox_DisplayLogos=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;Tuxbox.LogosURL;{=Tuxbox_LogosURL=}~save=}
|
||||
{=func:do_reload_httpd_config=}
|
||||
end-block~nhttpd_save_settings
|
||||
|
||||
# ------- Video / Audio save Settings
|
||||
start-block~video_audio_save_settings
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;video_Format;{=video_Format=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;video_backgroundFormat;{=video_backgroundFormat=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;video_csync;{=h_video_csync=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;vcr_AutoSwitch;{=vcr_AutoSwitch=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audio_AnalogMode;{=audio_AnalogMode=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audiochannel_up_down_enable;{=audiochannel_up_down_enable=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audio_left_right_selectable;{=audio_left_right_selectable=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audio_avs_Control;{=h_audio_avs_Control=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audio_DolbyDigital;{=audio_DolbyDigital=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audio_step;{=audio_step=}~save=}
|
||||
{=ini-set:/var/tuxbox/config/controld.conf;vcroutput;{=h_vcroutput=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/controld.conf;videooutput;{=h_videooutput=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;video_Format;{=video_Format=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;video_backgroundFormat;{=video_backgroundFormat=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;video_csync;{=h_video_csync=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;vcr_AutoSwitch;{=vcr_AutoSwitch=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audio_AnalogMode;{=audio_AnalogMode=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audiochannel_up_down_enable;{=audiochannel_up_down_enable=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audio_left_right_selectable;{=audio_left_right_selectable=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audio_avs_Control;{=h_audio_avs_Control=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audio_DolbyDigital;{=audio_DolbyDigital=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audio_step;{=audio_step=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/controld.conf;vcroutput;{=h_vcroutput=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/controld.conf;videooutput;{=h_videooutput=}~save=}
|
||||
end-block~video_audio_save_settings
|
||||
|
||||
# ------- LCD save Settings
|
||||
start-block~lcd_save_settings
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;lcd_power;{=lcd_power=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;lcd_inverse;{=lcd_inverse=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;lcd_dim_time;{=lcd_dim_time=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;lcd_dim_brightness;{=lcd_dim_brightness=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;lcd_epgmode;{=lcd_epgmode=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;lcd_show_volume;{=lcd_show_volume=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;lcd_contrast;{=lcd_contrast=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;lcd_brightness;{=lcd_brightness=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;lcd_standbybrightness;{=lcd_standbybrightness=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;lcd_power;{=lcd_power=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;lcd_inverse;{=lcd_inverse=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;lcd_dim_time;{=lcd_dim_time=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;lcd_dim_brightness;{=lcd_dim_brightness=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;lcd_epgmode;{=lcd_epgmode=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;lcd_show_volume;{=lcd_show_volume=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;lcd_contrast;{=lcd_contrast=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;lcd_brightness;{=lcd_brightness=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;lcd_standbybrightness;{=lcd_standbybrightness=}~save=}
|
||||
end-block~lcd_save_settings
|
||||
|
||||
# ------- Buttons save Settings
|
||||
start-block~buttons_save_settings
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;bouquetlist_mode;{=bouquetlist_mode=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_bouquet_down;{=key_bouquet_down=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_bouquet_up;{=key_bouquet_up=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_channelList_addrecord;{=key_channelList_addrecord=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_channelList_addremind;{=key_channelList_addremind=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_channelList_cancel;{=key_channelList_cancel=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_channelList_pagedown;{=key_channelList_pagedown=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_channelList_pageup;{=key_channelList_pageup=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_channelList_reload;{=key_channelList_reload=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_channelList_search;{=key_channelList_search=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_channelList_sort;{=key_channelList_sort=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_lastchannel;{=key_lastchannel=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_quickzap_down;{=key_quickzap_down=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_quickzap_up;{=key_quickzap_up=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_subchannel_down;{=key_subchannel_down=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_subchannel_toggle;{=key_subchannel_toggle=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_subchannel_up;{=key_subchannel_up=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_tvradio_mode;{=key_tvradio_mode=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;key_zaphistory;{=key_zaphistory=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;bouquetlist_mode;{=bouquetlist_mode=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_bouquet_down;{=key_bouquet_down=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_bouquet_up;{=key_bouquet_up=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_channelList_addrecord;{=key_channelList_addrecord=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_channelList_addremind;{=key_channelList_addremind=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_channelList_cancel;{=key_channelList_cancel=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_channelList_pagedown;{=key_channelList_pagedown=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_channelList_pageup;{=key_channelList_pageup=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_channelList_reload;{=key_channelList_reload=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_channelList_search;{=key_channelList_search=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_channelList_sort;{=key_channelList_sort=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_lastchannel;{=key_lastchannel=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_quickzap_down;{=key_quickzap_down=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_quickzap_up;{=key_quickzap_up=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_subchannel_down;{=key_subchannel_down=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_subchannel_toggle;{=key_subchannel_toggle=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_subchannel_up;{=key_subchannel_up=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_tvradio_mode;{=key_tvradio_mode=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;key_zaphistory;{=key_zaphistory=}~save=}
|
||||
end-block~buttons_save_settings
|
||||
|
||||
# ------- Personalize save Settings
|
||||
start-block~personalize_save_settings
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_tvmode;{=p_tv=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_radiomode;{=p_radio=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_scartmode;{=p_scart=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_games;{=p_games=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_audioplayer;{=p_audioplayer=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_inetradio;{=p_inetradio=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_movieplayer;{=p_movieplayer=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_pictureviewer;{=p_picviewer=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_pincode;{=p_pincode=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_upnpbrowser;{=p_upnp=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_sleeptimer;{=p_sleeptimer=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_reboot;{=p_reboot=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_shutdown;{=p_shutdown=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_settings;{=p_settings=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_video;{=p_video=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_audio;{=p_audio=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_youth;{=p_youth=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_network;{=p_network=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_recording;{=p_recording=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_language;{=p_language=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_colors;{=p_colors=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_lcd;{=p_lcd=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_keybinding;{=p_keybinding=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_mediaplayer;{=p_mediaplayer=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_driver;{=p_driver=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_misc;{=p_misc=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_service;{=p_service=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_bouqueteditor;{=p_bouqueteditor=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_scants;{=p_scants=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_reload;{=p_reload=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_getplugins;{=p_getplugins=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_restart;{=p_restart=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_epgrestart;{=p_epgrestart=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_chan_epg_stat;{=p_chan_epg_stat=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_imageinfo;{=p_imageinfo=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_update;{=p_update=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_bluebutton;{=p_bluebutton=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;personalize_redbutton;{=p_redbutton=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_tvmode;{=p_tv=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_radiomode;{=p_radio=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_scartmode;{=p_scart=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_games;{=p_games=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_audioplayer;{=p_audioplayer=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_inetradio;{=p_inetradio=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_movieplayer;{=p_movieplayer=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_pictureviewer;{=p_picviewer=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_pincode;{=p_pincode=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_upnpbrowser;{=p_upnp=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_sleeptimer;{=p_sleeptimer=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_reboot;{=p_reboot=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_shutdown;{=p_shutdown=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_settings;{=p_settings=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_video;{=p_video=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_audio;{=p_audio=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_youth;{=p_youth=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_network;{=p_network=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_recording;{=p_recording=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_language;{=p_language=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_colors;{=p_colors=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_lcd;{=p_lcd=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_keybinding;{=p_keybinding=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_mediaplayer;{=p_mediaplayer=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_driver;{=p_driver=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_misc;{=p_misc=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_service;{=p_service=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_bouqueteditor;{=p_bouqueteditor=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_scants;{=p_scants=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_reload;{=p_reload=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_getplugins;{=p_getplugins=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_restart;{=p_restart=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_epgrestart;{=p_epgrestart=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_chan_epg_stat;{=p_chan_epg_stat=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_imageinfo;{=p_imageinfo=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_update;{=p_update=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_bluebutton;{=p_bluebutton=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;personalize_redbutton;{=p_redbutton=}~save=}
|
||||
end-block~personalize_save_settings
|
||||
|
||||
# ------- VNC save Settings
|
||||
start-block~vnc_save_settings
|
||||
{=ini-set:/var/tuxbox/config/vnc.conf;server;{=server=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/vnc.conf;port;{=port=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/vnc.conf;passwd;{=password=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/vnc.conf;scale;{=scale=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/vnc.conf;server;{=server=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/vnc.conf;port;{=port=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/vnc.conf;passwd;{=password=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/vnc.conf;scale;{=scale=}~save=}
|
||||
end-block~vnc_save_settings
|
||||
|
||||
# ------- Timer save Settings
|
||||
start-block~timer_save_settings
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;tvinfo_username;{=tvinfo_username=}=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;tvinfo_password;{=tvinfo_password=}=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;klack_url;{=klack_url=}=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;klack_securitycode;{=klack_securitycode=}=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;live_resolution_w;{=ini-get:/var/tuxbox/config/Y-Web.conf;live_resolution_w;384=}=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;live_resolution_h;{=ini-get:/var/tuxbox/config/Y-Web.conf;live_resolution_h;288=}=}
|
||||
{=file-action:/var/tuxbox/config/channels.txt;add;{=channels=}=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;tvinfo_username;{=tvinfo_username=}=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;tvinfo_password;{=tvinfo_password=}=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;klack_url;{=klack_url=}=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;klack_securitycode;{=klack_securitycode=}=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;live_resolution_w;{=ini-get:%(CONFIGDIR)/Y-Web.conf;live_resolution_w;384=}=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;live_resolution_h;{=ini-get:%(CONFIGDIR)/Y-Web.conf;live_resolution_h;288=}=}
|
||||
{=file-action:%(CONFIGDIR)/channels.txt;add;{=channels=}=}
|
||||
end-block~timer_save_settings
|
||||
|
||||
# ------- Ext save Settings
|
||||
start-block~ext_save_settings
|
||||
{=file-action:/var/tuxbox/config/extentions.txt;add;{=extentions=}=}
|
||||
{=file-action:%(CONFIGDIR)/extentions.txt;add;{=extentions=}=}
|
||||
end-block~ext_save_settings
|
||||
|
||||
# ------- No Managemant Error
|
||||
@@ -198,7 +198,7 @@ end-block~no_management
|
||||
|
||||
# ------- Managemant Check : insert at Top of Page
|
||||
start-block~management_check_top
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
{=if-empty:{=var-get:management=}
|
||||
~
|
||||
{=include-block:Y_Blocks.txt;no_management=}
|
||||
@@ -330,9 +330,9 @@ end-block~frame_iso_head
|
||||
|
||||
# ------- nhttpd save Settings
|
||||
start-block~start_wizard_save_settings
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;start_page;{=start_page=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/Y-Web.conf;startup;true~save=}
|
||||
{=ini-set:/var/tuxbox/config/nhttpd.conf;Language.selected;{=language=}=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;start_page;{=start_page=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/Y-Web.conf;startup;true~save=}
|
||||
{=ini-set:%(CONFIGDIR)/nhttpd.conf;Language.selected;{=language=}=}
|
||||
{=func:do_reload_httpd_config=}
|
||||
end-block~start_wizard_save_settings
|
||||
|
||||
@@ -390,7 +390,7 @@ end-block~start_wizard_page
|
||||
# ------- Lay-Frame MAIN
|
||||
start-block~frame_main
|
||||
|
||||
{=if-empty:{=ini-get:/var/tuxbox/config/Y-Web.conf;startup=}~
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/Y-Web.conf;startup=}~
|
||||
{=include-block:Y_Blocks.txt;start_wizard_page=}
|
||||
~
|
||||
{=include-block:Y_Blocks.txt;frame_head=}
|
||||
@@ -438,7 +438,7 @@ end-block~frame_secondary
|
||||
# ------- Lay-Frame Boxcontrol-Menu
|
||||
start-block~frame_boxcontrol
|
||||
{=var-set:sec_menu=Y_Boxcontrol_Menue.yhtm=}
|
||||
{=var-set:startpage={=ini-get:/var/tuxbox/config/Y-Web.conf;start_page;bouquets=}=}
|
||||
{=var-set:startpage={=ini-get:%(CONFIGDIR)/Y-Web.conf;start_page;bouquets=}=}
|
||||
{=var-set:work=
|
||||
{=if-equal:{=var-get:startpage=}~bouquets~Y_Boxcontrol_Bouquets.yhtm
|
||||
~
|
||||
@@ -508,8 +508,8 @@ end-block~frame_live_epg
|
||||
|
||||
# ------- Remote
|
||||
start-block~remote
|
||||
{=var-set:nfbtype={=ini-get:/var/tuxbox/config/neutrino.conf;remote_control_hardware=}=}
|
||||
{=var-set:yfbtype={=ini-get:/var/tuxbox/config/Y-Web.conf;fb;0=}=}
|
||||
{=var-set:nfbtype={=ini-get:%(CONFIGDIR)/neutrino.conf;remote_control_hardware=}=}
|
||||
{=var-set:yfbtype={=ini-get:%(CONFIGDIR)/Y-Web.conf;fb;0=}=}
|
||||
{=var-set:boxtype={=func:get_boxtype=}=}
|
||||
{=if-equal:{=var-get:yfbtype=}~0~
|
||||
{=if-equal:{=var-get:nfbtype=}~2~ {=include-block:Y_Blocks.txt;rc_dbox_philips=}~
|
||||
|
@@ -232,14 +232,14 @@ function get_data(){
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
{=if-empty:{=ini-get:/var/tuxbox/config/Y-Web.conf;slavebox=}~~
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/Y-Web.conf;slavebox=}~~
|
||||
<div class="y_menu_sec_box">
|
||||
<div class="y_menu_sec_box_head"><h2>Switch to</h2></div>
|
||||
<div class="y_menu_sec_box_body">
|
||||
<div class="y_menu_sec">
|
||||
<ul>
|
||||
<li>
|
||||
<a target="_top" title="{=L:bc.menue.webinf_slavebox=}" href="http://{=ini-get:/var/tuxbox/config/Y-Web.conf;slavebox=}/">{=ini-get:/var/tuxbox/config/Y-Web.conf;slavebox=}</a>
|
||||
<a target="_top" title="{=L:bc.menue.webinf_slavebox=}" href="http://{=ini-get:%(CONFIGDIR)/Y-Web.conf;slavebox=}/">{=ini-get:%(CONFIGDIR)/Y-Web.conf;slavebox=}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@@ -67,7 +67,7 @@ function epg_imdb(){
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
epg_plus_init("{=ini-get:/var/tuxbox/config/nhttpd.conf;Tuxbox.DisplayLogos=}");
|
||||
epg_plus_init("{=ini-get:%(CONFIGDIR)/nhttpd.conf;Tuxbox.DisplayLogos=}");
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{=var-set:extension={=if-file-exists:/var/tuxbox/config/extentions.txt~/var/tuxbox/config/extentions.txt~{=if-file-exists:/var/httpd/extentions.txt~/var/httpd/extentions.txt~/share/tuxbox/neutrino/httpd/extentions.txt=}=}=}
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
{=var-set:extension={=if-file-exists:%(CONFIGDIR)/extentions.txt~%(CONFIGDIR)/extentions.txt~{=if-file-exists:/var/httpd/extentions.txt~/var/httpd/extentions.txt~/share/tuxbox/neutrino/httpd/extentions.txt=}=}=}
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
<script type="text/javascript" src="/prototype.js"></script>
|
||||
<script type="text/javascript" src="/Y_Baselib.js"></script>
|
||||
|
@@ -23,7 +23,7 @@ function do_submit(){
|
||||
<table border="0" class="y_form_table" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td><textarea name="extentions" id="ext" cols="90" rows="30" title="extention list">{=if-file-exists:/var/tuxbox/config/extentions.txt~{=include:/var/tuxbox/config/extentions.txt=}~{=if-file-exists:/var/httpd/extentions.txt~{=include:/var/httpd/extentions.txt=}~{=include:/share/tuxbox/neutrino/httpd/extentions.txt=}=}=}</textarea></td>
|
||||
<td><textarea name="extentions" id="ext" cols="90" rows="30" title="extention list">{=if-file-exists:%(CONFIGDIR)/extentions.txt~{=include:%(CONFIGDIR)/extentions.txt=}~{=if-file-exists:/var/httpd/extentions.txt~{=include:/var/httpd/extentions.txt=}~{=include:/share/tuxbox/neutrino/httpd/extentions.txt=}=}=}</textarea></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br/>
|
||||
|
@@ -236,7 +236,7 @@ function uninstall_build_list2(){
|
||||
/*build_list*/
|
||||
i=0;
|
||||
ext.installed_extensions.sortBy(function(e){return e.get('tag');}).each(function(e){
|
||||
res=loadSyncURL("/y/cgi?execute=if-file-exists:/var/tuxbox/config/ext/"+e.get('tag')+"_uninstall.inc~1~0");
|
||||
res=loadSyncURL("/y/cgi?execute=if-file-exists:%(CONFIGDIR)/ext/"+e.get('tag')+"_uninstall.inc~1~0");
|
||||
uninstall_list_addRow(update_body,++i,e,res=="1");
|
||||
});
|
||||
$('statusline').hide();
|
||||
|
@@ -9,7 +9,7 @@ function init(){
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
<body onload="init()">
|
||||
<div class="y_menu_sec_box">
|
||||
<div class="y_menu_sec_box_head"><h2>{=L:main.info=}</h2></div>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{=var-set:must_management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
{=var-set:must_management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
{=include-block:Y_Blocks.txt;head_no_charset=}
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
|
||||
<script type="text/javascript" src="/Y_Baselib.js"></script>
|
||||
@@ -151,13 +151,13 @@ function view_transcode_mode(){
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
haveUDP = ("{=find-exec:udpstreamts=}" != "");
|
||||
isUDP = ("{=ini-get:/var/tuxbox/config/Y-Web.conf;udp;false=}" == "true");
|
||||
isUDP = ("{=ini-get:%(CONFIGDIR)/Y-Web.conf;udp;false=}" == "true");
|
||||
Mode = "{=mode=}";
|
||||
LiveTyp = "{=typ=}";
|
||||
ClientAddr = "{=func:get_request_data clientaddr=}";
|
||||
insert_message_control("{=L:live.build_vlc=}");
|
||||
isDeinterlace = ("{=ini-get:/var/tuxbox/config/Y-Web.conf;deinterlace;false=}" == "true");
|
||||
cachetime = {=ini-get:/var/tuxbox/config/Y-Web.conf;http_caching;0=};
|
||||
isDeinterlace = ("{=ini-get:%(CONFIGDIR)/Y-Web.conf;deinterlace;false=}" == "true");
|
||||
cachetime = {=ini-get:%(CONFIGDIR)/Y-Web.conf;http_caching;0=};
|
||||
Lgetting_channels="{=L:live.getting_channels=}";
|
||||
Lgetting_bouquets="{=L:live.getting_bouquets=}";
|
||||
|
||||
|
@@ -8,8 +8,8 @@
|
||||
<iframe name="I1" src="Y_Live_View.yhtm" target="Hauptframe" width="400" height="360" scrolling="no">
|
||||
Ihr Browser unterstützt Inlineframes nicht oder zeigt sie in der derzeitigen Konfiguration nicht an.
|
||||
</iframe>
|
||||
{=if-empty:{=ini-get:/var/tuxbox/config/Y-Web.conf;slavebox=}~<div><font color="Red">Kein IP f<>r Slave Box angegeben!<br>Einstellen unter Settings->yWeb.</font></div>~
|
||||
<iframe name="I2" src="http://{=ini-get:/var/tuxbox/config/Y-Web.conf;slavebox=}/Y_Live_View.yhtm" width="400" height="360" scrolling="no">
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/Y-Web.conf;slavebox=}~<div><font color="Red">Kein IP f<>r Slave Box angegeben!<br>Einstellen unter Settings->yWeb.</font></div>~
|
||||
<iframe name="I2" src="http://{=ini-get:%(CONFIGDIR)/Y-Web.conf;slavebox=}/Y_Live_View.yhtm" width="400" height="360" scrolling="no">
|
||||
Ihr Browser unterstützt Inlineframes nicht oder zeigt sie in der derzeitigen Konfiguration nicht an.
|
||||
</iframe>
|
||||
=}
|
||||
|
@@ -29,7 +29,7 @@ function init(){
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
<body>
|
||||
<div class="y_menu_sec_box">
|
||||
<div class="y_menu_sec_box_head"><h2>{=L:live.heading=}</h2></div>
|
||||
|
@@ -156,7 +156,7 @@ function doRecord()
|
||||
<tr><td class="y_form_header" colspan="4">{=L:live.rec.record_mode=}</td></tr>
|
||||
<tr>
|
||||
<td>{=L:live.rec.filename=}:</td>
|
||||
<td colspan="3"><input type="text" id="record_filename" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;vlc_record_path=}"/></td>
|
||||
<td colspan="3"><input type="text" id="record_filename" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;vlc_record_path=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
|
@@ -80,7 +80,7 @@ function vlc() {
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
{=var-set:alt_httpd={=ini-get:/var/tuxbox/config/nhttpd.conf;WebsiteMain.override_directory;/var/httpd=}=}
|
||||
{=var-set:alt_httpd={=ini-get:%(CONFIGDIR)/nhttpd.conf;WebsiteMain.override_directory;/var/httpd=}=}
|
||||
{=var-set:vf={=if-file-exists:{=var-get:alt_httpd=}/Y_Version.txt~{=var-get:alt_httpd=}/Y_Version.txt~Y_Version.txt=}=}
|
||||
<body>
|
||||
<div class="y_menu_prim_box">
|
||||
@@ -119,8 +119,8 @@ function vlc() {
|
||||
</td>
|
||||
<td align="right">
|
||||
<span id="state" style="color : red;font-family: Courier New, Courier, monospace;"> </span>
|
||||
<span id="box_name" {=if-empty:{=ini-get:/var/tuxbox/config/Y-Web.conf;yweb_box_color=}~~style="color : #{=ini-get:/var/tuxbox/config/Y-Web.conf;yweb_box_color=};"=}>
|
||||
{=ini-get:/var/tuxbox/config/Y-Web.conf;yweb_box_name=}</span>
|
||||
<span id="box_name" {=if-empty:{=ini-get:%(CONFIGDIR)/Y-Web.conf;yweb_box_color=}~~style="color : #{=ini-get:%(CONFIGDIR)/Y-Web.conf;yweb_box_color=};"=}>
|
||||
{=ini-get:%(CONFIGDIR)/Y-Web.conf;yweb_box_name=}</span>
|
||||
<span id="clock">00:00</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
@@ -24,7 +24,7 @@ function do_refresh_liveview()
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:live.set.http_caching=}</td>
|
||||
<td><input type="text" name="http_caching" size="5" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;http_caching;1000=}"/></td>
|
||||
<td><input type="text" name="http_caching" size="5" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;http_caching;1000=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:live.set.udp_defaul=}</td>
|
||||
@@ -35,15 +35,15 @@ function do_refresh_liveview()
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:live.set.slavebox_ip=}</td>
|
||||
<td><input type="text" name="slavebox" size="15" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;slavebox=}" title="{=L:live.set.enter_ip=}"/></td>
|
||||
<td><input type="text" name="slavebox" size="15" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;slavebox=}" title="{=L:live.set.enter_ip=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:live.set.vlc_rec_dir=}</td>
|
||||
<td><input type="text" name="vlc_record_path" size="17" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;vlc_record_path=}"/></td>
|
||||
<td><input type="text" name="vlc_record_path" size="17" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;vlc_record_path=}"/></td>
|
||||
</tr>
|
||||
<!--- <tr>
|
||||
<td>VLC Aufnahmetyp</td>
|
||||
<td><input type="text" name="vlc_record_mux_type" size="17" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;vlc_record_mux_type=}" title="VLC record mux type"/></td>
|
||||
<td><input type="text" name="vlc_record_mux_type" size="17" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;vlc_record_mux_type=}" title="VLC record mux type"/></td>
|
||||
</tr>
|
||||
-->
|
||||
</table>
|
||||
@@ -57,12 +57,12 @@ function do_refresh_liveview()
|
||||
//<![CDATA[
|
||||
function form_init()
|
||||
{
|
||||
val = "{=ini-get:/var/tuxbox/config/Y-Web.conf;deinterlace;false=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/Y-Web.conf;deinterlace;false=}";
|
||||
if(val == "true")
|
||||
document.f.deinterlace[1].checked = true;
|
||||
else
|
||||
document.f.deinterlace[0].checked = true;
|
||||
val = "{=ini-get:/var/tuxbox/config/Y-Web.conf;udp;false=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/Y-Web.conf;udp;false=}";
|
||||
if(val == "true")
|
||||
document.f.udp[1].checked = true;
|
||||
else
|
||||
|
@@ -12,7 +12,7 @@ function init(){
|
||||
</script>
|
||||
</head>
|
||||
<body onload="init()">
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
<div class="y_menu_sec_box">
|
||||
<div class="y_menu_sec_box_head"><h2>{=L:main.settings=}</h2></div>
|
||||
<div class="y_menu_sec_box_body">
|
||||
|
@@ -25,11 +25,11 @@ function do_submit() {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.timer.username=}</td>
|
||||
<td><input type="text" name="tvinfo_username" size="15" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;tvinfo_username=}"/></td>
|
||||
<td><input type="text" name="tvinfo_username" size="15" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;tvinfo_username=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.timer.password=}</td>
|
||||
<td><input type="password" name="tvinfo_password" size="15" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;tvinfo_password=}"/></td>
|
||||
<td><input type="password" name="tvinfo_password" size="15" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;tvinfo_password=}"/></td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr>
|
||||
@@ -37,12 +37,12 @@ function do_submit() {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.timer.klack.url=}</td>
|
||||
<td><input type="text" name="klack_url" size="60" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;klack_url=}"/>
|
||||
<td><input type="text" name="klack_url" size="60" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;klack_url=}"/>
|
||||
<br/>{=L:set.timer.klack.url_desc=}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.timer.klack.security_code=}</td>
|
||||
<td><input type="password" name="klack_securitycode" size="15" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;klack_securitycode=}" title="{=L:set.timer.klack.security_code_desc=}"/></td>
|
||||
<td><input type="password" name="klack_securitycode" size="15" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;klack_securitycode=}" title="{=L:set.timer.klack.security_code_desc=}"/></td>
|
||||
</tr>
|
||||
// -->
|
||||
<tr>
|
||||
@@ -50,7 +50,7 @@ function do_submit() {
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td><textarea name="channels" cols="60" rows="10">{=if-file-exists:/var/tuxbox/config/channels.txt~{=include:/var/tuxbox/config/channels.txt=}~{=if-file-exists:/var/httpd/channels.txt~{=include:/var/httpd/channels.txt=}~{=include:/share/tuxbox/neutrino/httpd/channels.txt=}=}=}</textarea></td>
|
||||
<td><textarea name="channels" cols="60" rows="10">{=if-file-exists:%(CONFIGDIR)/channels.txt~{=include:%(CONFIGDIR)/channels.txt=}~{=if-file-exists:/var/httpd/channels.txt~{=include:/var/httpd/channels.txt=}~{=include:/share/tuxbox/neutrino/httpd/channels.txt=}=}=}</textarea></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br/>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
//<![CDATA[
|
||||
function form_init()
|
||||
{
|
||||
var val = {=ini-get:/var/tuxbox/config/vnc.conf;scale;1=};
|
||||
var val = {=ini-get:%(CONFIGDIR)/vnc.conf;scale;1=};
|
||||
document.f.scale[val-1].selected = true;
|
||||
}
|
||||
function do_submit()
|
||||
@@ -25,15 +25,15 @@ function do_submit()
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>Server</td>
|
||||
<td><input type="text" name="server" size="20" value="{=ini-get:/var/tuxbox/config/vnc.conf;server=}" title="enter IP (xxx.xxx.xxx.xxx)"/></td>
|
||||
<td><input type="text" name="server" size="20" value="{=ini-get:%(CONFIGDIR)/vnc.conf;server=}" title="enter IP (xxx.xxx.xxx.xxx)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Port</td>
|
||||
<td><input type="text" name="port" size="5" value="{=ini-get:/var/tuxbox/config/vnc.conf;port=}"/></td>
|
||||
<td><input type="text" name="port" size="5" value="{=ini-get:%(CONFIGDIR)/vnc.conf;port=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Passwort</td>
|
||||
<td><input type="password" name="password" size="20" value="{=ini-get:/var/tuxbox/config/vnc.conf;passwd=}"/></td>
|
||||
<td><input type="password" name="password" size="20" value="{=ini-get:%(CONFIGDIR)/vnc.conf;passwd=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Skalierung</td>
|
||||
|
@@ -23,43 +23,43 @@ input[type="text"],select {
|
||||
function do_init()
|
||||
{
|
||||
var val = "";
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;bouquetlist_mode;0~open=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;bouquetlist_mode;0~open=}";
|
||||
document.f.bouquetlist_mode.selectedIndex = val;
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_bouquet_down;105~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_bouquet_down;105~cache=}";
|
||||
document.f.key_bouquet_down.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_bouquet_up;106~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_bouquet_up;106~cache=}";
|
||||
document.f.key_bouquet_up.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_channelList_addrecord;398~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_channelList_addrecord;398~cache=}";
|
||||
document.f.key_channelList_addrecord.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_channelList_addremind;400~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_channelList_addremind;400~cache=}";
|
||||
document.f.key_channelList_addremind.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_channelList_cancel;102~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_channelList_cancel;102~cache=}";
|
||||
document.f.key_channelList_cancel.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_channelList_pagedown;115~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_channelList_pagedown;115~cache=}";
|
||||
document.f.key_channelList_pagedown.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_channelList_pageup;114~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_channelList_pageup;114~cache=}";
|
||||
document.f.key_channelList_pageup.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_channelList_reload;141~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_channelList_reload;141~cache=}";
|
||||
document.f.key_channelList_reload.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_channelList_search;399~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_channelList_search;399~cache=}";
|
||||
document.f.key_channelList_search.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_channelList_sort;401~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_channelList_sort;401~cache=}";
|
||||
document.f.key_channelList_sort.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_lastchannel;11~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_lastchannel;11~cache=}";
|
||||
document.f.key_lastchannel.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_quickzap_down;108~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_quickzap_down;108~cache=}";
|
||||
document.f.key_quickzap_down.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_quickzap_up;103~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_quickzap_up;103~cache=}";
|
||||
document.f.key_quickzap_up.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_subchannel_down;105~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_subchannel_down;105~cache=}";
|
||||
document.f.key_subchannel_down.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_subchannel_toggle;11~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_subchannel_toggle;11~cache=}";
|
||||
document.f.key_subchannel_toggle.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_subchannel_up;106~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_subchannel_up;106~cache=}";
|
||||
document.f.key_subchannel_up.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_tvradio_mode;-2~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_tvradio_mode;-2~cache=}";
|
||||
document.f.key_tvradio_mode.value = itoKey(val);
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;key_zaphistory;102~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;key_zaphistory;102~cache=}";
|
||||
document.f.key_zaphistory.value = itoKey(val);
|
||||
}
|
||||
function rcsim(_key)
|
||||
|
@@ -13,21 +13,21 @@
|
||||
function do_init()
|
||||
{
|
||||
var val = "";
|
||||
obj_set_radio_value('lcd_power', "{=ini-get:/var/tuxbox/config/neutrino.conf;lcd_power;1~open=}");
|
||||
obj_set_radio_value('lcd_inverse', "{=ini-get:/var/tuxbox/config/neutrino.conf;lcd_inverse;0~cache=}");
|
||||
obj_set_radio_value('lcd_power', "{=ini-get:%(CONFIGDIR)/neutrino.conf;lcd_power;1~open=}");
|
||||
obj_set_radio_value('lcd_inverse', "{=ini-get:%(CONFIGDIR)/neutrino.conf;lcd_inverse;0~cache=}");
|
||||
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;lcd_dim_time;0~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;lcd_dim_time;0~cache=}";
|
||||
document.f.lcd_dim_time.value = val;
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;lcd_dim_brightness;0~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;lcd_dim_brightness;0~cache=}";
|
||||
document.f.lcd_dim_brightness.value = val;
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;lcd_contrast;15~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;lcd_contrast;15~cache=}";
|
||||
document.f.lcd_contrast.value = val;
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;lcd_brightness;255~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;lcd_brightness;255~cache=}";
|
||||
document.f.lcd_brightness.value = val;
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;lcd_standbybrightness;170~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;lcd_standbybrightness;170~cache=}";
|
||||
document.f.lcd_standbybrightness.value = val;
|
||||
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;lcd_epgmode;1~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;lcd_epgmode;1~cache=}";
|
||||
var sel = 0;
|
||||
if(val=="2") sel=1;
|
||||
if(val=="3") sel=2;
|
||||
@@ -36,7 +36,7 @@ function do_init()
|
||||
if(val=="15") sel=5;
|
||||
document.f.lcd_epgmode.selectedIndex = sel;
|
||||
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;lcd_show_volume;0~cache=}"
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;lcd_show_volume;0~cache=}"
|
||||
document.f.lcd_show_volume.value = val;
|
||||
}
|
||||
|
||||
|
@@ -4,10 +4,10 @@
|
||||
//<![CDATA[
|
||||
function form_init()
|
||||
{
|
||||
var check = {=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_type_{=R1=}=};
|
||||
var check = {=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_type_{=R1=}=};
|
||||
document.f.type[check].checked = true;
|
||||
|
||||
check = {=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_automount_{=R1=}=};
|
||||
check = {=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_automount_{=R1=}=};
|
||||
document.f.automount[check].checked = true;
|
||||
}
|
||||
function do_submit()
|
||||
@@ -36,27 +36,27 @@ function do_submit()
|
||||
</tr>
|
||||
<tr>
|
||||
<td>IP</td>
|
||||
<td><input type="text" name="ip" size="20" value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_ip_{=R1=}=}"/></td>
|
||||
<td><input type="text" name="ip" size="20" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_ip_{=R1=}=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Verzeichnis</td>
|
||||
<td><input type="text" name="dir" size="30" value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_dir_{=R1=}=}" title="remote directory. For CIFS do not use a leading slash."/></td>
|
||||
<td><input type="text" name="dir" size="30" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_dir_{=R1=}=}" title="remote directory. For CIFS do not use a leading slash."/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lokales Verzeichnis</td>
|
||||
<td><input type="text" name="localdir" size="30" value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_{=R1=}=}" title="local directory to by mounted"/></td>
|
||||
<td><input type="text" name="localdir" size="30" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_{=R1=}=}" title="local directory to by mounted"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MAC</td>
|
||||
<td><input type="text" name="mac" size="30" value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_mac_{=R1=}=}"/></td>
|
||||
<td><input type="text" name="mac" size="30" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_mac_{=R1=}=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Optionen 1</td>
|
||||
<td><input type="text" name="opt1" size="30" value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_mount_options1_{=R1=}=}" title="mount options 1"/></td>
|
||||
<td><input type="text" name="opt1" size="30" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_mount_options1_{=R1=}=}" title="mount options 1"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Optionen 2</td>
|
||||
<td><input type="text" name="opt2" size="30" value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_mount_options2_{=R1=}=}" title="mount options 2"/></td>
|
||||
<td><input type="text" name="opt2" size="30" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_mount_options2_{=R1=}=}" title="mount options 2"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Automount</td>
|
||||
@@ -67,11 +67,11 @@ function do_submit()
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Benutzername</td>
|
||||
<td><input type="text" name="username" size="30" value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_username_{=R1=}=}" title="username"/></td>
|
||||
<td><input type="text" name="username" size="30" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_username_{=R1=}=}" title="username"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Passwort</td>
|
||||
<td><input type="password" name="password" size="30" value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_password_{=R1=}=}" title="password"/></td>
|
||||
<td><input type="password" name="password" size="30" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_password_{=R1=}=}" title="password"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br/>
|
||||
|
@@ -5,10 +5,10 @@
|
||||
//<![CDATA[
|
||||
function form_init()
|
||||
{
|
||||
obj_set_radio_value('authenticate', "{=ini-get:/var/tuxbox/config/nhttpd.conf;mod_auth.authenticate;false=}");
|
||||
obj_set_radio_value('threading', "{=ini-get:/var/tuxbox/config/nhttpd.conf;webserver.threading;false=}");
|
||||
obj_set_radio_value('mod_sendfile_sendAll', "{=ini-get:/var/tuxbox/config/nhttpd.conf;mod_sendfile.sendAll;false=}");
|
||||
obj_set_radio_value('Tuxbox_DisplayLogos', "{=ini-get:/var/tuxbox/config/nhttpd.conf;Tuxbox.DisplayLogos;true=}"); // MARTII
|
||||
obj_set_radio_value('authenticate', "{=ini-get:%(CONFIGDIR)/nhttpd.conf;mod_auth.authenticate;false=}");
|
||||
obj_set_radio_value('threading', "{=ini-get:%(CONFIGDIR)/nhttpd.conf;webserver.threading;false=}");
|
||||
obj_set_radio_value('mod_sendfile_sendAll', "{=ini-get:%(CONFIGDIR)/nhttpd.conf;mod_sendfile.sendAll;false=}");
|
||||
obj_set_radio_value('Tuxbox_DisplayLogos', "{=ini-get:%(CONFIGDIR)/nhttpd.conf;Tuxbox.DisplayLogos;true=}"); // MARTII
|
||||
|
||||
do_check_input_LogosURL()
|
||||
}
|
||||
@@ -46,15 +46,15 @@ function do_check_input_LogosURL()
|
||||
<tr><td colspan="2" class="y_form_header">{=L:set.nhttpd.authentication=}</td></tr>
|
||||
<tr>
|
||||
<td>{=L:user=}</td>
|
||||
<td><input type="text" name="authuser" size="20" value="{=ini-get:/var/tuxbox/config/nhttpd.conf;mod_auth.username;root~open=}" title="{=L:user=}"/></td>
|
||||
<td><input type="text" name="authuser" size="20" value="{=ini-get:%(CONFIGDIR)/nhttpd.conf;mod_auth.username;root~open=}" title="{=L:user=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:password=}</td>
|
||||
<td><input type="password" name="authpassword" size="20" value="{=ini-get:/var/tuxbox/config/nhttpd.conf;mod_auth.password;dbox2~cache=}" title="{=L:password=}"/></td>
|
||||
<td><input type="password" name="authpassword" size="20" value="{=ini-get:%(CONFIGDIR)/nhttpd.conf;mod_auth.password;dbox2~cache=}" title="{=L:password=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.nhttpd.client_without_authentication=}</td>
|
||||
<td><input type="text" name="noauthclient" size="20" value="{=ini-get:/var/tuxbox/config/nhttpd.conf;mod_auth.no_auth_client~cache=}" title="{=L:set.nhttpd.client_without_authentication_desc=}"/></td>
|
||||
<td><input type="text" name="noauthclient" size="20" value="{=ini-get:%(CONFIGDIR)/nhttpd.conf;mod_auth.no_auth_client~cache=}" title="{=L:set.nhttpd.client_without_authentication_desc=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.nhttpd.authentication=}</td>
|
||||
@@ -72,7 +72,7 @@ function do_check_input_LogosURL()
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.nhttpd.port=}</td>
|
||||
<td><input type="text" name="port" size="20" value="{=ini-get:/var/tuxbox/config/nhttpd.conf;WebsiteMain.port;80~cache=}" title="{=L:set.nhttpd.port=}"/> {=L:set.nhttpd.active_after_boot=}
|
||||
<td><input type="text" name="port" size="20" value="{=ini-get:%(CONFIGDIR)/nhttpd.conf;WebsiteMain.port;80~cache=}" title="{=L:set.nhttpd.port=}"/> {=L:set.nhttpd.active_after_boot=}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -85,18 +85,18 @@ function do_check_input_LogosURL()
|
||||
<tr>
|
||||
<td>{=L:set.nhttpd.alternate_web_folder=}</td>
|
||||
<td>
|
||||
<input type="text" name="override_directory" size="20" value="{=ini-get:/var/tuxbox/config/nhttpd.conf;WebsiteMain.override_directory~cache=}" title="{=L:set.nhttpd.alternate_web_folder=}"/> {=L:set.nhttpd.active_after_boot=}
|
||||
<input type="text" name="override_directory" size="20" value="{=ini-get:%(CONFIGDIR)/nhttpd.conf;WebsiteMain.override_directory~cache=}" title="{=L:set.nhttpd.alternate_web_folder=}"/> {=L:set.nhttpd.active_after_boot=}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.nhttpd.hosted_folder=}</td>
|
||||
<td>
|
||||
<input type="text" name="hosted_directory" size="20" value="{=ini-get:/var/tuxbox/config/nhttpd.conf;WebsiteMain.hosted_directory~cache=}" title="Root of hosted Web. Enter mount directory."/> {=L:set.nhttpd.active_after_boot=}
|
||||
<input type="text" name="hosted_directory" size="20" value="{=ini-get:%(CONFIGDIR)/nhttpd.conf;WebsiteMain.hosted_directory~cache=}" title="Root of hosted Web. Enter mount directory."/> {=L:set.nhttpd.active_after_boot=}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.nhttpd.allowed_file_extensions=}</td>
|
||||
<td><input type="text" name="mod_sendfile_mime_types" size="60" value="{=ini-get:/var/tuxbox/config/nhttpd.conf;mod_sendfile.mime_types~cache=}"/></td>
|
||||
<td><input type="text" name="mod_sendfile_mime_types" size="60" value="{=ini-get:%(CONFIGDIR)/nhttpd.conf;mod_sendfile.mime_types~cache=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.nhttpd.allow_all_file_extensions=}</td>
|
||||
@@ -115,13 +115,13 @@ function do_check_input_LogosURL()
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.nhttpd.url_of_logos=}</td>
|
||||
<td><input type="text" name="Tuxbox_LogosURL" size="60" value="{=ini-get:/var/tuxbox/config/nhttpd.conf;Tuxbox.LogosURL~cache=}" title="{=L:set.nhttpd.url_of_logos_desc=}"/></td>
|
||||
<td><input type="text" name="Tuxbox_LogosURL" size="60" value="{=ini-get:%(CONFIGDIR)/nhttpd.conf;Tuxbox.LogosURL~cache=}" title="{=L:set.nhttpd.url_of_logos_desc=}"/></td>
|
||||
</tr>
|
||||
<tr><td colspan="2" class="y_form_header">{=L:set.nhttpd.server=}</td></tr>
|
||||
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~
|
||||
<tr>
|
||||
<td>{=L:set.nhttpd.ips_without_keep_alive=}<br/>{=L:set.nhttpd.ips_without_keep_alive_desc=} </td>
|
||||
<td><input type="text" name="no_keep_alive_ips" size="30" maxsize="254" value="{=ini-get:/var/tuxbox/config/nhttpd.conf;server.no_keep-alive_ips;~cache=}" />
|
||||
<td><input type="text" name="no_keep_alive_ips" size="30" maxsize="254" value="{=ini-get:%(CONFIGDIR)/nhttpd.conf;server.no_keep-alive_ips;~cache=}" />
|
||||
</td>
|
||||
</tr>
|
||||
=}
|
||||
|
@@ -15,44 +15,44 @@ function do_submit()
|
||||
}
|
||||
function do_init()
|
||||
{
|
||||
obj_set_radio_value('p_tv', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_tvmode;1~open=}");
|
||||
obj_set_radio_value('p_radio', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_radiomode;1~cache=}");
|
||||
obj_set_radio_value('p_scart', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_scartmode;1~cache=}");
|
||||
obj_set_radio_value('p_games', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_games;1~cache=}");
|
||||
obj_set_radio_value('p_audioplayer', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_audioplayer;1~cache=}");
|
||||
obj_set_radio_value('p_inetradio', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_inetradio;1~cache=}");
|
||||
obj_set_radio_value('p_movieplayer', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_movieplayer;1~cache=}");
|
||||
obj_set_radio_value('p_picviewer', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_pictureviewer;1~cache=}");
|
||||
obj_set_radio_value('p_pinstatus', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_pinstatus;0~cache=}");
|
||||
obj_set_radio_value('p_upnp', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_upnpbrowser;1~cache=}");
|
||||
obj_set_radio_value('p_sleeptimer', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_sleeptimer;1~cache=}");
|
||||
obj_set_radio_value('p_reboot', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_reboot;1~cache=}");
|
||||
obj_set_radio_value('p_shutdown', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_shutdown;1~cache=}");
|
||||
obj_set_radio_value('p_settings', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_settings;0~cache=}");
|
||||
obj_set_radio_value('p_video', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_video;1~cache=}");
|
||||
obj_set_radio_value('p_audio', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_audio;1~cache=}");
|
||||
obj_set_radio_value('p_youth', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_youth;1~cache=}");
|
||||
obj_set_radio_value('p_network', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_network;1~cache=}");
|
||||
obj_set_radio_value('p_recording', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_recording;1~cache=}");
|
||||
obj_set_radio_value('p_language', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_language;1~cache=}");
|
||||
obj_set_radio_value('p_colors', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_colors;1~cache=}");
|
||||
obj_set_radio_value('p_lcd', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_lcd;1~cache=}");
|
||||
obj_set_radio_value('p_keybinding', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_keybinding;1~cache=}");
|
||||
obj_set_radio_value('p_mediaplayer', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_mediaplayer;1~cache=}");
|
||||
obj_set_radio_value('p_driver', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_driver;1~cache=}");
|
||||
obj_set_radio_value('p_misc', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_misc;1~cache=}");
|
||||
obj_set_radio_value('p_service', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_service;0~cache=}");
|
||||
obj_set_radio_value('p_bouqueteditor', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_bouqueteditor;1~cache=}");
|
||||
obj_set_radio_value('p_scants', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_scants;1~cache=}");
|
||||
obj_set_radio_value('p_reload', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_reload;1~cache=}");
|
||||
obj_set_radio_value('p_getplugins', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_getplugins;1~cache=}");
|
||||
obj_set_radio_value('p_restart', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_restart;1~cache=}");
|
||||
obj_set_radio_value('p_epgrestart', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_epgrestart;1~cache=}");
|
||||
obj_set_radio_value('p_chan_epg_stat', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_chan_epg_stat;1~cache=}");
|
||||
obj_set_radio_value('p_imageinfo', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_imageinfo;1~cache=}");
|
||||
obj_set_radio_value('p_update', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_update;1~cache=}");
|
||||
obj_set_radio_value('p_bluebutton', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_bluebutton;1~cache=}");
|
||||
obj_set_radio_value('p_redbutton', "{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_redbutton;1~cache=}");
|
||||
obj_set_radio_value('p_tv', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_tvmode;1~open=}");
|
||||
obj_set_radio_value('p_radio', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_radiomode;1~cache=}");
|
||||
obj_set_radio_value('p_scart', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_scartmode;1~cache=}");
|
||||
obj_set_radio_value('p_games', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_games;1~cache=}");
|
||||
obj_set_radio_value('p_audioplayer', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_audioplayer;1~cache=}");
|
||||
obj_set_radio_value('p_inetradio', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_inetradio;1~cache=}");
|
||||
obj_set_radio_value('p_movieplayer', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_movieplayer;1~cache=}");
|
||||
obj_set_radio_value('p_picviewer', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_pictureviewer;1~cache=}");
|
||||
obj_set_radio_value('p_pinstatus', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_pinstatus;0~cache=}");
|
||||
obj_set_radio_value('p_upnp', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_upnpbrowser;1~cache=}");
|
||||
obj_set_radio_value('p_sleeptimer', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_sleeptimer;1~cache=}");
|
||||
obj_set_radio_value('p_reboot', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_reboot;1~cache=}");
|
||||
obj_set_radio_value('p_shutdown', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_shutdown;1~cache=}");
|
||||
obj_set_radio_value('p_settings', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_settings;0~cache=}");
|
||||
obj_set_radio_value('p_video', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_video;1~cache=}");
|
||||
obj_set_radio_value('p_audio', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_audio;1~cache=}");
|
||||
obj_set_radio_value('p_youth', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_youth;1~cache=}");
|
||||
obj_set_radio_value('p_network', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_network;1~cache=}");
|
||||
obj_set_radio_value('p_recording', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_recording;1~cache=}");
|
||||
obj_set_radio_value('p_language', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_language;1~cache=}");
|
||||
obj_set_radio_value('p_colors', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_colors;1~cache=}");
|
||||
obj_set_radio_value('p_lcd', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_lcd;1~cache=}");
|
||||
obj_set_radio_value('p_keybinding', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_keybinding;1~cache=}");
|
||||
obj_set_radio_value('p_mediaplayer', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_mediaplayer;1~cache=}");
|
||||
obj_set_radio_value('p_driver', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_driver;1~cache=}");
|
||||
obj_set_radio_value('p_misc', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_misc;1~cache=}");
|
||||
obj_set_radio_value('p_service', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_service;0~cache=}");
|
||||
obj_set_radio_value('p_bouqueteditor', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_bouqueteditor;1~cache=}");
|
||||
obj_set_radio_value('p_scants', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_scants;1~cache=}");
|
||||
obj_set_radio_value('p_reload', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_reload;1~cache=}");
|
||||
obj_set_radio_value('p_getplugins', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_getplugins;1~cache=}");
|
||||
obj_set_radio_value('p_restart', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_restart;1~cache=}");
|
||||
obj_set_radio_value('p_epgrestart', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_epgrestart;1~cache=}");
|
||||
obj_set_radio_value('p_chan_epg_stat', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_chan_epg_stat;1~cache=}");
|
||||
obj_set_radio_value('p_imageinfo', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_imageinfo;1~cache=}");
|
||||
obj_set_radio_value('p_update', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_update;1~cache=}");
|
||||
obj_set_radio_value('p_bluebutton', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_bluebutton;1~cache=}");
|
||||
obj_set_radio_value('p_redbutton', "{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_redbutton;1~cache=}");
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
@@ -75,7 +75,7 @@ function do_init()
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PIN Code</td>
|
||||
<td> <input type="text" name="p_pincode" size="4" maxlength="4" value="{=ini-get:/var/tuxbox/config/neutrino.conf;personalize_pincode~open=}" title="PIN code"/></td>
|
||||
<td> <input type="text" name="p_pincode" size="4" maxlength="4" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;personalize_pincode~open=}" title="PIN code"/></td>
|
||||
</tr>
|
||||
<tr><td colspan="2" class="y_form_header">Farbtasten</td></tr>
|
||||
<tr><td>Taste Blau (Features)</td>
|
||||
|
@@ -8,32 +8,32 @@ function do_init()
|
||||
{
|
||||
var val = "";
|
||||
//video
|
||||
val = "{=ini-get:/var/tuxbox/config/controld.conf;videooutput;1~open=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/controld.conf;videooutput;1~open=}";
|
||||
document.f.videooutput.selectedIndex = val;
|
||||
obj_set_radio_value('vcroutput', "{=ini-get:/var/tuxbox/config/controld.conf;vcroutput;0~cache=}");
|
||||
obj_set_radio_value('vcroutput', "{=ini-get:%(CONFIGDIR)/controld.conf;vcroutput;0~cache=}");
|
||||
document.f.h_vcroutput.value = obj_get_radio_value("vcroutput");
|
||||
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;video_Format;2~open=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;video_Format;2~open=}";
|
||||
document.f.video_Format.selectedIndex = val;
|
||||
|
||||
val = "{=ini-get:/var/tuxbox/config/controld.conf;video_backgroundFormat;2~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/controld.conf;video_backgroundFormat;2~cache=}";
|
||||
var sel = 0;
|
||||
if(val=="2") sel=1;
|
||||
if(val=="3") sel=2;
|
||||
document.f.video_backgroundFormat.selectedIndex = sel;
|
||||
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;video_csync;0~cache=}"
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;video_csync;0~cache=}"
|
||||
document.f.video_csync.value = val;
|
||||
obj_set_radio_value('vcr_AutoSwitch', "{=ini-get:/var/tuxbox/config/neutrino.conf;vcr_AutoSwitch;true~cache=}");
|
||||
obj_set_radio_value('vcr_AutoSwitch', "{=ini-get:%(CONFIGDIR)/neutrino.conf;vcr_AutoSwitch;true~cache=}");
|
||||
//audio
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;audio_AnalogMode;0~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;audio_AnalogMode;0~cache=}";
|
||||
document.f.audio_AnalogMode.selectedIndex = val;
|
||||
obj_set_radio_value('audiochannel_up_down_enable', "{=ini-get:/var/tuxbox/config/neutrino.conf;audiochannel_up_down_enable;false~cache=}");
|
||||
obj_set_radio_value('audio_left_right_selectable', "{=ini-get:/var/tuxbox/config/neutrino.conf;audio_left_right_selectable;false~cache=}");
|
||||
obj_set_radio_value('audio_DolbyDigital', "{=ini-get:/var/tuxbox/config/neutrino.conf;audio_DolbyDigital;false~cache=}");
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;audio_avs_Control;1~cache=}";
|
||||
obj_set_radio_value('audiochannel_up_down_enable', "{=ini-get:%(CONFIGDIR)/neutrino.conf;audiochannel_up_down_enable;false~cache=}");
|
||||
obj_set_radio_value('audio_left_right_selectable', "{=ini-get:%(CONFIGDIR)/neutrino.conf;audio_left_right_selectable;false~cache=}");
|
||||
obj_set_radio_value('audio_DolbyDigital', "{=ini-get:%(CONFIGDIR)/neutrino.conf;audio_DolbyDigital;false~cache=}");
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;audio_avs_Control;1~cache=}";
|
||||
document.f.audio_avs_Control.selectedIndex = val;
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;audio_step;5~cache=}"
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;audio_step;5~cache=}"
|
||||
document.f.audio_step.value = val;
|
||||
}
|
||||
function set_hidden_values()
|
||||
|
@@ -4,9 +4,9 @@
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
var g_wol = new Array(
|
||||
"{=ini-get:/var/tuxbox/config/Y-Web.conf;wol_mac_1=}",
|
||||
"{=ini-get:/var/tuxbox/config/Y-Web.conf;wol_mac_2=}",
|
||||
"{=ini-get:/var/tuxbox/config/Y-Web.conf;wol_mac_3=}");
|
||||
"{=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_mac_1=}",
|
||||
"{=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_mac_2=}",
|
||||
"{=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_mac_3=}");
|
||||
function do_wol(_nr)
|
||||
{
|
||||
var nhttpd_version = loadSyncURL("/control/exec?Y_Tools&wol&"+g_wol[_nr-1]);
|
||||
@@ -30,15 +30,15 @@ function goto_settings(){
|
||||
<form name="f" action="/y/cgi">
|
||||
<table border="0" class="y_form_table">
|
||||
<tr>
|
||||
<td>Wake on Lan MAC 1 ({=ini-get:/var/tuxbox/config/Y-Web.conf;wol_mac_1=}) {=ini-get:/var/tuxbox/config/Y-Web.conf;wol_desc_1=}</td>
|
||||
<td>Wake on Lan MAC 1 ({=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_mac_1=}) {=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_desc_1=}</td>
|
||||
<td><input id="wol1" type="button" name="wol_mac_1" value="wake up" title="wake up that MAC" onclick='do_wol(1)'/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Wake on Lan MAC 2 ({=ini-get:/var/tuxbox/config/Y-Web.conf;wol_mac_2=}) {=ini-get:/var/tuxbox/config/Y-Web.conf;wol_desc_2=}</td>
|
||||
<td>Wake on Lan MAC 2 ({=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_mac_2=}) {=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_desc_2=}</td>
|
||||
<td><input id="wol2" type="button" name="wol_mac_2" value="wake up" title="wake up that MAC" onclick='do_wol(2)'/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Wake on Lan MAC 3 ({=ini-get:/var/tuxbox/config/Y-Web.conf;wol_mac_3=}) {=ini-get:/var/tuxbox/config/Y-Web.conf;wol_desc_3=}</td>
|
||||
<td>Wake on Lan MAC 3 ({=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_mac_3=}) {=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_desc_3=}</td>
|
||||
<td><input id="wol3" type="button" name="wol_mac_3" value="wake up" title="wake up that MAC" onclick='do_wol(3)'/></td>
|
||||
</tr>
|
||||
<tr><td colspan="2"><a href="javascript:goto_settings()" class="inlink">{=L:main.settings=}</a></td></tr>
|
||||
|
@@ -26,7 +26,7 @@ function do_submit(){
|
||||
}
|
||||
}
|
||||
function do_init(){
|
||||
val = "{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;0~open=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/Y-Web.conf;fb;0~open=}";
|
||||
var sel=2;
|
||||
switch(val){
|
||||
case "-2": // d-box philips
|
||||
@@ -46,14 +46,14 @@ function do_init(){
|
||||
break;
|
||||
}
|
||||
document.f.fb.selectedIndex = sel;
|
||||
val = "{=ini-get:/var/tuxbox/config/Y-Web.conf;start_page;bouquets~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/Y-Web.conf;start_page;bouquets~cache=}";
|
||||
var sel=2;
|
||||
switch(val){
|
||||
case "bouquets": sel=0; break;
|
||||
case "control": sel=1; break;
|
||||
}
|
||||
document.f.start_page.selectedIndex = sel;
|
||||
style_old = "{=ini-get:/var/tuxbox/config/Y-Web.conf;style~cache=}";
|
||||
style_old = "{=ini-get:%(CONFIGDIR)/Y-Web.conf;style~cache=}";
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
@@ -75,40 +75,40 @@ select {
|
||||
<tr><td class="y_form_header" colspan="4">{=L:set.yweb.management_IPs=}</td></tr>
|
||||
<tr>
|
||||
<td>IP 1</td>
|
||||
<td colspan="3"><input type="text" name="managementIP" size="15" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip=}" title="{=L:set.yweb.enter_ip_desc=}"/></td>
|
||||
<td colspan="3"><input type="text" name="managementIP" size="15" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip=}" title="{=L:set.yweb.enter_ip_desc=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>IP 2</td>
|
||||
<td colspan="3"><input type="text" name="managementIP2" size="15" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip2=}" title="{=L:set.yweb.enter_ip_desc=}"/></td>
|
||||
<td colspan="3"><input type="text" name="managementIP2" size="15" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip2=}" title="{=L:set.yweb.enter_ip_desc=}"/></td>
|
||||
</tr>
|
||||
<tr><td class="y_form_header" colspan="4">{=L:set.yweb.wake_on_lan=}</td></tr>
|
||||
<tr>
|
||||
<td>MAC 1</td>
|
||||
<td><input type="text" name="wol_mac_1" size="17" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;wol_mac_1=}" title="{=L:set.yweb.enter_mac_desc=}"/></td>
|
||||
<td><input type="text" name="wol_mac_1" size="17" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_mac_1=}" title="{=L:set.yweb.enter_mac_desc=}"/></td>
|
||||
<td>{=L:set.yweb.description=}</td>
|
||||
<td><input type="text" name="wol_desc_1" size="17" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;wol_desc_1=}" title="{=L:set.yweb.enter_description_desc=}"/></td>
|
||||
<td><input type="text" name="wol_desc_1" size="17" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_desc_1=}" title="{=L:set.yweb.enter_description_desc=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MAC 2</td>
|
||||
<td><input type="text" name="wol_mac_2" size="17" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;wol_mac_2=}" title="{=L:set.yweb.enter_mac_desc=}"/></td>
|
||||
<td><input type="text" name="wol_mac_2" size="17" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_mac_2=}" title="{=L:set.yweb.enter_mac_desc=}"/></td>
|
||||
<td>{=L:set.yweb.description=}</td>
|
||||
<td><input type="text" name="wol_desc_2" size="17" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;wol_desc_2=}" title="{=L:set.yweb.enter_description_desc=}"/></td>
|
||||
<td><input type="text" name="wol_desc_2" size="17" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_desc_2=}" title="{=L:set.yweb.enter_description_desc=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MAC 3</td>
|
||||
<td><input type="text" name="wol_mac_3" size="17" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;wol_mac_3=}" title="{=L:set.yweb.enter_mac_desc=}"/></td>
|
||||
<td><input type="text" name="wol_mac_3" size="17" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_mac_3=}" title="{=L:set.yweb.enter_mac_desc=}"/></td>
|
||||
<td>{=L:set.yweb.description=}</td>
|
||||
<td><input type="text" name="wol_desc_3" size="17" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;wol_desc_3=}" title="{=L:set.yweb.enter_description_desc=}"/></td>
|
||||
<td><input type="text" name="wol_desc_3" size="17" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;wol_desc_3=}" title="{=L:set.yweb.enter_description_desc=}"/></td>
|
||||
</tr>
|
||||
<tr><td class="y_form_header" colspan="4">{=L:set.yweb.box_tag=}</td></tr>
|
||||
<tr>
|
||||
<td>{=L:set.yweb.box_tag=}</td>
|
||||
<td colspan="3"><input type="text" name="yweb_box_name" size="8" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;yweb_box_name=}"
|
||||
<td colspan="3"><input type="text" name="yweb_box_name" size="8" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;yweb_box_name=}"
|
||||
title="{=L:box_tag_desc=}"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.yweb.box_color=}</td>
|
||||
<td colspan="3"><input type="text" name="yweb_box_color" size="8" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;yweb_box_color=}"
|
||||
<td colspan="3"><input type="text" name="yweb_box_color" size="8" value="{=ini-get:%(CONFIGDIR)/Y-Web.conf;yweb_box_color=}"
|
||||
title="{=L:box_color_desc=}"/></td>
|
||||
</tr>
|
||||
<tr><td class="y_form_header" colspan="4">{=L:others=}</td></tr>
|
||||
|
@@ -43,10 +43,10 @@ function do_submit()
|
||||
</form>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<a type="application/octet-stream" href="/var/tuxbox/config/zapit/bouquets.xml">bouquets.xml</a><br/>
|
||||
<a type="application/octet-stream" href="/var/tuxbox/config/zapit/services.xml">services.xml</a><br/>
|
||||
<a type="application/octet-stream" href="/var/tuxbox/config/zapit/ubouquets.xml">ubouquets.xml</a><br/>
|
||||
<a type="application/octet-stream" href="/var/tuxbox/config/zapit/myservices.xml">myservices.xml</a><br/>
|
||||
<a type="application/octet-stream" href="%(CONFIGDIR)/zapit/bouquets.xml">bouquets.xml</a><br/>
|
||||
<a type="application/octet-stream" href="%(CONFIGDIR)/zapit/services.xml">services.xml</a><br/>
|
||||
<a type="application/octet-stream" href="%(CONFIGDIR)/zapit/ubouquets.xml">ubouquets.xml</a><br/>
|
||||
<a type="application/octet-stream" href="%(CONFIGDIR)/zapit/myservices.xml">myservices.xml</a><br/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@@ -57,22 +57,22 @@ function do_check(){
|
||||
else
|
||||
sLog_addRow(sLog_body, "green", "WebServer: version is "+nhttpd_version, "ok");
|
||||
|
||||
{=if-equal:{=ini-get:/var/tuxbox/config/nhttpd.conf;mod_auth.authenticate;false=}~false~~
|
||||
{=if-equal:{=ini-get:%(CONFIGDIR)/nhttpd.conf;mod_auth.authenticate;false=}~false~~
|
||||
sLog_addRow(sLog_body, "yellow", "WebServer: Authentication is on. ", "notice");
|
||||
=}
|
||||
{=if-equal:{=ini-get:/var/tuxbox/config/nhttpd.conf;WebsiteMain.port;80=}~80~~
|
||||
{=if-equal:{=ini-get:%(CONFIGDIR)/nhttpd.conf;WebsiteMain.port;80=}~80~~
|
||||
sLog_addRow(sLog_body, "yellow",
|
||||
"WebServer: not set to Standard-Port. Actual: {=ini-get:/var/tuxbox/config/nhttpd.conf;WebsiteMain.port;80=} "+wiki_url("Neutrino:yWeb#Webserver"), "notice");
|
||||
"WebServer: not set to Standard-Port. Actual: {=ini-get:%(CONFIGDIR)/nhttpd.conf;WebsiteMain.port;80=} "+wiki_url("Neutrino:yWeb#Webserver"), "notice");
|
||||
=}
|
||||
/*settings*/
|
||||
{=if-empty:{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip=}~~
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip=}~~
|
||||
sLog_addRow(sLog_body, "yellow",
|
||||
"Settings: Management IP(1) is set to {=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip=} ! Your IP is {=func:get_request_data client_addr=}. "
|
||||
"Settings: Management IP(1) is set to {=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip=} ! Your IP is {=func:get_request_data client_addr=}. "
|
||||
+wiki_url("Help-Settings-yWeb"), "notice");
|
||||
=}
|
||||
{=if-empty:{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip2=}~~
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip2=}~~
|
||||
sLog_addRow(sLog_body, "yellow",
|
||||
"Settings: Management IP(2) is set to {=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip2=} ! Your IP is {=func:get_request_data client_addr=}. "
|
||||
"Settings: Management IP(2) is set to {=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip2=} ! Your IP is {=func:get_request_data client_addr=}. "
|
||||
+wiki_url("Neutrino:yWeb#yWeb"), "notice");
|
||||
=}
|
||||
|
||||
|
@@ -13,7 +13,7 @@ function init(){
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
{=var-set:automount={=find-exec:automount=}=}
|
||||
{=var-set:ether-wake={=find-exec:ether-wake=}=}
|
||||
<body onload="init()">
|
||||
|
@@ -14,8 +14,8 @@
|
||||
<table border="0" cellspacing="0" cellpadding="4" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<input type="radio" name="planer" value="TVInfo" checked="checked" {=if-empty:{=ini-get:/var/tuxbox/config/Y-Web.conf;tvinfo_username=}~disabled~=}/>TVInfo<br/>
|
||||
<input type="radio" name="planer" value="Klack" disabled="disabled" style="display: none;" {=if-empty:{=ini-get:/var/tuxbox/config/Y-Web.conf;klack_url=}~disabled~=}/><!--Klack// -->
|
||||
<input type="radio" name="planer" value="TVInfo" checked="checked" {=if-empty:{=ini-get:%(CONFIGDIR)/Y-Web.conf;tvinfo_username=}~disabled~=}/>TVInfo<br/>
|
||||
<input type="radio" name="planer" value="Klack" disabled="disabled" style="display: none;" {=if-empty:{=ini-get:%(CONFIGDIR)/Y-Web.conf;klack_url=}~disabled~=}/><!--Klack// -->
|
||||
</td>
|
||||
<td>
|
||||
<!--
|
||||
@@ -69,8 +69,8 @@
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
var _username = "{=ini-get:/var/tuxbox/config/Y-Web.conf;tvinfo_username=}";
|
||||
var _password = "{=ini-get:/var/tuxbox/config/Y-Web.conf;tvinfo_password=}";
|
||||
var _username = "{=ini-get:%(CONFIGDIR)/Y-Web.conf;tvinfo_username=}";
|
||||
var _password = "{=ini-get:%(CONFIGDIR)/Y-Web.conf;tvinfo_password=}";
|
||||
var typ = "{=func:get_mode=}";
|
||||
|
||||
timer_list_init();
|
||||
|
@@ -50,7 +50,7 @@ start-block~neutrino_form-data_record
|
||||
<tr><td colspan="2" class="y_form_header">{=L:set.rec.rec_behavior=}</td></tr>
|
||||
<tr>
|
||||
<td>{=L:directory=}</td>
|
||||
<td><input type="text" name="network_nfs_recordingdir" size="60" value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_recordingdir~open=}" /></td>
|
||||
<td><input type="text" name="network_nfs_recordingdir" size="60" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_recordingdir~open=}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.rec.channeldir=}</td>
|
||||
@@ -68,12 +68,12 @@ start-block~neutrino_form-data_record
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.rec.recordtime=}</td>
|
||||
<td><input type="text" name="record_hours" size="5" value="{=ini-get:/var/tuxbox/config/neutrino.conf;record_hours~cache=}" /></td>
|
||||
<td><input type="text" name="record_hours" size="5" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;record_hours~cache=}" /></td>
|
||||
</tr>
|
||||
<tr><td colspan="2" class="y_form_header">{=L:set.rec.timeshift_desc=}</td></tr>
|
||||
<tr>
|
||||
<td>{=L:directory=}</td>
|
||||
<td><input type="text" name="timeshiftdir" size="60" value="{=ini-get:/var/tuxbox/config/neutrino.conf;timeshiftdir~open=}" /></td>
|
||||
<td><input type="text" name="timeshiftdir" size="60" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;timeshiftdir~open=}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.rec.timeshift.pause=}</td>
|
||||
@@ -84,7 +84,7 @@ start-block~neutrino_form-data_record
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.rec.timeshift.auto_record=}</td>
|
||||
<td><input type="text" name="auto_timeshift" size="5" value="{=ini-get:/var/tuxbox/config/neutrino.conf;auto_timeshift~cache=}" /></td>
|
||||
<td><input type="text" name="auto_timeshift" size="5" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;auto_timeshift~cache=}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.rec.timeshift.auto_delete=}</td>
|
||||
@@ -103,11 +103,11 @@ start-block~neutrino_form-data_record
|
||||
<tr><td colspan="2" class="y_form_header">{=L:set.rec.timer_settings=}</td></tr>
|
||||
<tr>
|
||||
<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=}" /> {=L:set.reboot_required=}</td>
|
||||
<td><input type="text" name="EXTRA_TIME_START" size="3" maxlength="3" value="{=ini-get:%(CONFIGDIR)/timerd.conf;EXTRA_TIME_START;0=}" /> {=L:set.reboot_required=}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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=}" /> {=L:set.reboot_required=}</td>
|
||||
<td><input type="text" name="EXTRA_TIME_END" size="3" maxlength="3" value="{=ini-get:%(CONFIGDIR)/timerd.conf;EXTRA_TIME_END;0=}" /> {=L:set.reboot_required=}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.rec.zap=}</td>
|
||||
@@ -118,7 +118,7 @@ start-block~neutrino_form-data_record
|
||||
</tr>
|
||||
<tr>
|
||||
<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=}" /> {=L:set.reboot_required=}</td>
|
||||
<td><input type="text" name="ZAPTO_EXTRA_TIME_START" size="3" maxlength="3" value="{=ini-get:%(CONFIGDIR)/timerd.conf;ZAPTO_EXTRA_TIME_START;0=}" /> {=L:set.reboot_required=}</td>
|
||||
</tr>
|
||||
<tr><td colspan="2" class="y_form_header">{=L:set.rec.audio_channels=}</td></tr>
|
||||
<tr>
|
||||
@@ -158,14 +158,14 @@ function form_init()
|
||||
{
|
||||
var val = "";
|
||||
|
||||
obj_set_radio_value('recording_zap_on_announce', "{=ini-get:/var/tuxbox/config/neutrino.conf;recording_zap_on_announce;false=}");
|
||||
obj_set_radio_value('recording_epg_for_end', "{=ini-get:/var/tuxbox/config/neutrino.conf;recording_epg_for_end;false=}");
|
||||
obj_set_radio_value('recording_save_in_channeldir', "{=ini-get:/var/tuxbox/config/neutrino.conf;recording_save_in_channeldir;false=}");
|
||||
obj_set_radio_value('timeshift_pause', "{=ini-get:/var/tuxbox/config/neutrino.conf;timeshift_pause;0=}");
|
||||
obj_set_radio_value('auto_delete', "{=ini-get:/var/tuxbox/config/neutrino.conf;auto_delete;true=}");
|
||||
obj_set_radio_value('temp_timeshift', "{=ini-get:/var/tuxbox/config/neutrino.conf;temp_timeshift;0=}");
|
||||
obj_set_radio_value('recording_zap_on_announce', "{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_zap_on_announce;false=}");
|
||||
obj_set_radio_value('recording_epg_for_end', "{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_epg_for_end;false=}");
|
||||
obj_set_radio_value('recording_save_in_channeldir', "{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_save_in_channeldir;false=}");
|
||||
obj_set_radio_value('timeshift_pause', "{=ini-get:%(CONFIGDIR)/neutrino.conf;timeshift_pause;0=}");
|
||||
obj_set_radio_value('auto_delete', "{=ini-get:%(CONFIGDIR)/neutrino.conf;auto_delete;true=}");
|
||||
obj_set_radio_value('temp_timeshift', "{=ini-get:%(CONFIGDIR)/neutrino.conf;temp_timeshift;0=}");
|
||||
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;recording_audio_pids_default;true=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_audio_pids_default;true=}";
|
||||
val = parseInt(val);
|
||||
if(val & 1)
|
||||
document.f.audio_std[1].checked = true;
|
||||
@@ -197,20 +197,20 @@ end-block~neutrino_form-data_record
|
||||
|
||||
# ------- yWeb save Settings
|
||||
start-block~neutrino_record_save_settings
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;network_nfs_recordingdir;{=network_nfs_recordingdir=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_save_in_channeldir;{=recording_save_in_channeldir=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_zap_on_announce;{=recording_zap_on_announce=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_epg_for_end;{=recording_epg_for_end=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;timeshiftdir;{=timeshiftdir=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;record_hours;{=record_hours=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;timeshift_pause;{=timeshift_pause=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;auto_timeshift;{=auto_timeshift=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;auto_delete;{=auto_delete=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;temp_timeshift;{=temp_timeshift=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_audio_pids_default;{=recording_audio_pids_default=}~save=}
|
||||
{=ini-set:/var/tuxbox/config/timerd.conf;EXTRA_TIME_START;{=EXTRA_TIME_START=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/timerd.conf;EXTRA_TIME_END;{=EXTRA_TIME_END=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/timerd.conf;ZAPTO_EXTRA_TIME_START;{=ZAPTO_EXTRA_TIME_START=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;network_nfs_recordingdir;{=network_nfs_recordingdir=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_save_in_channeldir;{=recording_save_in_channeldir=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_zap_on_announce;{=recording_zap_on_announce=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_epg_for_end;{=recording_epg_for_end=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;timeshiftdir;{=timeshiftdir=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;record_hours;{=record_hours=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;timeshift_pause;{=timeshift_pause=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;auto_timeshift;{=auto_timeshift=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;auto_delete;{=auto_delete=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;temp_timeshift;{=temp_timeshift=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_audio_pids_default;{=recording_audio_pids_default=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/timerd.conf;EXTRA_TIME_START;{=EXTRA_TIME_START=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/timerd.conf;EXTRA_TIME_END;{=EXTRA_TIME_END=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/timerd.conf;ZAPTO_EXTRA_TIME_START;{=ZAPTO_EXTRA_TIME_START=}~save=}
|
||||
end-block~neutrino_record_save_settings
|
||||
|
||||
|
||||
@@ -241,7 +241,7 @@ start-block~neutrino_form-data_movieplayer
|
||||
function form_init()
|
||||
{
|
||||
var val = "";
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_moviedir~open=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_moviedir~open=}";
|
||||
document.f.network_nfs_moviedir.value = val;
|
||||
}
|
||||
function do_submit()
|
||||
@@ -256,7 +256,7 @@ end-block~neutrino_form-data_movieplayer
|
||||
|
||||
# ------- yWeb save Settings
|
||||
start-block~neutrino_movieplayer_save_settings
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;network_nfs_moviedir;{=network_nfs_moviedir=}=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;network_nfs_moviedir;{=network_nfs_moviedir=}=}
|
||||
end-block~neutrino_movieplayer_save_settings
|
||||
|
||||
|
||||
@@ -290,7 +290,7 @@ start-block~neutrino_form-data_parental
|
||||
</tr>
|
||||
<tr>
|
||||
<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=}" /></td>
|
||||
<td><input type="text" name="parentallock_pincode" size="4" maxlength="4" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;parentallock_pincode~open=}" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br/>
|
||||
@@ -306,10 +306,10 @@ start-block~neutrino_form-data_parental
|
||||
function form_init()
|
||||
{
|
||||
var val = "";
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;parentallock_prompt;0~open=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;parentallock_prompt;0~open=}";
|
||||
if(val > 0) val--;
|
||||
document.f.parentallock_prompt.selectedIndex = val;
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;parentallock_lockage;0~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;parentallock_lockage;0~cache=}";
|
||||
var sel=0;
|
||||
if(val=="16") sel=1;
|
||||
if(val=="18") sel=2;
|
||||
@@ -331,9 +331,9 @@ end-block~neutrino_form-data_parental
|
||||
|
||||
# ------- yWeb save Settings
|
||||
start-block~neutrino_parental_save_settings
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;parentallock_prompt;{=parentallock_prompt=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;parentallock_lockage;{=parentallock_lockage=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;parentallock_pincode;{=parentallock_pincode=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;parentallock_prompt;{=parentallock_prompt=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;parentallock_lockage;{=parentallock_lockage=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;parentallock_pincode;{=parentallock_pincode=}~save=}
|
||||
end-block~neutrino_parental_save_settings
|
||||
|
||||
# ------- Neutrino form-data: EPG -------------------------------
|
||||
@@ -377,26 +377,26 @@ start-block~neutrino_form-data_epg
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:miscsettings.epg_dir=}</td>
|
||||
<td><input type="text" name="epg_dir" size="40" value="{=ini-get:/var/tuxbox/config/neutrino.conf;epg_dir~open=}" title="" /> e.g. /media/sda1/epg/</td>
|
||||
<td><input type="text" name="epg_dir" size="40" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;epg_dir~open=}" title="" /> e.g. /media/sda1/epg/</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><br/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:miscsettings.epg_cache=}</td>
|
||||
<td><input type="text" name="epg_cache_time" size="5" value="{=ini-get:/var/tuxbox/config/neutrino.conf;epg_cache_time~cache=}" title="" /></td>
|
||||
<td><input type="text" name="epg_cache_time" size="5" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;epg_cache_time~cache=}" title="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:miscsettings.epg_extendedcache=}</td>
|
||||
<td><input type="text" name="epg_extendedcache_time" size="5" value="{=ini-get:/var/tuxbox/config/neutrino.conf;epg_extendedcache_time~cache=}" title="" /></td>
|
||||
<td><input type="text" name="epg_extendedcache_time" size="5" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;epg_extendedcache_time~cache=}" title="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:miscsettings.epg_old_events=}</td>
|
||||
<td><input type="text" name="epg_old_events" size="5" value="{=ini-get:/var/tuxbox/config/neutrino.conf;epg_old_events~cache=}" title="" /></td>
|
||||
<td><input type="text" name="epg_old_events" size="5" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;epg_old_events~cache=}" title="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:miscsettings.epg_max_events=}</td>
|
||||
<td><input type="text" name="epg_max_events" size="5" value="{=ini-get:/var/tuxbox/config/neutrino.conf;epg_max_events~cache=}" title="" /></td>
|
||||
<td><input type="text" name="epg_max_events" size="5" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;epg_max_events~cache=}" title="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><br/></td>
|
||||
@@ -435,13 +435,13 @@ start-block~neutrino_form-data_epg
|
||||
//<![CDATA[
|
||||
function form_init()
|
||||
{
|
||||
obj_set_radio_value('epg_save', "{=ini-get:/var/tuxbox/config/neutrino.conf;epg_save;false=}");
|
||||
obj_set_radio_value('epg_save_standby', "{=ini-get:/var/tuxbox/config/neutrino.conf;epg_save_standby;false~cache=}");
|
||||
obj_set_radio_value('epg_save_frequently', "{=ini-get:/var/tuxbox/config/neutrino.conf;epg_save_frequently;0~cache=}");
|
||||
obj_set_radio_value('epg_read', "{=ini-get:/var/tuxbox/config/neutrino.conf;epg_read;false~cache=}");
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;epg_scan_mode;0~cache=}";
|
||||
obj_set_radio_value('epg_save', "{=ini-get:%(CONFIGDIR)/neutrino.conf;epg_save;false=}");
|
||||
obj_set_radio_value('epg_save_standby', "{=ini-get:%(CONFIGDIR)/neutrino.conf;epg_save_standby;false~cache=}");
|
||||
obj_set_radio_value('epg_save_frequently', "{=ini-get:%(CONFIGDIR)/neutrino.conf;epg_save_frequently;0~cache=}");
|
||||
obj_set_radio_value('epg_read', "{=ini-get:%(CONFIGDIR)/neutrino.conf;epg_read;false~cache=}");
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;epg_scan_mode;0~cache=}";
|
||||
document.f.epg_scan_mode.selectedIndex = val;
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;epg_scan;1~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;epg_scan;1~cache=}";
|
||||
document.f.epg_scan.selectedIndex = (val-1);
|
||||
}
|
||||
|
||||
@@ -457,17 +457,17 @@ end-block~neutrino_form-data_epg
|
||||
|
||||
# ------- yWeb save EPG
|
||||
start-block~neutrino_epg_save_settings
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;epg_save;{=epg_save=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;epg_save_standby;{=epg_save_standby=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;epg_save_frequently;{=epg_save_frequently=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;epg_read;{=epg_read=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;epg_dir;{=epg_dir=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;epg_cache_time;{=epg_cache_time=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;epg_extendedcache_time;{=epg_extendedcache_time=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;epg_max_events;{=epg_max_events=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;epg_old_events;{=epg_old_events=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;epg_scan_mode;{=epg_scan_mode=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;epg_scan;{=epg_scan=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;epg_save;{=epg_save=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;epg_save_standby;{=epg_save_standby=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;epg_save_frequently;{=epg_save_frequently=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;epg_read;{=epg_read=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;epg_dir;{=epg_dir=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;epg_cache_time;{=epg_cache_time=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;epg_extendedcache_time;{=epg_extendedcache_time=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;epg_max_events;{=epg_max_events=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;epg_old_events;{=epg_old_events=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;epg_scan_mode;{=epg_scan_mode=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;epg_scan;{=epg_scan=}~save=}
|
||||
end-block~neutrino_epg_save_settings
|
||||
|
||||
# ------- Neutrino form-data: diverse -------------------------------
|
||||
@@ -512,7 +512,7 @@ start-block~neutrino_form-data_diverse
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Komplett ausschalten nach</td>
|
||||
<td><input type="text" name="shutdown_count" size="3" value="{=ini-get:/var/tuxbox/config/neutrino.conf;shutdown_count;0~open=}" title="shutdown after x sec"/> Min.</td>
|
||||
<td><input type="text" name="shutdown_count" size="3" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;shutdown_count;0~open=}" title="shutdown after x sec"/> Min.</td>
|
||||
</tr>
|
||||
<tr title="shutdown delay: off/on">
|
||||
<td>Verzögerter Shutdown</td>
|
||||
@@ -639,11 +639,11 @@ start-block~neutrino_form-data_diverse
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TV-Startkanal</td>
|
||||
<td><input type="text" name="startchannel_tv" size="4" value="{=ini-get:/var/tuxbox/config/zapit/zapit.conf;startChannelTV;0~open=}" title="tv-startchannel"/></td>
|
||||
<td><input type="text" name="startchannel_tv" size="4" value="{=ini-get:%(CONFIGDIR)/zapit/zapit.conf;startChannelTV;0~open=}" title="tv-startchannel"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Radio-Startkanal</td>
|
||||
<td><input type="text" name="startchannel_radio" size="4" value="{=ini-get:/var/tuxbox/config/zapit/zapit.conf;startChannelRadio;0~cache=}" title="radio-startchannel"/></td>
|
||||
<td><input type="text" name="startchannel_radio" size="4" value="{=ini-get:%(CONFIGDIR)/zapit/zapit.conf;startChannelRadio;0~cache=}" title="radio-startchannel"/></td>
|
||||
</tr>
|
||||
<tr title="save audio-PIDs: on/off">
|
||||
<td>Audio-PIDs speichern</td>
|
||||
@@ -664,11 +664,11 @@ start-block~neutrino_form-data_diverse
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Anfangsverzögerung</td>
|
||||
<td><input type="text" name="repeat_blocker" size="3" maxlength="3" value="{=ini-get:/var/tuxbox/config/neutrino.conf;repeat_blocker~open=}" title="start delay"/></td>
|
||||
<td><input type="text" name="repeat_blocker" size="3" maxlength="3" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;repeat_blocker~open=}" title="start delay"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Wiederholungsverzögerung</td>
|
||||
<td><input type="text" name="repeat_genericblocker" size="3" maxlength="3" value="{=ini-get:/var/tuxbox/config/neutrino.conf;repeat_genericblocker~cache=}" title="repeat delay"/></td>
|
||||
<td><input type="text" name="repeat_genericblocker" size="3" maxlength="3" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;repeat_genericblocker~cache=}" title="repeat delay"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" width="35%" class="y_form_header">Filebrowser</td>
|
||||
@@ -708,40 +708,40 @@ start-block~neutrino_form-data_diverse
|
||||
function form_init()
|
||||
{
|
||||
var val = "";
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;startmode;0=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;startmode;0=}";
|
||||
document.f.startmode.selectedIndex = val;
|
||||
|
||||
obj_set_radio_value('shutdown_real', "{=ini-get:/var/tuxbox/config/neutrino.conf;shutdown_real;true~cache=}");
|
||||
obj_set_radio_value('standby_save_power', "{=ini-get:/var/tuxbox/config/neutrino.conf;standby_save_power;false~cache=}");
|
||||
obj_set_radio_value('shutdown_real_rcdelay', "{=ini-get:/var/tuxbox/config/neutrino.conf;shutdown_real_rcdelay;true~cache=}");
|
||||
obj_set_radio_value('tuxtxt_cache', "{=ini-get:/var/tuxbox/config/neutrino.conf;tuxtxt_cache;false~cache=}");
|
||||
obj_set_radio_value('shutdown_real', "{=ini-get:%(CONFIGDIR)/neutrino.conf;shutdown_real;true~cache=}");
|
||||
obj_set_radio_value('standby_save_power', "{=ini-get:%(CONFIGDIR)/neutrino.conf;standby_save_power;false~cache=}");
|
||||
obj_set_radio_value('shutdown_real_rcdelay', "{=ini-get:%(CONFIGDIR)/neutrino.conf;shutdown_real_rcdelay;true~cache=}");
|
||||
obj_set_radio_value('tuxtxt_cache', "{=ini-get:%(CONFIGDIR)/neutrino.conf;tuxtxt_cache;false~cache=}");
|
||||
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;volumebar_disp_pos;4=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;volumebar_disp_pos;4=}";
|
||||
document.f.volumebar_disp_pos.selectedIndex = val;
|
||||
obj_set_radio_value('show_mute_icon', "{=ini-get:/var/tuxbox/config/neutrino.conf;show_mute_icon;1~cache=}");
|
||||
obj_set_radio_value('show_mute_icon', "{=ini-get:%(CONFIGDIR)/neutrino.conf;show_mute_icon;1~cache=}");
|
||||
|
||||
obj_set_radio_value('infobar_sat_display', "{=ini-get:/var/tuxbox/config/neutrino.conf;infobar_sat_display;true~cache=}");
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;infobar_subchan_disp_pos;0=}";
|
||||
obj_set_radio_value('infobar_sat_display', "{=ini-get:%(CONFIGDIR)/neutrino.conf;infobar_sat_display;true~cache=}");
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;infobar_subchan_disp_pos;0=}";
|
||||
document.f.infobar_subchan_disp_pos.selectedIndex = val;
|
||||
|
||||
obj_set_radio_value('virtual_zap_mode', "{=ini-get:/var/tuxbox/config/neutrino.conf;virtual_zap_mode;false~cache=}");
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;infobar_show;0=}";
|
||||
obj_set_radio_value('virtual_zap_mode', "{=ini-get:%(CONFIGDIR)/neutrino.conf;virtual_zap_mode;false~cache=}");
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;infobar_show;0=}";
|
||||
document.f.infobar_show.selectedIndex = val;
|
||||
obj_set_radio_value('radiotext', "{=ini-get:/var/tuxbox/config/neutrino.conf;radiotext_enable;false~cache=}");
|
||||
obj_set_radio_value('radiotext', "{=ini-get:%(CONFIGDIR)/neutrino.conf;radiotext_enable;false~cache=}");
|
||||
|
||||
obj_set_radio_value('epgtext_align_right', "{=ini-get:/var/tuxbox/config/neutrino.conf;channellist_epgtext_align_right;false~cache=}");
|
||||
obj_set_radio_value('channellist_extended', "{=ini-get:/var/tuxbox/config/neutrino.conf;channellist_extended;false~cache=}");
|
||||
obj_set_radio_value('epgtext_align_right', "{=ini-get:%(CONFIGDIR)/neutrino.conf;channellist_epgtext_align_right;false~cache=}");
|
||||
obj_set_radio_value('channellist_extended', "{=ini-get:%(CONFIGDIR)/neutrino.conf;channellist_extended;false~cache=}");
|
||||
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;standby_off_with;0=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;standby_off_with;0=}";
|
||||
document.f.standby_off_with.selectedIndex = val;
|
||||
|
||||
obj_set_radio_value('filesystem_is_utf8', "{=ini-get:/var/tuxbox/config/neutrino.conf;filesystem_is_utf8;true~cache=}");
|
||||
obj_set_radio_value('filebrowser_showrights', "{=ini-get:/var/tuxbox/config/neutrino.conf;filebrowser_showrights;1~cache=}");
|
||||
obj_set_radio_value('filebrowser_denydirectoryleave', "{=ini-get:/var/tuxbox/config/neutrino.conf;filebrowser_denydirectoryleave;false~cache=}");
|
||||
obj_set_radio_value('filesystem_is_utf8', "{=ini-get:%(CONFIGDIR)/neutrino.conf;filesystem_is_utf8;true~cache=}");
|
||||
obj_set_radio_value('filebrowser_showrights', "{=ini-get:%(CONFIGDIR)/neutrino.conf;filebrowser_showrights;1~cache=}");
|
||||
obj_set_radio_value('filebrowser_denydirectoryleave', "{=ini-get:%(CONFIGDIR)/neutrino.conf;filebrowser_denydirectoryleave;false~cache=}");
|
||||
//zapit
|
||||
obj_set_radio_value('save_lastchannel', "{=ini-get:/var/tuxbox/config/zapit/zapit.conf;saveLastChannel;true~open=}");
|
||||
obj_set_radio_value('save_audio_pids', "{=ini-get:/var/tuxbox/config/zapit/zapit.conf;saveAudioPIDs;false~cache=}");
|
||||
obj_set_radio_value('bouquet_others', "{=ini-get:/var/tuxbox/config/zapit/zapit.conf;makeRemainingChannelsBouquet;true~cache=}");
|
||||
obj_set_radio_value('save_lastchannel', "{=ini-get:%(CONFIGDIR)/zapit/zapit.conf;saveLastChannel;true~open=}");
|
||||
obj_set_radio_value('save_audio_pids', "{=ini-get:%(CONFIGDIR)/zapit/zapit.conf;saveAudioPIDs;false~cache=}");
|
||||
obj_set_radio_value('bouquet_others', "{=ini-get:%(CONFIGDIR)/zapit/zapit.conf;makeRemainingChannelsBouquet;true~cache=}");
|
||||
change_lastchannel();
|
||||
}
|
||||
|
||||
@@ -761,32 +761,32 @@ end-block~neutrino_form-data_diverse
|
||||
|
||||
# ------- yWeb save Settings
|
||||
start-block~neutrino_diverse_save_settings
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;channellist_epgtext_align_right;{=epgtext_align_right=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;channellist_extended;{=channellist_extended=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;filebrowser_showrights;{=filebrowser_showrights=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;filebrowser_denydirectoryleave;{=filebrowser_denydirectoryleave=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;filesystem_is_utf8;{=filesystem_is_utf8=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;infobar_sat_display;{=infobar_sat_display=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;infobar_show;{=infobar_show=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;infobar_subchan_disp_pos;{=infobar_subchan_disp_pos=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;radiotext_enable;{=radiotext=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;repeat_blocker;{=repeat_blocker=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;repeat_genericblocker;{=repeat_genericblocker=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;show_mute_icon;{=show_mute_icon=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;shutdown_count;{=shutdown_count=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;shutdown_real;{=shutdown_real=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;shutdown_real_rcdelay;{=shutdown_real_rcdelay=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;standby_off_with;{=standby_off_with=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;standby_save_power;{=standby_save_power=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;startmode;{=startmode=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;tuxtxt_cache;{=tuxtxt_cache=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;virtual_zap_mode;{=virtual_zap_mode=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;volumebar_disp_pos;{=volumebar_disp_pos=}~save=}
|
||||
{=ini-set:/var/tuxbox/config/zapit/zapit.conf;saveAudioPIDs;{=save_audio_pids=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/zapit/zapit.conf;saveLastChannel;{=save_lastchannel=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/zapit/zapit.conf;startChannelRadio;{=startchannel_radio=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/zapit/zapit.conf;startChannelTV;{=startchannel_tv=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/zapit/zapit.conf;makeRemainingChannelsBouquet;{=bouquet_others=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;channellist_epgtext_align_right;{=epgtext_align_right=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;channellist_extended;{=channellist_extended=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;filebrowser_showrights;{=filebrowser_showrights=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;filebrowser_denydirectoryleave;{=filebrowser_denydirectoryleave=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;filesystem_is_utf8;{=filesystem_is_utf8=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;infobar_sat_display;{=infobar_sat_display=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;infobar_show;{=infobar_show=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;infobar_subchan_disp_pos;{=infobar_subchan_disp_pos=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;radiotext_enable;{=radiotext=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;repeat_blocker;{=repeat_blocker=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;repeat_genericblocker;{=repeat_genericblocker=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;show_mute_icon;{=show_mute_icon=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;shutdown_count;{=shutdown_count=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;shutdown_real;{=shutdown_real=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;shutdown_real_rcdelay;{=shutdown_real_rcdelay=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;standby_off_with;{=standby_off_with=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;standby_save_power;{=standby_save_power=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;startmode;{=startmode=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;tuxtxt_cache;{=tuxtxt_cache=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;virtual_zap_mode;{=virtual_zap_mode=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;volumebar_disp_pos;{=volumebar_disp_pos=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/zapit/zapit.conf;saveAudioPIDs;{=save_audio_pids=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/zapit/zapit.conf;saveLastChannel;{=save_lastchannel=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/zapit/zapit.conf;startChannelRadio;{=startchannel_radio=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/zapit/zapit.conf;startChannelTV;{=startchannel_tv=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/zapit/zapit.conf;makeRemainingChannelsBouquet;{=bouquet_others=}~save=}
|
||||
end-block~neutrino_diverse_save_settings
|
||||
|
||||
# ------- Neutrino form-data: pictureviewer -------------------------------
|
||||
@@ -809,11 +809,11 @@ start-block~neutrino_form-data_pictureviewer
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.pv.slideshow_duration=}</td>
|
||||
<td><input type="text" name="picviewer_slide_time" size="2" maxlength="2" value="{=ini-get:/var/tuxbox/config/neutrino.conf;picviewer_slide_time~open=}" /></td>
|
||||
<td><input type="text" name="picviewer_slide_time" size="2" maxlength="2" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;picviewer_slide_time~open=}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.pv.start_dir=}</td>
|
||||
<td><input type="text" name="network_nfs_picturedir" size="20" value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_picturedir~cache=}" /></td>
|
||||
<td><input type="text" name="network_nfs_picturedir" size="20" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_picturedir~cache=}" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br/>
|
||||
@@ -830,7 +830,7 @@ start-block~neutrino_form-data_pictureviewer
|
||||
function form_init()
|
||||
{
|
||||
var val = "";
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;picviewer_scaling;0=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;picviewer_scaling;0=}";
|
||||
document.f.picviewer_scaling.selectedIndex = val;
|
||||
}
|
||||
|
||||
@@ -846,9 +846,9 @@ end-block~neutrino_form-data_pictureviewer
|
||||
|
||||
# ------- yWeb save Settings
|
||||
start-block~neutrino_pictureviewer_save_settings
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;picviewer_scaling;{=picviewer_scaling=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;picviewer_slide_time;{=picviewer_slide_time=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;network_nfs_picturedir;{=network_nfs_picturedir=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;picviewer_scaling;{=picviewer_scaling=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;picviewer_slide_time;{=picviewer_slide_time=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;network_nfs_picturedir;{=network_nfs_picturedir=}~save=}
|
||||
end-block~neutrino_pictureviewer_save_settings
|
||||
|
||||
# ------- Neutrino form-data: audioplayer -------------------------------
|
||||
@@ -898,7 +898,7 @@ start-block~neutrino_form-data_audioplayer
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.ap.screensaver=}</td>
|
||||
<td><input type="text" name="audioplayer_screensaver" size="2" maxlength="2" value="{=ini-get:/var/tuxbox/config/neutrino.conf;audioplayer_screensaver~open=}" /></td>
|
||||
<td><input type="text" name="audioplayer_screensaver" size="2" maxlength="2" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;audioplayer_screensaver~open=}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.ap.decode_priority=}</td>
|
||||
@@ -909,7 +909,7 @@ start-block~neutrino_form-data_audioplayer
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.ap.start_dir=}</td>
|
||||
<td><input type="text" name="network_nfs_audioplayerdir" size="20" value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_audioplayerdir~cache=}" /></td>
|
||||
<td><input type="text" name="network_nfs_audioplayerdir" size="20" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_audioplayerdir~cache=}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{=L:set.ap.parse_shoutcast=}</td>
|
||||
@@ -932,14 +932,14 @@ start-block~neutrino_form-data_audioplayer
|
||||
function form_init()
|
||||
{
|
||||
var val = "";
|
||||
obj_set_radio_value('audioplayer_follow', "{=ini-get:/var/tuxbox/config/neutrino.conf;audioplayer_follow;0~cache=}");
|
||||
obj_set_radio_value('audioplayer_select_title_by_name', "{=ini-get:/var/tuxbox/config/neutrino.conf;audioplayer_select_title_by_name;0~cache=}");
|
||||
obj_set_radio_value('audioplayer_repeat_on', "{=ini-get:/var/tuxbox/config/neutrino.conf;audioplayer_repeat_on;0~cache=}");
|
||||
obj_set_radio_value('audioplayer_show_playlist', "{=ini-get:/var/tuxbox/config/neutrino.conf;audioplayer_show_playlist;0~cache=}");
|
||||
obj_set_radio_value('audioplayer_highprio', "{=ini-get:/var/tuxbox/config/neutrino.conf;audioplayer_highprio;0~cache=}");
|
||||
obj_set_radio_value('audioplayer_enable_sc_metadata', "{=ini-get:/var/tuxbox/config/neutrino.conf;audioplayer_enable_sc_metadata;0~cache=}");
|
||||
obj_set_radio_value('audioplayer_follow', "{=ini-get:%(CONFIGDIR)/neutrino.conf;audioplayer_follow;0~cache=}");
|
||||
obj_set_radio_value('audioplayer_select_title_by_name', "{=ini-get:%(CONFIGDIR)/neutrino.conf;audioplayer_select_title_by_name;0~cache=}");
|
||||
obj_set_radio_value('audioplayer_repeat_on', "{=ini-get:%(CONFIGDIR)/neutrino.conf;audioplayer_repeat_on;0~cache=}");
|
||||
obj_set_radio_value('audioplayer_show_playlist', "{=ini-get:%(CONFIGDIR)/neutrino.conf;audioplayer_show_playlist;0~cache=}");
|
||||
obj_set_radio_value('audioplayer_highprio', "{=ini-get:%(CONFIGDIR)/neutrino.conf;audioplayer_highprio;0~cache=}");
|
||||
obj_set_radio_value('audioplayer_enable_sc_metadata', "{=ini-get:%(CONFIGDIR)/neutrino.conf;audioplayer_enable_sc_metadata;0~cache=}");
|
||||
|
||||
val = "{=ini-get:/var/tuxbox/config/neutrino.conf;audioplayer_display;0~cache=}";
|
||||
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;audioplayer_display;0~cache=}";
|
||||
document.f.audioplayer_display.selectedIndex = val;
|
||||
}
|
||||
|
||||
@@ -955,15 +955,15 @@ end-block~neutrino_form-data_audioplayer
|
||||
|
||||
# ------- save Settings
|
||||
start-block~neutrino_audioplayer_save_settings
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audioplayer_display;{=audioplayer_display=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audioplayer_follow;{=audioplayer_follow=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audioplayer_select_title_by_name;{=audioplayer_select_title_by_name=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audioplayer_repeat_on;{=audioplayer_repeat_on=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audioplayer_show_playlist;{=audioplayer_show_playlist=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audioplayer_screensaver;{=audioplayer_screensaver=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audioplayer_highprio;{=audioplayer_highprio=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;network_nfs_audioplayerdir;{=network_nfs_audioplayerdir=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;audioplayer_enable_sc_metadata;{=audioplayer_enable_sc_metadata=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audioplayer_display;{=audioplayer_display=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audioplayer_follow;{=audioplayer_follow=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audioplayer_select_title_by_name;{=audioplayer_select_title_by_name=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audioplayer_repeat_on;{=audioplayer_repeat_on=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audioplayer_show_playlist;{=audioplayer_show_playlist=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audioplayer_screensaver;{=audioplayer_screensaver=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audioplayer_highprio;{=audioplayer_highprio=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;network_nfs_audioplayerdir;{=network_nfs_audioplayerdir=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;audioplayer_enable_sc_metadata;{=audioplayer_enable_sc_metadata=}~save=}
|
||||
end-block~neutrino_audioplayer_save_settings
|
||||
|
||||
# ------- Neutrino form-data: direct_recording -------------------------------
|
||||
@@ -979,7 +979,7 @@ start-block~neutrino_form-data_direct_recording
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="35%">Max. Dateigröße (MB)</td>
|
||||
<td><input type="text" name="recording_splitsize" size="5" maxlength="5" value="{=ini-get:/var/tuxbox/config/neutrino.conf;recording_splitsize;9999~open=}" title="Max filesize/splitsize"/></td>
|
||||
<td><input type="text" name="recording_splitsize" size="5" maxlength="5" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_splitsize;9999~open=}" title="Max filesize/splitsize"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Größe Ringpuffer</td>
|
||||
@@ -1037,54 +1037,54 @@ start-block~neutrino_form-data_direct_recording
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vorlage für Dateinamen</td>
|
||||
<td><input type="text" name="recording_filename_template_0" size="16" value="{=ini-get:/var/tuxbox/config/neutrino.conf;recording_filename_template_0;%C_%I_%d_%t~cache=}" title="filename template %C=channel %T=title %I=info %d=date %t=time"/></td>
|
||||
<td><input type="text" name="recording_filename_template_0" size="16" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_filename_template_0;%C_%I_%d_%t~cache=}" title="filename template %C=channel %T=title %I=info %d=date %t=time"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Verzeichnisrechte</td>
|
||||
<td><input type="text" name="recording_dir_permissions_0" size="3" maxlength="3" value="{=ini-get:/var/tuxbox/config/neutrino.conf;recording_dir_permissions_0;755~cache=}" title="directory permissions (UNIX octals)"/></td>
|
||||
<td><input type="text" name="recording_dir_permissions_0" size="3" maxlength="3" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_dir_permissions_0;755~cache=}" title="directory permissions (UNIX octals)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="y_form_header">Aufnahmeverzeichnisse</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aufnahmeverzeichnis 0</td>
|
||||
<td><input type="text" name="recording_dir_0" size="40" value="{=ini-get:/var/tuxbox/config/neutrino.conf;recording_dir_0;~cache=}" title="recording directory"/></td>
|
||||
<td><input type="text" name="recording_dir_0" size="40" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_dir_0;~cache=}" title="recording directory"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aufnahmeverzeichnis 1</td>
|
||||
<td><input type="text" name="recording_dir_1" size="40" value="{=ini-get:/var/tuxbox/config/neutrino.conf;recording_dir_1;~cache=}" title="recording directory"/></td>
|
||||
<td><input type="text" name="recording_dir_1" size="40" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_dir_1;~cache=}" title="recording directory"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aufnahmeverzeichnis 2</td>
|
||||
<td><input type="text" name="recording_dir_2" size="40" value="{=ini-get:/var/tuxbox/config/neutrino.conf;recording_dir_2;~cache=}" title="recording directory"/></td>
|
||||
<td><input type="text" name="recording_dir_2" size="40" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_dir_2;~cache=}" title="recording directory"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aufnahmeverzeichnis 3</td>
|
||||
<td><input type="text" name="recording_dir_3" size="40" value="{=ini-get:/var/tuxbox/config/neutrino.conf;recording_dir_3;~cache=}" title="recording directory"/></td>
|
||||
<td><input type="text" name="recording_dir_3" size="40" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_dir_3;~cache=}" title="recording directory"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aufnahmeverzeichnis 4</td>
|
||||
<td><input type="text" name="recording_dir_4" size="40" value="{=ini-get:/var/tuxbox/config/neutrino.conf;recording_dir_4;~cache=}" title="recording directory"/></td>
|
||||
<td><input type="text" name="recording_dir_4" size="40" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_dir_4;~cache=}" title="recording directory"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aufnahmeverzeichnis 5</td>
|
||||
<td><input type="text" name="recording_dir_5" size="40" value="{=ini-get:/var/tuxbox/config/neutrino.conf;recording_dir_5;~cache=}" title="recording directory"/></td>
|
||||
<td><input type="text" name="recording_dir_5" size="40" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_dir_5;~cache=}" title="recording directory"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aufnahmeverzeichnis 6</td>
|
||||
<td><input type="text" name="recording_dir_6" size="40" value="{=ini-get:/var/tuxbox/config/neutrino.conf;recording_dir_6;~cache=}" title="recording directory"/></td>
|
||||
<td><input type="text" name="recording_dir_6" size="40" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_dir_6;~cache=}" title="recording directory"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aufnahmeverzeichnis 7</td>
|
||||
<td><input type="text" name="recording_dir_7" size="40" value="{=ini-get:/var/tuxbox/config/neutrino.conf;recording_dir_7;~cache=}" title="recording directory"/></td>
|
||||
<td><input type="text" name="recording_dir_7" size="40" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_dir_7;~cache=}" title="recording directory"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aufnahmeverzeichnis 8</td>
|
||||
<td><input type="text" name="recording_dir_8" size="40" value="{=ini-get:/var/tuxbox/config/neutrino.conf;recording_dir_8;~cache=}" title="recording directory"/></td>
|
||||
<td><input type="text" name="recording_dir_8" size="40" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_dir_8;~cache=}" title="recording directory"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aufnahmeverzeichnis 9</td>
|
||||
<td><input type="text" name="recording_dir_9" size="40" value="{=ini-get:/var/tuxbox/config/neutrino.conf;recording_dir_9;~cache=}" title="recording directory"/></td>
|
||||
<td><input type="text" name="recording_dir_9" size="40" value="{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_dir_9;~cache=}" title="recording directory"/></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
@@ -1100,15 +1100,15 @@ start-block~neutrino_form-data_direct_recording
|
||||
//<![CDATA[
|
||||
function form_init()
|
||||
{
|
||||
var val = "{=ini-get:/var/tuxbox/config/neutrino.conf;recordingmenu.ringbuffers;2~cache=}";
|
||||
var val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;recordingmenu.ringbuffers;2~cache=}";
|
||||
document.f.ringbuffers.selectedIndex = val;
|
||||
|
||||
obj_set_radio_value('recordingmenu_use_o_sync', "{=ini-get:/var/tuxbox/config/neutrino.conf;recordingmenu.use_o_sync;0~cache=}");
|
||||
obj_set_radio_value('recordingmenu_use_fdatasync', "{=ini-get:/var/tuxbox/config/neutrino.conf;recordingmenu.use_fdatasync;0~cache=}");
|
||||
obj_set_radio_value('recordingmenu_stream_subtitle_pid', "{=ini-get:/var/tuxbox/config/neutrino.conf;recordingmenu.stream_subtitle_pid;0~cache=}");
|
||||
obj_set_radio_value('recordingmenu_stream_vtxt_pid', "{=ini-get:/var/tuxbox/config/neutrino.conf;recordingmenu.stream_vtxt_pid;0~cache=}");
|
||||
obj_set_radio_value('recording_choose_direct_rec_dir', "{=ini-get:/var/tuxbox/config/neutrino.conf;recording_choose_direct_rec_dir;0~cache=}");
|
||||
obj_set_radio_value('recording_epg_for_filename', "{=ini-get:/var/tuxbox/config/neutrino.conf;recording_epg_for_filename;0~cache=}");
|
||||
obj_set_radio_value('recordingmenu_use_o_sync', "{=ini-get:%(CONFIGDIR)/neutrino.conf;recordingmenu.use_o_sync;0~cache=}");
|
||||
obj_set_radio_value('recordingmenu_use_fdatasync', "{=ini-get:%(CONFIGDIR)/neutrino.conf;recordingmenu.use_fdatasync;0~cache=}");
|
||||
obj_set_radio_value('recordingmenu_stream_subtitle_pid', "{=ini-get:%(CONFIGDIR)/neutrino.conf;recordingmenu.stream_subtitle_pid;0~cache=}");
|
||||
obj_set_radio_value('recordingmenu_stream_vtxt_pid', "{=ini-get:%(CONFIGDIR)/neutrino.conf;recordingmenu.stream_vtxt_pid;0~cache=}");
|
||||
obj_set_radio_value('recording_choose_direct_rec_dir', "{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_choose_direct_rec_dir;0~cache=}");
|
||||
obj_set_radio_value('recording_epg_for_filename', "{=ini-get:%(CONFIGDIR)/neutrino.conf;recording_epg_for_filename;0~cache=}");
|
||||
}
|
||||
|
||||
function do_submit()
|
||||
@@ -1124,72 +1124,72 @@ end-block~neutrino_form-data_direct_recording
|
||||
|
||||
# ------- direct recording save Settings
|
||||
start-block~neutrino_direct_recording_save_settings
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_splitsize;{=recording_splitsize=}~open=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recordingmenu.ringbuffers;{=recordingmenu_ringbuffers=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recordingmenu.use_o_sync;{=recordingmenu_use_o_sync=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recordingmenu.use_fdatasync;{=recordingmenu_use_fdatasync=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recordingmenu.stream_subtitle_pid;{=recordingmenu_stream_subtitle_pid=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recordingmenu.stream_vtxt_pid;{=recordingmenu_stream_vtxt_pid=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_choose_direct_rec_dir;{=recording_choose_direct_rec_dir=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_epg_for_filename;{=recording_epg_for_filename=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_filename_template_0;{=recording_filename_template_0=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_dir_0;{=recording_dir_0=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_dir_1;{=recording_dir_1=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_dir_2;{=recording_dir_2=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_dir_3;{=recording_dir_3=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_dir_4;{=recording_dir_4=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_dir_5;{=recording_dir_5=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_dir_6;{=recording_dir_6=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_dir_7;{=recording_dir_7=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_dir_8;{=recording_dir_8=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_dir_9;{=recording_dir_9=}~cache=}
|
||||
{=ini-set:/var/tuxbox/config/neutrino.conf;recording_dir_permissions_0;{=recording_dir_permissions_0=}~save=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_splitsize;{=recording_splitsize=}~open=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recordingmenu.ringbuffers;{=recordingmenu_ringbuffers=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recordingmenu.use_o_sync;{=recordingmenu_use_o_sync=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recordingmenu.use_fdatasync;{=recordingmenu_use_fdatasync=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recordingmenu.stream_subtitle_pid;{=recordingmenu_stream_subtitle_pid=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recordingmenu.stream_vtxt_pid;{=recordingmenu_stream_vtxt_pid=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_choose_direct_rec_dir;{=recording_choose_direct_rec_dir=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_epg_for_filename;{=recording_epg_for_filename=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_filename_template_0;{=recording_filename_template_0=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_dir_0;{=recording_dir_0=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_dir_1;{=recording_dir_1=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_dir_2;{=recording_dir_2=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_dir_3;{=recording_dir_3=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_dir_4;{=recording_dir_4=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_dir_5;{=recording_dir_5=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_dir_6;{=recording_dir_6=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_dir_7;{=recording_dir_7=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_dir_8;{=recording_dir_8=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_dir_9;{=recording_dir_9=}~cache=}
|
||||
{=ini-set:%(CONFIGDIR)/neutrino.conf;recording_dir_permissions_0;{=recording_dir_permissions_0=}~save=}
|
||||
end-block~neutrino_direct_recording_save_settings
|
||||
|
||||
# ------- list possible directorys for records
|
||||
start-block~neutrino_list_record_dirs
|
||||
<select name="rec_dir" id="rec_dir" class="y_live_button">
|
||||
<option value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_recordingdir~open=}" selected="selected">
|
||||
{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_recordingdir~cache=}
|
||||
<option value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_recordingdir~open=}" selected="selected">
|
||||
{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_recordingdir~cache=}
|
||||
</option>
|
||||
{=if-empty:{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_0~cache=}~~
|
||||
<option value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_0~cache=}">
|
||||
{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_0~cache=}
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_0~cache=}~~
|
||||
<option value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_0~cache=}">
|
||||
{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_0~cache=}
|
||||
</option>
|
||||
=}
|
||||
{=if-empty:{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_1~cache=}~~
|
||||
<option value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_1~cache=}">
|
||||
{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_1~cache=}
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_1~cache=}~~
|
||||
<option value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_1~cache=}">
|
||||
{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_1~cache=}
|
||||
</option>
|
||||
=}
|
||||
{=if-empty:{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_2~cache=}~~
|
||||
<option value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_2~cache=}">
|
||||
{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_2~cache=}
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_2~cache=}~~
|
||||
<option value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_2~cache=}">
|
||||
{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_2~cache=}
|
||||
</option>
|
||||
=}
|
||||
{=if-empty:{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_3~cache=}~~
|
||||
<option value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_3~cache=}">
|
||||
{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_3~cache=}
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_3~cache=}~~
|
||||
<option value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_3~cache=}">
|
||||
{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_3~cache=}
|
||||
</option>
|
||||
=}
|
||||
{=if-empty:{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_4~cache=}~~
|
||||
<option value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_4~cache=}">
|
||||
{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_4~cache=}
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_4~cache=}~~
|
||||
<option value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_4~cache=}">
|
||||
{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_4~cache=}
|
||||
</option>
|
||||
=}
|
||||
{=if-empty:{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_5~cache=}~~
|
||||
<option value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_5~cache=}">
|
||||
{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_5~cache=}
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_5~cache=}~~
|
||||
<option value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_5~cache=}">
|
||||
{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_5~cache=}
|
||||
</option>
|
||||
=}
|
||||
{=if-empty:{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_6~cache=}~~
|
||||
<option value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_6~cache=}">
|
||||
{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_6~cache=}
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_6~cache=}~~
|
||||
<option value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_6~cache=}">
|
||||
{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_6~cache=}
|
||||
</option>
|
||||
=}
|
||||
{=if-empty:{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_7~cache=}~~
|
||||
<option value="{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_7~cache=}">
|
||||
{=ini-get:/var/tuxbox/config/neutrino.conf;network_nfs_local_dir_7~cache=}
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_7~cache=}~~
|
||||
<option value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_7~cache=}">
|
||||
{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_7~cache=}
|
||||
</option>
|
||||
=}
|
||||
</select>
|
||||
|
@@ -17,7 +17,7 @@ yI_Version="$Revision: 1.3 $"
|
||||
# Dirs
|
||||
# -----------------------------------------------------------
|
||||
y_path_usrbin="/var/bin"
|
||||
y_path_config="/var/tuxbox/config"
|
||||
y_path_config="%(CONFIGDIR)"
|
||||
y_path_tmp="/tmp"
|
||||
y_ywebover_dir="/var/httpd"
|
||||
y_ext_conf_dir="$y_path_config/ext"
|
||||
|
@@ -17,7 +17,7 @@ yI_Version="$Revision: 1.4 $"
|
||||
# Dirs
|
||||
# -----------------------------------------------------------
|
||||
y_path_usrbin="/var/bin"
|
||||
y_path_config="/var/tuxbox/config"
|
||||
y_path_config="%(CONFIGDIR)"
|
||||
y_path_tmp="/tmp"
|
||||
y_ywebover_dir="/var/httpd"
|
||||
y_ext_conf_dir="$y_path_config/ext"
|
||||
|
@@ -17,7 +17,7 @@ yI_Version="$Revision: 1.3 $"
|
||||
# Dirs
|
||||
# -----------------------------------------------------------
|
||||
y_path_usrbin="/var/bin"
|
||||
y_path_config="/var/tuxbox/config"
|
||||
y_path_config="%(CONFIGDIR)"
|
||||
y_path_tmp="/tmp"
|
||||
y_ywebover_dir="/var/httpd"
|
||||
y_ext_conf_dir="$y_path_config/ext"
|
||||
|
@@ -17,7 +17,7 @@ yI_Version="$Revision: 1.4 $"
|
||||
# Dirs
|
||||
# -----------------------------------------------------------
|
||||
y_path_usrbin="/var/bin"
|
||||
y_path_config="/var/tuxbox/config"
|
||||
y_path_config="%(CONFIGDIR)"
|
||||
y_path_tmp="/tmp"
|
||||
y_ywebover_dir="/var/httpd"
|
||||
y_ext_conf_dir="$y_path_config/ext"
|
||||
|
@@ -53,7 +53,7 @@ case "$1" in
|
||||
cp -r -f $1 $2
|
||||
;;
|
||||
nhttpd_can_sendall)
|
||||
grep sendAll=true /var/tuxbox/config/nhttpd.conf
|
||||
grep sendAll=true %(CONFIGDIR)/nhttpd.conf
|
||||
;;
|
||||
filemgr_check_movieplayer_xml)
|
||||
shift 1
|
||||
|
@@ -439,7 +439,7 @@ do_ext_installer()
|
||||
}
|
||||
do_ext_uninstaller()
|
||||
{
|
||||
uinst="/var/tuxbox/config/ext/uninstall.sh"
|
||||
uinst="%(CONFIGDIR)/ext/uninstall.sh"
|
||||
if [ -e "$uinst" ]; then
|
||||
chmod 755 "$uinst"
|
||||
`$uinst $1_uninstall.inc`
|
||||
|
@@ -11,17 +11,17 @@
|
||||
boxtype="coolstream"
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Pathes
|
||||
# Paths
|
||||
# -----------------------------------------------------------
|
||||
#y_path_httpd="/share/tuxbox/neutrino/httpd-y"
|
||||
y_path_httpd=".."
|
||||
y_path_scripts="$y_path_httpd/scripts"
|
||||
y_path_usrbin="/var/bin"
|
||||
y_path_config="/var/tuxbox/config"
|
||||
y_path_config="%(CONFIGDIR)"
|
||||
y_path_tmp="/tmp"
|
||||
y_path_zapit="/var/tuxbox/config/zapit"
|
||||
y_path_zapit="$y_path_config/zapit"
|
||||
|
||||
y_path_plugin_tuxnew="/var/tuxbox/config/tuxnews"
|
||||
y_path_plugin_tuxnew="$y_path_config/tuxnews"
|
||||
|
||||
y_url_control="http://localhost/control"
|
||||
|
||||
@@ -42,5 +42,3 @@ y_tmp_pls="$y_path_tmp/y.pls"
|
||||
|
||||
y_out_html="$y_path_tmp/y_out.yhtm"
|
||||
y_install="$y_path_tmp/install.sh"
|
||||
|
||||
|
||||
|
@@ -12,7 +12,7 @@ path_httpd=".."
|
||||
path_scripts="$path_httpd/scripts"
|
||||
path_usrbin="/var/bin"
|
||||
path_sbin="/sbin"
|
||||
path_config="/var/tuxbox/config"
|
||||
path_config="%(CONFIGDIR)"
|
||||
path_tmp="/tmp"
|
||||
|
||||
streaming_client_status="$path_tmp/streaming_client"
|
||||
|
Reference in New Issue
Block a user