summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-08-15 20:29:53 +0200
committerGravatar waker <wakeroid@gmail.com>2013-08-15 20:29:53 +0200
commit1ab7955320ef408889a220bd87af33ccc7de7a52 (patch)
treebe901b4976fd2909374f853849bdb30254afa8f2 /deadbeef.h
parent8569ffe750cffe057a65eed80fca760f4ad2f195 (diff)
content-type mapping settings WIP
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index e85b1dac..36078014 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -94,6 +94,12 @@ extern "C" {
.plugin.api_vminor = y,
////////////////////////////
+// default values for some common config variables should go here
+
+// network.ctmapping : content-type to plugin mapping
+#define DDB_DEFAULT_CTMAPPING "{audio/mpeg, stdmpg, ffmpeg}, {audio/x-mpeg, stdmpg, ffmpeg}, {application/ogg, stdogg, ffmpeg}, {audio/ogg, stdogg, ffmpeg}, {audio/aac, aac, ffmpeg}, {audio/aacp, aac, ffmpeg}, {audio/wma, wma, ffmpeg}"
+
+////////////////////////////
// playlist structures
// that's a good candidate for redesign