История изменений
Исправление FireFighter, (текущая версия) :
password <password@permissions>
This specifies a password for access to mpd. The format is «password@permissions» where permissions is a comma delimited list composed of «read», «add», «control», and/or «admin». «read» allows for reading of the database, displaying the current playlist, and current status of mpd. «add» allows for adding songs and loading playlists. «control» allows for all other player and playlist manipulations. «admin» allows the db to be updated and for the client to kill mpd. An example value is «somePassword@read,add». Multiple password parameters may be specified.
default_permissions <permissions>
This specifies the permissions of a client that has not been authenticated using a password. The format of permissions is specified in the description of the «password» config parameter. If no passwords are specified, the default is «read,add,control,admin», otherwise it is «» (no permissions).
Исходная версия FireFighter, :
password <password@permissions>
This specifies a password for access to mpd. The format is «password@permissions» where permissions is a comma delimited list composed of «read», «add», «control», and/or «admin». «read» allows for reading of the database, displaying the current playlist, and current status of mpd. «add» allows for adding songs and loading playlists. «control» allows for all other player and playlist manipulations. «admin» allows the db to be updated and for the client to kill mpd. An example value is «somePassword@read,add». Multiple password parameters may be specified.
default_permissions <permissions>
This specifies the permissions of a client that has not been authenticated using a password. The format of permissions is specified in the description of the «password» config parameter. If no passwords are specified, the default is «read,add,control,admin», otherwise it is «» (no permissions).