Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,39 @@
Please check out the readme for each extension in its folder, it will include installation instructions, usage, and compatibility notes.

[![](https://data.jsdelivr.com/v1/package/gh/ohitstom/spicetify-extensions/badge)](https://www.jsdelivr.com/package/gh/ohitstom/spicetify-extensions)
## [spotifyBackup](spotifyBackup/README.md)

## [spotifyBackup](spotifyBackup/README.md)
![Example](spotifyBackup/example.png)


## [gamepad](gamepad/README.md)

![Example](gamepad/example.png)

## [immersiveView](immersiveView/README.md)

![Example](immersiveView/example.png)

## [pixelatedImages](pixelatedImages/README.md)

![Example](pixelatedImages/example.png)

## [noControls](noControls/README.md)

![Example](noControls/example.png)

## [playbarClock](playbarClock/README.md)

![Example](playbarClock/example.png)

## [quickQueue](quickQueue/README.md)

![Example](quickQueue/example.png)

## [scannables](scannables/README.md)

![Example](scannables/example.png)

## [sleepTimer](sleepTimer/README.md)

![Example](sleepTimer/example.png)

## [toggleDJ](toggleDJ/README.md)

![Example](toggleDJ/example.png)

## [tracksToEdges](tracksToEdges/README.md)

![Example](tracksToEdges/example.png)

## [volumePercentage](volumePercentage/README.md)

![Example](volumePercentage/example.png)
6 changes: 3 additions & 3 deletions spotifyBackup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ _This script allows you to backup / restore application data (settings)._
Navigate to Spotify settings, scroll to "Storage", backup your settings to clipboard - and import them on your secondary device.

#### Gist Integration Setup
This part of the extension allows the user to automatically backup and restore to a cloud source - in this example GitHubs Gists.
Please note Gist has a limited file upload of 1MB, if your application data exceeds this value please manually backup and restore your data.
This extension also allows the user to automatically backup and restore to a GitHub Gist.
Please note that Gist has a limited file upload of 1MB. If your application data exceeds this value please manually backup and restore your data.

##### Github Token
There should be no security issues with storing your GitHub access token in localstorage assuming you setup permissions to the token correctly, however if you want to be on the safe side make a throw away GitHub account.
There should be no security issues with storing your GitHub access token in local storage assuming you setup permissions to the token correctly, however if you want to be on the safe side make a throw away GitHub account.

1. Head over to https://github.com/settings/tokens
2. Generate a new **classic** token:
Expand Down
Loading