mame issues

This commit is contained in:
zefie
2025-08-07 18:03:38 -04:00
parent a6ce8fa90e
commit 8c844ce091
4 changed files with 10 additions and 5 deletions

View File

@@ -92,9 +92,14 @@ if (session_data.data_store.wtvsec_login) {
if (session_data.get("wtv-open-access")) file_path = wtvshared.getServiceDep("/wtv-1800/tellyscripts/LC2/LC2_OpenISP_56k.tok", true); if (session_data.get("wtv-open-access")) file_path = wtvshared.getServiceDep("/wtv-1800/tellyscripts/LC2/LC2_OpenISP_56k.tok", true);
else file_path = wtvshared.getServiceDep("/wtv-1800/tellyscripts/LC2/LC2_WTV_18006138199.tok", true); else file_path = wtvshared.getServiceDep("/wtv-1800/tellyscripts/LC2/LC2_WTV_18006138199.tok", true);
*/ */
if (wtvshared.isMiniBrowser(session_data)) {
if (session_data.get("wtv-open-access")) file_path = wtvshared.getServiceDep("/wtv-1800/tellyscripts/LC2/LC2_OpenISP_56k.tok", true);
else file_path = wtvshared.getServiceDep("/wtv-1800/tellyscripts/LC2/LC2_WTV_18006138199.tok", true);
} else {
template = wtvshared.getServiceDep("/wtv-1800/tellyscripts/base.template.tsf") template = wtvshared.getServiceDep("/wtv-1800/tellyscripts/base.template.tsf")
if (session_data.get("wtv-open-access")) template += wtvshared.getServiceDep("/wtv-1800/tellyscripts/LC2/LC2.openisp.template.tsf"); if (session_data.get("wtv-open-access")) template += wtvshared.getServiceDep("/wtv-1800/tellyscripts/LC2/LC2.openisp.template.tsf");
else template += wtvshared.getServiceDep("/wtv-1800/tellyscripts/LC2/LC2.normal.template.tsf"); else template += wtvshared.getServiceDep("/wtv-1800/tellyscripts/LC2/LC2.normal.template.tsf");
}
break; break;
case "US-DTV-disk-0MB-32MB-softmodem-CPU5230": case "US-DTV-disk-0MB-32MB-softmodem-CPU5230":
@@ -145,7 +150,7 @@ if (session_data.data_store.wtvsec_login) {
} }
if (!request_headers['wtv-client-rom-type'] && bootrom == "105") { if (!request_headers['wtv-client-rom-type'] && bootrom === 105) {
// assume old classic in flash mode, override user setting and send tellyscript // assume old classic in flash mode, override user setting and send tellyscript
// because it is required to proceed in flash mode // because it is required to proceed in flash mode
prereg_contype = "text/tellyscript"; prereg_contype = "text/tellyscript";

View File

@@ -263,7 +263,7 @@
"flags": "0x00000001", "flags": "0x00000001",
"privileged": true, "privileged": true,
"send_tellyscripts": true, // Best left untouched "send_tellyscripts": true, // Best left untouched
"send_tellyscript_to_mame": true, "send_tellyscript_to_mame": false,
"dialin_number": 18006138199, "dialin_number": 18006138199,
"dns1ip": "10.0.0.50", "dns1ip": "10.0.0.50",
"dns2ip": "8.8.8.8", "dns2ip": "8.8.8.8",