annotate src/scrobbler/settings.h @ 2441:166397a7efe1

Fixes for scrobbler plugin - skipped tracks, inappropriate scrobbling, re-tabs (Bugzilla #200)
author CJ Kucera <pez@apocalyptech.com>
date Sat, 08 Mar 2008 09:57:38 +0100
parents 15e8890cb54d
children 062f42c3737e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
36
b223a90f8a9a [svn] - build fixes.
yaz
parents: 12
diff changeset
1 #include "../../config.h"
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
2
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
3 #ifndef __SCROBBLER_CONFIG_H__
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
4 #define __SCROBBLER_CONFIG_H__
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
5
1032
15e8890cb54d [svn] - fix memory-leak for protocol 1.2 code
nenolod
parents: 1031
diff changeset
6 #define DEBUG 0
15e8890cb54d [svn] - fix memory-leak for protocol 1.2 code
nenolod
parents: 1031
diff changeset
7 #define META_DEBUG 0
15e8890cb54d [svn] - fix memory-leak for protocol 1.2 code
nenolod
parents: 1031
diff changeset
8 #define SUB_DEBUG 0
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
9 #define CLIENT "Audacious"
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
10 #define USER_AGENT "AudioScrobbler/1.1" PACKAGE_NAME "/" PACKAGE_VERSION
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
11
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
12 #endif