spicetify-themes/Turntable
2021-12-26 05:05:43 +01:00
..
screenshots chore(Turntable): update screenshots 2021-11-17 20:20:31 +08:00
LICENSE refactor(Turntable): support new Spotify UI, control the rotation of the turntable 2021-05-24 05:19:59 +08:00
README.md Added command to remove the extension turntable 2021-12-26 05:05:43 +01:00
turntable.js chore: rename the rotateTurntable.js file to turntable.js 2021-11-17 20:06:35 +08:00
user.css feat(Turntable): resize the turntable 2021-11-17 17:44:01 +08:00

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 and turntable.js into the .config/spicetify
cd spicetify-themes
cp -r Turntable ~/.config/spicetify/Themes
cp Turntable/turntable.js ~/.config/spicetify/Extensions
  1. select the theme and extension, then apply
spicetify config current_theme Turntable
spicetify config extensions turntable.js
spicetify apply

How to Uninstall

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