mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- yWeb: read timer recording dir from timerd.conf
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
version=2.9.3
|
||||
date=14.01.2023
|
||||
version=2.9.4
|
||||
date=31.01.2023
|
||||
info=Neutrino-Webinterface
|
||||
|
@@ -1150,7 +1150,12 @@ 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:%(CONFIGDIR)/neutrino.conf;network_nfs_recordingdir~open=}" selected="selected">
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/timerd.conf;REC_DIR_{=tid=}~open=}~~
|
||||
<option value="{=ini-get:%(CONFIGDIR)/timerd.conf;REC_DIR_{=tid=}~cache=}" selected="selected">
|
||||
{=ini-get:%(CONFIGDIR)/timerd.conf;REC_DIR_{=tid=}~cache=}
|
||||
</option>
|
||||
=}
|
||||
<option value="{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_recordingdir~open=}">
|
||||
{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_recordingdir~cache=}
|
||||
</option>
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/neutrino.conf;network_nfs_local_dir_0~cache=}~~
|
||||
|
Reference in New Issue
Block a user