A Spicetify custom app that displays your saved Spotify albums and followed artists in a fast, shuffled, filterable grid. Find it in the left sidebar under the shuffle icon.
- Standardized Modes
Albums— Instant local library view of all your saved albums.Artists— Shuffled grid of all the artists you follow with instant local loading.
- Symmetric Randomization
- In Albums mode: Click
🎲 Random Albumto pick and open a random album from your saved collection. - In Artists mode: Click
🎲 Random Artistto pick a random followed artist and open their discography.
- In Albums mode: Click
- On-Demand Artist Discography & Native Release Filters
- Click any followed artist to open their complete discography right inside the app.
- 100% native Spotify catalog categories:
AllAlbums(Studio albums)Singles & EPsCompilationsAppears On(Features and appearances)
- Continuous Filter Randomization — Selected release filters (e.g. Albums or Singles & EPs) persist as you click Random Artist, allowing continuous randomized discovery within a specific category.
- Stateful Navigation History — Clicking an album and pressing Back (
←) returns you right to the opened artist's discography view without losing your place. - Persistent Shuffle — The shuffle order is preserved across app relaunches and sessions.
- Search & Sort
- Search by album title or artist name in real time.
- Sort by Shuffled, Album A–Z / Z–A, or Artist A–Z / Z–A.
- Play on Hover — Hover over any album or artist card and click the green play button to start playback immediately.
- Spicetify installed and configured (
spicetify backuprun at least once) - Spotify desktop app
Windows (PowerShell)
iwr -useb "https://raw.githubusercontent.com/daviidpaark/random-library/main/install.ps1" | iexmacOS / Linux
curl -fsSL "https://raw.githubusercontent.com/daviidpaark/random-library/main/install.sh" | bashThe script will:
- Verify
spicetifyis in your PATH and thatconfig-xpui.iniexists - Copy or download
index.jsandmanifest.jsoninto your SpicetifyCustomApps/random-library/folder - Clean legacy
random-albumsregistrations and registerrandom-libraryinconfig-xpui.ini - Run
spicetify apply
Restart Spotify if it was already open.
Windows (PowerShell)
iwr -useb "https://raw.githubusercontent.com/daviidpaark/random-library/main/uninstall.ps1" | iexmacOS / Linux
curl -fsSL "https://raw.githubusercontent.com/daviidpaark/random-library/main/uninstall.sh" | bash