Skip to content

Instantly share code, notes, and snippets.

@klange
Created June 21, 2012 21:45
Show Gist options
  • Save klange/2968730 to your computer and use it in GitHub Desktop.
Save klange/2968730 to your computer and use it in GitHub Desktop.
Acoustics INI file
players=default,extra
webroot=/amp/
extensions=LastFM::Scrobbler
[database]
data_source=dbi:SQLite:dbname=/home/klange/Music/amp.sqlite
[scanner]
require_prefix=
[player.default]
name=default
module=Acoustics::Player::MPlayer
rpc=Acoustics::RPC::Local
queue=TimeSlice
default_volume = 70
extensions=LastFM::Scrobbler
[player.extra]
name=extra
module=Acoustics::Player::MPlayer
rpc=Acoustics::RPC::Local
queue=TimeSlice
default_volume=70
[lastfm]
apikey=BLAHBLAHBLAH
secret=BLAHBLAHBLAH
sk=LOLBUTTS
[webauth]
module=Acoustics::Web::Auth::Simple
field=REMOTE_ADDR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment