From 28bb0877dbff12f6780d3b1a267b9815956a4aae Mon Sep 17 00:00:00 2001 From: Mark Wilkinson Date: Sun, 16 Jul 2023 21:30:11 -0400 Subject: [PATCH] Added package musicSort (#2643) Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 5efa8bf..837ba52 100644 --- a/packages.json +++ b/packages.json @@ -30716,6 +30716,17 @@ "license": "MIT", "web": "https://git.ozzuu.com/thisago/gtrends" }, + { + "name": "musicSort", + "url": "https://github.com/CarkWilkinson/musicSort", + "method": "git", + "tags": [ + "music" + ], + "description": "A tool to sort your mp3 music files based on id3 metadata", + "license": "MIT", + "web": "https://github.com/CarkWilkinson/musicSort" + }, { "name": "DxLib", "url": "https://github.com/777shuang/DxLib",