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; 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