+-------------------------------------------------------------------------------
| Running spotifyd 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 current directory.

Copy this file to /var/spotifyd/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 /var/spotifyd/.sndio/cookie
