view src/scrobbler/settings.h @ 2275:e09d9633d6aa

- mp3_playing() should return 0 for now otherwise mp4 playback would halt at the end of a track. - make use of AUDDBG().
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Tue, 01 Jan 2008 22:54:10 +0900
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