aboutsummaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorSimon Kagstrom <simon.kagstrom@gmail.com>2011-03-27 08:40:55 +0200
committerMax Kellermann <max@duempel.org>2011-03-29 17:01:16 +0200
commiteec77b3ae7d732547f65a6ae838d8acfd661dc17 (patch)
treee9444ac9cdc504f4791ac190b6e013f2925d84a8 /src/conf.h
parent640bac1aa4d0f3d7db83bb4558cce935884b3d01 (diff)
despotify: Add support utilities
Used to connect and authenticate to despotify. Provides a singleton session and a desptoify-track-to-tags function.
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index 6ac21dea..c26ff695 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