Ncam For STAPI & STAPI5

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
Ncam 10541

Add repetitions_forced option (#16)
-This option allowed to Enable/Disable the ncam to read same Cline servers from both file (ncam.server and CCcam.cfg)
-The default option is (enable) you can change it from webinterface of ncam (http://DeviceIP:8181/config.html) then (Repetitions forced:)
or from ncam/config file to change value to (0)
Multics Hellboy detect
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
Ncam 10562

Fix warring message
module-dvbapi.c: In function ‘dvbapi_main_local’:
module-dvbapi.c:6829:2: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system("pzapit -rz");


Add Css style settings
Add new settings (Css style settings) to change color of web interface style.
You can find it under (CONFIGURATION > WebIf > Css style settings)
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
Ncam 10564


Fix show CCcam.cfg in menu list of other files..
You can edit files manually direct from webinterface under:
FILES > other files > CCcam.cfg
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
Ncam 10566

Add CCcam.cfg Enable/Disable option + change repetitions_forced to cc…


…cam_cfg_repetitions_forced

1-You can Enable/Disable use CCcam.cfg from (CONFIGURATION > CCcam.cfg) Enabled is the default.
Or you can add in (ncam.conf) file this line (1 = Enable , 0=Disable)

cccam_cfg_enabled = 1

2-About Path for CCcam.cfg: If you want to ncam read it from default config path (/etc/tuxbox/config) leave the option blank
OR remove from (ncam.conf) file this line

cccam_cfg_path =

In this case you will see the CCcam.cfg in the list of other files on webinterface.
P.s: If you change the path of CCcam.cfg to other path for example to /etc (Then you can not find CCcam.cfg option in the list of other files to edit from webinterface)

3-About repetitions_forced change it to cccam_cfg_repetitions_forced option. So in (ncam.conf) file should be add it like this
And the default of option is (0) Disable

cccam_cfg_repetitions_forced = 1
 
Top