Skip to content

Commit

Permalink
Blacklist aolmusic by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl authored and RJ committed Nov 25, 2009
1 parent 88e5674 commit e69fab3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions etc/playdar.conf.example
Expand Up @@ -29,14 +29,14 @@

%% Set a name, to be used on the LAN/etc:

%%{name, "Captain Kirk"}.
%%{name, "Commander mxcl"}.

%% List of scripts to be started (resolver scripts)
%% You need quotes. You need a trailing comma, EXCEPT the last one in the list!

{scripts,[
%"/path/to/a/resolver/script1.py",
%"/path/to/a/resolver/script2.rb"
%"contrib/echonest/echonest-resolver.py",
%"contrib/mp3tunes/mp3tunes-resolver.py"
]}.

%% Settings for the Playdar webserver.
Expand Down Expand Up @@ -65,7 +65,8 @@

{modules_blacklist, [
"playdar-tcp",
"audioscrobbler"
"audioscrobbler",
"aolmusic"
]}.

%% Set to true for log output listing query results with scoring information
Expand Down

0 comments on commit e69fab3

Please sign in to comment.