Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion HotLyric/HotLyric.Win32/Utils/MediaSessions/SMTC/SMTCApps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, SMTCApp> AllApps => allApps;
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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框架还远远谈不上稳定,新版本的问题相比旧版本会更多,如果遇到问题麻烦及时反馈。

## 软件截图
Expand All @@ -16,6 +17,7 @@ v1.3.0 后从 wpf 移植到 winui3 框架。由于winui3框架还远远谈不上
|---|---|
|HyPlayer|完全支持
|LyricEase|完全支持
|[PlanetMusicPlayer](http://pigeonming.top/index.php/planetmusicplayer)|歌词匹配可能不准确<sup><a href="#ref1">1</a></sup>
|[Spotify](https://www.spotify.com/)|歌词可能匹配不准确<sup><a href="#ref1">1</a></sup>
|[网易云音乐 UWP](https://github.com/JasonWei512/NetEase-Cloud-Music-UWP-Repack)<sup><a href="#ref2">2</a></sup>|歌词可能匹配不准确<sup><a href="#ref1">1</a></sup> 无法获取进度<sup><a href="#ref3">3</a></sup>
|[QQ音乐 UWP](https://www.microsoft.com/store/productId/9WZDNCRFJ1Q1)|歌词可能匹配不准确<sup><a href="#ref1">1</a></sup> 无法获取进度<sup><a href="#ref3">3</a></sup> 无法获取歌曲信息<sup><a href="#ref4">4</a></sup>
Expand Down