Skip to content

moeshin/netease_cloudmusic_discord_rpc

 
 

Repository files navigation

网易云音乐 Discord Rich Presence (RPC)

介绍 About

支持同步歌曲,歌手,专辑,专辑封面和目前歌曲的播放时长和状态。歌曲的总时长暂不显示 (https://github.com/aliencaocao/netease_cloudmusic_discord_rpc/discussions/16)。

Supports synchronizing song, artist, album, album cover and current song's playing time and status. Total duration of the song is not displayed for now (aliencaocao#16).

纯Python写成,支持最新版网易云音乐,目前只支持Windows客户端。

Written in pure Python, supports latest versions of NetEase Cloud Music. Currently only supports the Windows client.

目前支持版本:

  • 2.7.1 build 198277(微软商店版本)
  • 2.10.5 build 200537(微软商店版本)
  • 2.10.6 build 200601
  • 2.10.7 build 200847
  • 2.10.8 build 200945
  • 2.10.10 build 201117
  • 2.10.10 build 201297

还会继续支持未来的新版本。

Currently supported versions:

  • 2.7.1 build 198277 (Microsoft Store version)
  • 2.10.5 build 200537 (Microsoft Store version)
  • 2.10.6 build 200601
  • 2.10.7 build 200847
  • 2.10.8 build 200945
  • 2.10.10 build 201117
  • 2.10.10 build 201297

Support for future versions will be added.

旧版本(2.10.3及以下)可以使用这个项目:https://github.com/Kxnrl/NetEase-Cloud-Music-DiscordRPC

For older versions (2.10.3 and below), you can check out this project: https://github.com/Kxnrl/NetEase-Cloud-Music-DiscordRPC

效果图 / Demo

demo

使用方法 Usage

从Release页下载可执行文件(exe),然后运行exe并保持运行。

程序不会显示任何窗口,而是在后台保持运行。

程序必须以UAC模式运行(管理员权限)才能正常工作。请右键exe文件,点击属性,在兼容性页面里勾选“以管理员身份运行”。

Download the executable binary (exe) from the Release page, Keep the exe running.

The program will not show any window and will run in the background.

The program must be opened in UAC mode (Administrator permission) to work properly. Please right-click on the exe, click Properties, and check "Run as administrator" on the Compatibility page.

构建 Building

你需要 / You need:

  • Python 3.8 - 3.11
  • pip install -r requirements.txt

运行build.txt里面的命令即可。

Run the commands in build.txt.

Debugging mode

Make a file named debug.log in working directory, and the program will run in debugging mode and print logs to this file.

Inspired by https://github.com/Kxnrl/NetEase-Cloud-Music-DiscordRPC

About

网易云音乐Discord听歌状态同步

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.1%
  • Jupyter Notebook 32.9%