https://github.com/lhvy/spicetify-tools
A small collection of personal tools to for use with Spicetify
https://github.com/lhvy/spicetify-tools
macos python3 shell spicetify spicetify-cli spotify
Last synced: 3 months ago
JSON representation
A small collection of personal tools to for use with Spicetify
- Host: GitHub
- URL: https://github.com/lhvy/spicetify-tools
- Owner: lhvy
- License: mit
- Created: 2022-05-24T00:41:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T03:49:31.000Z (about 3 years ago)
- Last Synced: 2025-02-10T13:36:14.272Z (5 months ago)
- Topics: macos, python3, shell, spicetify, spicetify-cli, spotify
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spicetify-tools
A small collection of personal tools to for use with Spicetify
## macOS
### macOS-block-updates.sh
A shell script to block Spotify updates by locking the update folder. This script may need to be run for all users with edit access to the Spotify application.
```bash
curl -fsSL https://raw.githubusercontent.com/lhvy/spicetify-tools/master/macOS-block-updates.sh | sh
```### macOS-unblock-updates.sh
A shell script to undo the process of the previous script.
```bash
curl -fsSL https://raw.githubusercontent.com/lhvy/spicetify-tools/master/macOS-unblock-updates.sh | sh
```### macOS-version-archiver.py
A Python 3.x script which can be used to backup the current latest version of Spotify for both Intel and Apple Silicon. Running this script on regular intervals will allow for backing up each version of Spotify in order to easily upgrade and downgrade.