mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
24 lines
850 B
Plaintext
24 lines
850 B
Plaintext
+-------------------------------------------------------------------------------
|
|
| Running ${PKGSTEM} on OpenBSD
|
|
+-------------------------------------------------------------------------------
|
|
|
|
Spotify OAuth authentication
|
|
============================
|
|
|
|
Authentication via OAuth must be set up using
|
|
|
|
$ spotifyd authenticate -c .
|
|
|
|
This will redirect you to a web browser to complete the OAuth process, then
|
|
place a credentials.json file in the ./oauth directory.
|
|
|
|
Copy this file to ${HOME_DIR}/cache/oauth for use by the systemwide instance.
|
|
|
|
Sharing of sndio(7) authentication cookie
|
|
=========================================
|
|
|
|
Follow sndio(7) Authentication if both dedicated and your own user shall be
|
|
able to play audio at the same time, e.g. on a desktop system:
|
|
|
|
# install -D -p -o _spotifyd -m 0600 ~/.sndio/cookie ${HOME_DIR}/.sndio/cookie
|