Skip to content

Commit

Permalink
Add new player definition formats
Browse files Browse the repository at this point in the history
  • Loading branch information
pssc committed Jun 13, 2017
1 parent 2def570 commit c11074e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions squeezy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ autodiscover yes
# autodiscover players (default yes)
playerdiscover yes


# ###############################################
# authentication
# - if username is unset here, then no authentication takes place
Expand All @@ -44,15 +45,16 @@ playerdiscover yes
# comment out) these two lines
#

username blott
#username blott
password YOUR_PASSWORD


# ###############################################
# players
#
# there are two formats for specifying players:
# - player <PLAYER_NAME>
# - player <GROUP_INDEX> <PLAYER_NAME> <SERVER>
# - player <GROUP_INDEX> <PLAYER_NAME> <SERVER> [<player_id(mac)>]
#
# - if <GROUP_INDEX> is omitted, then group 0 is assumed
# - the first player in group 0 is the default player; so, if you don't
Expand All @@ -67,12 +69,14 @@ password YOUR_PASSWORD
# much useful at all
#

player Kitchen
player Hungry
player Living
player Bedroom
player 1 Nico
player 1 Chrissy
player squeezepi-iq-pi2
player 1 squeezepi-test-pi2
player 1 squeezepi-test-piB
player 2 Sleepy 192.168.1.1
player 3 Hall servername macid


# also, if squeezy is executed from an executable whose names matches
# one of these players, than that player is used as the default
Expand Down

0 comments on commit c11074e

Please sign in to comment.