Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.12 KB

LuckyLP - Spicetify Extension

LuckyLP is a Spicetify Extension which allows to easily choose random saved album from your library. Just press the "Get Random Saved Album" button located in the navigation section of the home or album page.

luckylp

Installation

Linux/MacOS

wget https://raw.githubusercontent.com/Akasiek/spicetify-lucky-lp/main/LuckyLP.js
mv ./LuckyLP.js ~/.config/spicetify/Extensions/
spicetify config extensions LuckyLP.js
spicetify apply

Windows (Powershell)

wget https://raw.githubusercontent.com/Akasiek/spicetify-lucky-lp/main/LuckyLP.js
Move-Item -Path .\LuckyLP.js -Destination %appdata%\spicetify\Extensions\
spicetify config extensions LuckyLP.js
spicetify apply

Screeshot

Screenshot 1

Screenshot 2

Docs

Check out Spicetify's docs!

Made with Spicetify Creator