No description
Find a file
Erik 14902a060f Merge pull request #165 from Shinyhero36/playback-genre
Add option to display the genre of the current playback
2022-02-03 16:40:22 +00:00
.github hopefully fix actions 2022-02-03 16:18:05 +01:00
showcase-images update README 2021-10-27 23:15:09 +02:00
src Merge pull request #165 from Shinyhero36/playback-genre 2022-02-03 16:40:22 +00:00
.babelrc make sass functions available in js & color playlist visualizer 2022-01-23 10:03:59 +00:00
.gitignore add webpack action 2021-10-25 14:47:45 +00:00
.prettierignore update .prettierignore 2021-10-29 21:27:44 +00:00
.prettierrc add prettier action 2021-10-25 01:10:52 +02:00
CHANGELOG.md make sass functions available in js & color playlist visualizer 2022-01-23 10:03:59 +00:00
install.ps1 call spicetify apply after patching in install scripts 2021-11-02 23:26:15 +01:00
install.sh call spicetify apply after patching in install scripts 2021-11-02 23:26:15 +01:00
manifest.json add stable release to marketplace 2021-12-10 19:44:21 +00:00
package-lock.json add @babel/core as devDependency. resolves #164 2022-02-03 15:52:25 +01:00
package.json add @babel/core as devDependency. resolves #164 2022-02-03 15:52:25 +01:00
patch-dark-mode.ps1 FIX: automatic path detection when patchin spotify.exe #155 2022-01-16 16:42:25 +01:00
README.md Update README.md 2021-12-04 14:40:51 +01:00
uninstall.ps1 FIX: clean uninstall of the theme 2022-01-23 11:12:04 +01:00
uninstall.sh FIX: clean uninstall of the theme 2022-01-23 11:12:04 +01:00
webpack.config.babel.js make sass functions available in js & color playlist visualizer 2022-01-23 10:03:59 +00:00

Dribbblish Dynamic

A theme for Spicetify

Preview

img

Features

Resizable sidebar

img

Customizable sidebar

Rearrange icons positions, stick icons to header or hide unnecessary to save space. Turn on "Sidebar config" mode in Profile menu and hover on icon to show control buttons. After you finish customizing, turn off Config mode in Profile menu to save.

img

Playlist Folder image

Right click at folder and choose images for your playlist folder. Every image formats supported by Chrome can be used, but do keep image size small and in compressed format.

img

Left/Right expanded cover

In profile menu, toggle option "Right expanded cover" to change expanded current track cover image to left or right side, wherever you prefer.

Install / Update

Make sure you are using spicetify >= v2.6.0 and Spotify >= v1.1.67.

Windows (PowerShell)

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.ps1" | Invoke-Expression

Linux/MacOS (Bash)

curl -fsSL https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.sh | sh

Manual Install

  1. Download the latest DribbblishDynamic_vX.X.X.zip
  2. Extract the files to your Spicetify/Themes folder
  3. Copy dribbblish-dynamic.js to your Spicetify/Extensions folder
  4. Add the 2 lines in [Patch] section of the config file (see details below)
  5. Run:
    spicetify config extensions dribbblish-dynamic.js
    spicetify config current_theme DribbblishDynamic
    spicetify config color_scheme base
    spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
    spicetify apply
    

IMPORTANT!

From Spotify > v1.1.62, in sidebar, they use an adaptive render mechanic to actively show and hide items on scroll. It helps reducing number of items to render, hence there is significant performance boost if you have a large playlists collection. But the drawbacks is that item height is hard-coded, it messes up user interaction when we explicitly change, in CSS, playlist item height bigger than original value. So you need to add these 2 lines in Patch section in config file:

[Patch]
xpui.js_find_8008 = ,(\w+=)32,
xpui.js_repl_8008 = ,${1}58,

Hide Window Controls

Windows user, please edit your Spotify shortcut and add flag --transparent-window-controls after the Spotify.exe: To edit a taskbar shortcut, right click it, then right click Spotify in the list again.

img

In addition to --transparent-window-controls you can set Windows Top Bars to Solid or Transparent to look like this:

img

Follow system dark/light theme (Powershell)

Automatic dark mode should work on MacOs and Linux out of the box. From Spotify > v1.1.70, dark mode is forced in Windows builds. You will need to patch Spotify.exe using this script:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/patch-dark-mode.ps1" | Invoke-Expression

Uninstall

Windows (PowerShell)

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/uninstall.ps1" | Invoke-Expression

Linux/MacOS (Bash)

curl -fsSL https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/uninstall.sh | sh

Manual Uninstall

  1. Remove Patch lines you added in config file earlier.
  2. Run:
    spicetify config current_theme " " extensions dribbblish-dynamic.js-
    spicetify apply