Python:
monitor cloudmusic.elog and analyze it to get current lrc and playing state, which will be cached into module/NeteaseMusicStatus/cache and module/NeteaseMusicStatus/CurrentState.json
监控并分析 cloudmusic.elog 以获取当前歌词及播放状态,并将歌词和状态分别缓存到module/NeteaseMusicStatus/cache 及 module/NeteaseMusicStatus/CurrentState.json 中
JavaScript:
Update lyric into the wallpaper
将歌词更新到壁纸
- Run StartNeteaseMusicStatus.bat | 运行 StartNeteaseMusicStatus.bat
- Selet the wallpaper in Wallpaper Engine | 在 Wallpaper Engine 中选择该壁纸
-
Install requirements | 安装 需求文件:
-
make sure hook file for pykakasi exist | 确保pykakasi的hook文件存在:
Python3.x.x/Lib/site-packages/_pyinstaller_hooks_contrib/hooks/hook-pykakasi.py
if not exist, copy it from | 若不存在,可从下方文件中复制过去
./module/NeteaseMusicStatus/Scripts/hook-pykakasi.py
-
Run ./module/NeteaseMusicStatus/Complie.bat | 运行 ./module/NeteaseMusicStatus/Complie.bat 进行编译
Inspire by another similar method on OS X by Jamesits