From eec77b3ae7d732547f65a6ae838d8acfd661dc17 Mon Sep 17 00:00:00 2001 From: Simon Kagstrom Date: Sun, 27 Mar 2011 08:40:55 +0200 Subject: despotify: Add support utilities Used to connect and authenticate to despotify. Provides a singleton session and a desptoify-track-to-tags function. --- src/conf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index 6ac21dea1..c26ff6958 100644 --- a/src/conf.h +++ b/src/conf.h @@ -72,6 +72,9 @@ #define CONF_PLAYLIST_PLUGIN "playlist_plugin" #define CONF_AUTO_UPDATE "auto_update" #define CONF_AUTO_UPDATE_DEPTH "auto_update_depth" +#define CONF_DESPOTIFY_USER "despotify_user" +#define CONF_DESPOTIFY_PASSWORD "despotify_password" +#define CONF_DESPOTIFY_HIGH_BITRATE "despotify_high_bitrate" #define DEFAULT_PLAYLIST_MAX_LENGTH (1024*16) #define DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS false -- cgit v1.2.3