Modded Spiceify PopupLyrics to enable translations and more! 拥有翻译和更多功能的PopupLyrics~
Chinese translation
English translation
Japanese Romaji translation
Original
Chinese PinYin translation
Korean Romanja translation
- Stabler self-deployed Netease API to fetch from, allowing Netease lyrics to actually work
- Netease Chinese lyrics translation option
English translation through Translateer (EXPERIMENTAL)- English translation through self-deployed modded DeepTranslatorApi
- Can be slow via first translation as API has to awake. Be patient on startup!
- Japanese romaji translation
- Korean romaja translation (#7)
- Chinese PinYin translation (#7)
- More options in display
- Language detection
Chinese & Korean romanization (MERGED #7)Enhance & stabilize English translation (DONE to best of ability)Online hosting (DONE)
See the roadmap for more information.
The extension PopupLyrics is based on the Spicetify-cli.
Spicetify installation steps are below (see Spicetify docs for more details).
iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1 | iex
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh | sh
A still up and running online deployed version is used by default. (RIP repo...🙏)
If you would like to self-host for a possibly more stable api connection, instructions are below (see NeteaseAPI docs for more details).
You can also deploy to vercel yourself, check the official docs for instructions.
git clone git@github.com:Binaryify/NeteaseCloudMusicApi.git
cd NeteaseCloudMusicApi
npm install
In the NeteaseCloudMusicApi directory:
node app.js
Self-hosting means that the server has to be running at http://localhost:3000 (the default port) when using the extension, don't close it!
Last, in order for you to use the locally hosted api for fetching, change all instances of "https://netease-cloud-music-api-patrick-orz.vercel.app/" in the source code into "http://localhost:3000/".
Download popupLyricsPlus.js from the main branch (not from /Archive!!), and place into the Spicetify Extensions directory.
Spicetify paths are below.
Platform | Path |
---|---|
Windows | %appdata%\spicetify| |
Linux/MacOS | ~/.config/spicetify |
Push extension into Spicetify and apply
spicetify config extensions popupLyricsPlus.js
spicetify apply
Have NeteaseCN service at the top to acquire the best experience!
Translation options can be changed in the Options section
misaka10843/spicetify-popupLyrics-CN
Self-deployed APIs: NeteaseCloudMusicApi DeepTranslatorApi
Don't heisitate to start an issue if you run into any problems! (feature requests are fine as well)
🌟 means a lot to me!