Custom fork of ncspot based around personal preferences.
Read the upstream readme for the entire documentation
- Better notifications behavior
- Simmilar tracks have album name
- Made for you tab
- Autoplay simmilar tracks at end of queue (use
autoplay = true
in config) - Highlight fadeout after inactivity period (use
highlight_fadeout = x
in config wherex
is time in seconds)
:queueall
- queue all songs proceeding selection (and included).
PKGBUILD
provided in repository
$ git clone https://github.com/mtshrmn/ncspot.git --recursive
$ cd rspotify && git apply ../rspotify.patch && cd
$ cargo build --release # use whatever features you like
- Go to open.spotify.com
- Open developer options and find your cookies
- Copy the 4 cookies in the following format:
sp_dc=<VALUE>; sp_t=<VALUE>; sp_landing=<VALUE>; sp_key=<VALUE>
into$HOME/.config/ncspot/cookie.txt
(in the same directory whereconfig.toml
is) - Once a year or something you'll have to update your cookies as they have an expiration date.