From 1d18e158b0dc1eb3834b8893cb0481fc5c0abdd5 Mon Sep 17 00:00:00 2001 From: Pigeon-Ming <74450853+Pigeon-Ming@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:59:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9PlanetMusicPlaye?= =?UTF-8?q?r=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Utils/MediaSessions/SMTC/SMTCApps.cs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/HotLyric/HotLyric.Win32/Utils/MediaSessions/SMTC/SMTCApps.cs b/HotLyric/HotLyric.Win32/Utils/MediaSessions/SMTC/SMTCApps.cs index 1b27ed3..15339fa 100644 --- a/HotLyric/HotLyric.Win32/Utils/MediaSessions/SMTC/SMTCApps.cs +++ b/HotLyric/HotLyric.Win32/Utils/MediaSessions/SMTC/SMTCApps.cs @@ -136,7 +136,15 @@ public static class SMTCApps hasStoreUri: true, positionMode: SMTCAppPositionMode.FromApp, defaultLrcProvider: "NetEase", - createMediaPropertiesAction: AppleMusicCreateMediaProperties) + createMediaPropertiesAction: AppleMusicCreateMediaProperties), + ["PlanetMusicPlayer"] = new SMTCApp( + appId: "t51rdba1cnx74", + packageFamilyNamePrefix: "00d00666-37d5-4c47-b6c6-e62aa3f8a652_", + hasStoreUri: false, + positionMode: SMTCAppPositionMode.FromAppAndUseTimer, + defaultLrcProvider: "QQMusic", + convertToSimpleChinese: true, + createMediaPropertiesAction: DefaultCreateMediaProperties), }; public static IReadOnlyDictionary AllApps => allApps; From c3308fde0ee2355ccf97e2fe87059bbc7d0f0f5d Mon Sep 17 00:00:00 2001 From: Pigeon-Ming <74450853+Pigeon-Ming@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:01:02 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2452406..646de18 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -# 热词 +# 热词(修改版) -为其他播放器提供桌面歌词。 +### 原项目地址:https://github.com/cnbluefire/HotLyric -下载地址: [https://www.microsoft.com/store/productId/9MXFFHVQVBV9](https://www.microsoft.com/store/productId/9MXFFHVQVBV9) +为其他播放器提供桌面歌词。 -交流与反馈: [QQ群 1145646224](https://jq.qq.com/?_wv=1027&k=K4Ixe2Gw) +下载地址: (https://github.com/Pigeon-Ming/HotLyric/releases) + v1.3.0 后从 wpf 移植到 winui3 框架。由于winui3框架还远远谈不上稳定,新版本的问题相比旧版本会更多,如果遇到问题麻烦及时反馈。 ## 软件截图 @@ -16,6 +17,7 @@ v1.3.0 后从 wpf 移植到 winui3 框架。由于winui3框架还远远谈不上 |---|---| |HyPlayer|完全支持 |LyricEase|完全支持 +|[PlanetMusicPlayer](http://pigeonming.top/index.php/planetmusicplayer)|歌词匹配可能不准确1 |[Spotify](https://www.spotify.com/)|歌词可能匹配不准确1 |[网易云音乐 UWP](https://github.com/JasonWei512/NetEase-Cloud-Music-UWP-Repack)2|歌词可能匹配不准确1 无法获取进度3 |[QQ音乐 UWP](https://www.microsoft.com/store/productId/9WZDNCRFJ1Q1)|歌词可能匹配不准确1 无法获取进度3 无法获取歌曲信息4