mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
902910930c
* chore(Turntable): add empty color config to fix `spicetify apply` error ouput * chore(Turntable): add `schemes` key of the Turntable to the `manifest.json` |
||
---|---|---|
.. | ||
screenshots | ||
color.ini | ||
LICENSE | ||
README.md | ||
turntable.js | ||
user.css |
Turntable
Based on Spotify original theme.
Note: Require Spicetify v2.2.0 or higher! Otherwise, performance problems will happen when the turntable rotate!
View the CHANGELOG here.
Screenshots
More
About Turntable
Use CSS to achieve, not picture. This means it can be scaled to any size, but make sure the album cover is not blurry.
Actually, the rotation of the turntable was created at spicetify v1, but in some cases, animation is affected by other factors. I think "fullAppDisplay.js high GPU usage" is the reason. Fortunately, it's normal now!
Info
Designed and developed by Grason Chan.
The turntable inspired by Netease Music and Smartisan OS build-in Music Player (not include code).
Develop and test on macOS. If there's any problem, please open issue or PR.
Installation
- add extension - Full App Display
spicetify config extensions fullAppDisplay.js
spicetify apply
- put Turntable and turntable.js into the .config/spicetify
cd spicetify-themes
cp -r Turntable ~/.config/spicetify/Themes
cp Turntable/turntable.js ~/.config/spicetify/Extensions
- select the theme and extension, then apply
spicetify config current_theme Turntable
spicetify config extensions turntable.js
spicetify apply
How to Uninstall
- remove Turntable and rotateTurntable.js
rm -r ~/.config/spicetify/Themes/Turntable
rm ~/.config/spicetify/Extensions/turntable.js
- config to spicetify default theme
spicetify config current_theme SpicetifyDefault
- remove extension - Full App Display and Turntable(optional)
spicetify config extensions fullAppDisplay.js-
spicetify config extensions turntable.js-
- apply
spicetify apply