spicetify-themes/Turntable/README.md
2023-04-16 07:43:55 +07:00

2.1 KiB

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

turntable
full app display
full app display - vertical mode

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

  1. add extension - Full App Display
spicetify config extensions fullAppDisplay.js
spicetify apply
  1. put Turntable into the .config/spicetify
cd spicetify-themes
cp -r Turntable ~/.config/spicetify/Themes
  1. select the theme, then apply
spicetify config current_theme Turntable
spicetify config inject_theme_js 1
spicetify apply

How to Uninstall

  1. remove Turntable and rotateTurntable.js
rm -r ~/.config/spicetify/Themes/Turntable
  1. config to spicetify default theme
spicetify config current_theme SpicetifyDefault
  1. remove extension - Full App Display
spicetify config extensions fullAppDisplay.js-
  1. apply
spicetify apply