Skip to content

Commit

Permalink
Bump version to 0.2.8
Browse files Browse the repository at this point in the history
Update README to reduce duplicates
  • Loading branch information
aliencaocao committed Jul 7, 2023
1 parent 19b999e commit 0242ca4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 23 deletions.
31 changes: 10 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,31 @@
# 网易云音乐 Discord Rich Presence (RPC)
# 网易云音乐 NCM 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 (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.

For total duration, see https://github.com/aliencaocao/netease_cloudmusic_discord_rpc/discussions/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:
目前支持版本/Currently supported versions:

* 2.7.1 build 198277 (Microsoft Store version)
* 2.10.5 build 200537 (Microsoft Store version)
* 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.
还会继续支持未来的新版本。/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
旧版本(2.10.3及以下)可以使用这个项目 / For older versions (2.10.3 and below), you can check out this projecthttps://github.com/Kxnrl/NetEase-Cloud-Music-DiscordRPC

效果图 / Demo

Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from pypresence import Presence, PyPresenceException
from win32api import GetFileVersionInfo, HIWORD, LOWORD

__version__ = '0.2.6'
__version__ = '0.2.8'
offsets = {'2.7.1.1669': {'current': 0x8C8AF8, 'song_array': 0x8E9044},
'2.10.5.3929': {'current': 0xA47548, 'song_array': 0xAF6FC8},
'2.10.6.3993': {'current': 0xA65568, 'song_array': 0xB15654},
Expand Down
2 changes: 1 addition & 1 deletion src/version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version: 0.2.7.0
Version: 0.2.8.0
CompanyName: aliencaocao
FileDescription: Netease Cloudmusic Discord RPC
InternalName: Netease Cloudmusic Discord RPC
Expand Down

0 comments on commit 0242ca4

Please sign in to comment.