Skip to content

Commit

Permalink
Make readme clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonTeixidor committed Apr 23, 2017
1 parent e8126fa commit dbc0832
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ directories (meaning, a users local config is placed in
username = USER
password = PASS
backend = alsa
device = alsa_audio_device
device = alsa_audio_device # Given by `aplay -L`
onstart = command_run_on_playback_start
onstop = command_run_on_playback_stop
device_name = name_in_spotify_connect
Expand All @@ -46,6 +46,9 @@ Options can also be placed in a `[spotifyd]` section, which takes priority over
the `[global]` section, which is useful when you run applications related to
`Spotifyd`, which shares some but not all options with `Spotifyd`.

Values can be surrounded by double quotes ("), which is useful if it contains
the comment character (#).

## Command Line Arguments
`spotifyd --help` gives an up to date list of available arguments. The command
line arguments allows for specifying a PID file, setting a verbose mode, run in
Expand Down

0 comments on commit dbc0832

Please sign in to comment.