spicetify-themes/Turntable
2022-05-23 19:57:36 +00:00
..
screenshots Optimised images with calibre/image-actions 2022-05-23 19:57:36 +00:00
color.ini Chore(Turntable): add empty color config to fix spicetify apply error ouput (#695) 2022-03-21 07:46:18 +00:00
LICENSE refactor(Turntable): support new Spotify UI, control the rotation of the turntable 2021-05-24 05:19:59 +08:00
manifest.json chore: revamp repo organisation 2022-05-23 17:06:29 +01:00
README.md chore: revamp repo organisation 2022-05-23 17:06:29 +01:00
turntable.js fix(Turntable): black screen and the song preview disappear when toggle the full app display (#718) 2022-04-28 11:03:23 +01:00
user.css fix(Turntable): repair invalid styles (#696) 2022-04-10 23:05:17 +01:00

Turntable

Based on Spotify's original theme.

Screenshots

turntable
full app display
full app display - vertical mode

Info

Designed and developed by Grason Chan.

The turntable was inspired by Netease Music and Smartisan OS build-in Music Player (not include code).

Note: Require Spicetify v2.2.0 or higher! Otherwise, performance problems will happen when the turntable rotates!

View the CHANGELOG here.

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