From 09ac695ea6cda9d9009ac3e94f31434c81718871 Mon Sep 17 00:00:00 2001 From: AmineTheJurk Date: Thu, 16 Jul 2026 18:04:19 +0200 Subject: [PATCH 1/2] Add wii-colors.oscmeta file with metadata --- contents/wii-colors.oscmeta | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 contents/wii-colors.oscmeta diff --git a/contents/wii-colors.oscmeta b/contents/wii-colors.oscmeta new file mode 100644 index 0000000..cdf524f --- /dev/null +++ b/contents/wii-colors.oscmeta @@ -0,0 +1,18 @@ +{ + "information": { + "name": "Wii Colors", + "author": "AmineTheJurk", + "author_preferred_contacts": "mailto:amineamono200@gmail.com", + "category": "utilities", + "peripherals": [ + "Wii Remote" + ], + "version": "1.0" + }, + "source": { + "type": "github_release", + "format": "zip", + "repository": "AmineTheJurk/OSC_wii-colors", + "file": "*.zip" + } +} From 418c03e97a0b6fc5b116a35ffeca6ac99110d5ac Mon Sep 17 00:00:00 2001 From: AmineTheJurk Date: Sat, 18 Jul 2026 13:33:15 +0200 Subject: [PATCH 2/2] Add Mp3Player-Wii metadata file --- contents/Mp3Player-Wii.oscmeta | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 contents/Mp3Player-Wii.oscmeta diff --git a/contents/Mp3Player-Wii.oscmeta b/contents/Mp3Player-Wii.oscmeta new file mode 100644 index 0000000..6fda467 --- /dev/null +++ b/contents/Mp3Player-Wii.oscmeta @@ -0,0 +1,19 @@ +{ + "information": { + "name": "Mp3Player-Wii", + "author": "AmineTheJurk", + "author_preferred_contacts": "mailto:amineamono200@gmail.com", + "category": "media", + "peripherals": [ + "Wii Remote" + ], + "version": "auto" + }, + "source": { + "type": "github_release", + "format": "zip", + "repository": "AmineTheJurk/OSC_Mp3Player-Wii", + "file": "*.zip", + "publish_per_release": true + } +}