Advertisement
Guest User

No Text To Speech Old Spicetify Install

a guest
May 16th, 2021
13,816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Add-Type -AssemblyName PresentationFramework
  2. [System.Windows.MessageBox]::Show('Please download Spotify version 1.1.39.612 from https://spotify.en.uptodown.com/windows/download/2368262 and block updates. DO NOT LOG IN')
  3. Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression
  4. [System.Windows.MessageBox]::Show('Please copy the contents of the spicetify v1.2.1 zip file to spicetify-cli')
  5. spicetify
  6. spicetify backup apply enable-devtool
  7. [System.Windows.MessageBox]::Show('Please drag the themes into the themes folder located at C:\Users\YourUserName\.spicetify\Themes')
  8. cd "$(spicetify -c | Split-Path)\Themes\Dribbblish"
  9. Copy-Item dribbblish.js ..\..\Extensions
  10. spicetify config extensions dribbblish.js
  11. spicetify config current_theme Dribbblish color_scheme base
  12. spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
  13. spicetify apply
  14. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement