From 27176f361597940582a10f89deb54e98b71c4f88 Mon Sep 17 00:00:00 2001 From: PowFPS1 Date: Thu, 12 Feb 2026 16:17:01 -0700 Subject: [PATCH 1/3] Add WiiMedic - System Diagnostic & Health Monitor WiiMedic is a comprehensive Wii hardware diagnostic tool that checks system info, NAND health, IOS integrity, storage speed, controller condition, and network connectivity. Generates a full report saved to SD card. Homepage: https://wiibrew.org/wiki/WiiMedic Source: https://github.com/PowFPS1/WiiMedic --- contents/WiiMedic.oscmeta | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 contents/WiiMedic.oscmeta diff --git a/contents/WiiMedic.oscmeta b/contents/WiiMedic.oscmeta new file mode 100644 index 0000000..2ebc714 --- /dev/null +++ b/contents/WiiMedic.oscmeta @@ -0,0 +1,23 @@ +{ + "information": { + "name": "WiiMedic", + "author": "PowFPS1", + "category": "utilities", + "peripherals": [ + "Wii Remote", + "GameCube Controller" + ], + "version": "auto" + }, + "source": { + "type": "github_release", + "format": "zip", + "repository": "PowFPS1/WiiMedic", + "file": "WiiMedic-*.zip" + }, + "treatments": [ + { + "treatment": "meta.remove_declaration" + } + ] +} From 643389e716f97591abc14eef3666243fce14ce17 Mon Sep 17 00:00:00 2001 From: Pow Date: Sat, 14 Feb 2026 15:38:14 -0700 Subject: [PATCH 2/3] Change source file name to WiiMedic_v1.1.0.zip Updated the file source format to specify version 1.1.0. --- contents/WiiMedic.oscmeta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/WiiMedic.oscmeta b/contents/WiiMedic.oscmeta index 2ebc714..447e6e9 100644 --- a/contents/WiiMedic.oscmeta +++ b/contents/WiiMedic.oscmeta @@ -13,7 +13,7 @@ "type": "github_release", "format": "zip", "repository": "PowFPS1/WiiMedic", - "file": "WiiMedic-*.zip" + "file": "WiiMedic_v1.1.0.zip" }, "treatments": [ { From bb13971da944b0db7a6d5e0dec53f3094fb07e4c Mon Sep 17 00:00:00 2001 From: Pow Date: Sat, 14 Feb 2026 16:21:37 -0700 Subject: [PATCH 3/3] Change source file name to "WiiMedic_*.zip" --- contents/WiiMedic.oscmeta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/WiiMedic.oscmeta b/contents/WiiMedic.oscmeta index 447e6e9..da43388 100644 --- a/contents/WiiMedic.oscmeta +++ b/contents/WiiMedic.oscmeta @@ -13,7 +13,7 @@ "type": "github_release", "format": "zip", "repository": "PowFPS1/WiiMedic", - "file": "WiiMedic_v1.1.0.zip" + "file": "WiiMedic_*.zip" }, "treatments": [ {