diff --git a/zefie_wtvp_minisrv/includes/ServiceVault/SharedROMCache/real.gif b/zefie_wtvp_minisrv/includes/ServiceVault/SharedROMCache/real.gif
new file mode 100644
index 00000000..d805ae5a
Binary files /dev/null and b/zefie_wtvp_minisrv/includes/ServiceVault/SharedROMCache/real.gif differ
diff --git a/zefie_wtvp_minisrv/includes/ServiceVault/SharedROMCache/winmed.gif b/zefie_wtvp_minisrv/includes/ServiceVault/SharedROMCache/winmed.gif
new file mode 100644
index 00000000..e05f490a
Binary files /dev/null and b/zefie_wtvp_minisrv/includes/ServiceVault/SharedROMCache/winmed.gif differ
diff --git a/zefie_wtvp_minisrv/includes/ServiceVault/wtv-favorite/favorite.js b/zefie_wtvp_minisrv/includes/ServiceVault/wtv-favorite/favorite.js
index 834d78f2..fd686fa1 100644
--- a/zefie_wtvp_minisrv/includes/ServiceVault/wtv-favorite/favorite.js
+++ b/zefie_wtvp_minisrv/includes/ServiceVault/wtv-favorite/favorite.js
@@ -45,7 +45,7 @@ Favorite folders
-
+
|
|
diff --git a/zefie_wtvp_minisrv/includes/ServiceVault/wtv-music/asxgen/catchall.js b/zefie_wtvp_minisrv/includes/ServiceVault/wtv-music/asxgen/catchall.js
index e065c7a2..f7846fcb 100644
--- a/zefie_wtvp_minisrv/includes/ServiceVault/wtv-music/asxgen/catchall.js
+++ b/zefie_wtvp_minisrv/includes/ServiceVault/wtv-music/asxgen/catchall.js
@@ -22,12 +22,9 @@ if (minisrv_config.config.ServiceVaults) {
let subDirPath = '';
const currentDir = path.dirname(__filename);
const serviceVaultIdx = currentDir.indexOf('ServiceVault');
-console.log("DEBUG: currentDir =", currentDir, "serviceVaultIdx =", serviceVaultIdx);
if (serviceVaultIdx !== -1) {
const afterVault = currentDir.substring(serviceVaultIdx + 12); // 12 = length of 'ServiceVault'
- console.log("DEBUG: afterVault =", afterVault);
const parts = afterVault.split(path.sep).filter(p => p);
- console.log("DEBUG: parts =", parts);
if (parts.length > 1) {
// parts[0] is the service name (e.g., 'wtv-music'), parts[1+] are the subdirs
const subdirs = parts.slice(1);
@@ -96,12 +93,57 @@ Content-type: text/html`;
Windows Media on this Service
-
-
+
+
+
+|
+ |
+
+ |
+|
+ |
+
+
+
+
+ |
+ |
+ |
+
+
+
+ | |
+ |
+
+ |
+
+ |
+
+
+
+|
+ ${(request_headers.query.debugUDP) ? "Use TCP" : "Debug UDP"}
+ |
+ |
+
+
+ |
+
+
+
+ | |
+ |
+
+ |
+
+ |
+
+ | |
+ |
-Windows Media on this Service${(directory === "") ? "" : `- ../
\n`}${allFiles.map(f => `- ${f}
`).join("\n")} |