This repository has been archived by the owner on May 4, 2021. It is now read-only.
Inject Apps, Disable UI Logger, Live Update Extensions
Added
- App section: Manage and inject custom apps. Access injected apps in Spotify left sidebar.
- Reddit app: Fetch playlists, tracks, albums that posted in subreddits. This app is really alpha, if it's useful to you, please suggest new feature, report bug or do a pull request.
- Extensions options and App options: Click at extension/app metadata zone in skin to reveal options panel. You are able to open extension file/app folder, update extensions/app to Spotify immediately and watch extensions content to live update them.
- Pre-process Disable UI Logger: A lot of elements in Spotify are used to log user's interaction and impression. Use this options to disable most of them to reduce client workload.
- Re-added Lyrics button along with some fun options for Lyrics app: Always show Lyrics button, Force no-sync lyrics, High framerate visualization, 2 Custom visualization
- Leak
chrome.addToQueue
,chrome,removeFromQueue
functions. - Queue All extension: You like using Discover, New Releases page to find new music but adding each one of them to queue takes a lot of effort? If so, activate this extensions and apply. At top of every carousel now has a "Queue All" button to help you add all of them to queue. Note: Not available for tracklists. Just songs, albums.
- Trashbin extension new features:
- Throw artists to trashbin. Access a specific artist page, click at Trashbin icon in header and never ever hear her/his songs again.
- User is able to use https://jsonbin.io to store trash list. On default, trash list is stored in local storage but local storage will be wiped when Spotify is reinstalled. If you don't want to lose your list, open
Trashbin.js
and follow instruction.
Fixed
- Long initial loading time bug.
Known bug
-
Trashbin extension: If your trashbins don't show up in Player and Artist page, please replace entire Trashbin.js in Extensions folder with this: https://raw.githubusercontent.com/khanhas/Spicetify/master/Extensions/Trashbin.js
-
Spotify in some regions are updated to 1.0.79 and after applying Spicetify, Spotify will no long works, just show a blank screen. If you can, revert back to 1.0.77 or wait a week or so till they deliver update to my region and I can sort it out.