view src/scrobbler/settings.h @ 1445:580f1b971518

we're looking for the name of the codec here, not tag.year(), thanks.
author William Pitcock <nenolod@atheme-project.org>
date Fri, 10 Aug 2007 12:35:20 -0500
parents 15e8890cb54d
children 166397a7efe1
line wrap: on
line source

#include "../../config.h"

#ifndef __SCROBBLER_CONFIG_H__
#define __SCROBBLER_CONFIG_H__

#define DEBUG 0
#define META_DEBUG 0
#define SUB_DEBUG 0
#define CLIENT "Audacious"
#define USER_AGENT "AudioScrobbler/1.1" PACKAGE_NAME "/" PACKAGE_VERSION
#define MAKE_BMP
#define ALLOW_MULTIPLE

#endif