Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2009-05-10 07:24:29 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-05-10 07:24:29 +0400
commit631d2e8884911eb4258f98d69b1c4c7a8e49ebc5 (patch)
tree379d082d892141a7144c07c43b1d2274c276d99c /upnpdescstrings.h
parent87076dd6725db52293d27a4e62afd0bf2db68d86 (diff)
* Sort out Server description in HTTP headers. This actually makes Windows Media Player recognize a MiniDLNA server also.
Diffstat (limited to 'upnpdescstrings.h')
-rw-r--r--upnpdescstrings.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/upnpdescstrings.h b/upnpdescstrings.h
index 47e65b7..8f18279 100644
--- a/upnpdescstrings.h
+++ b/upnpdescstrings.h
@@ -9,14 +9,16 @@
#include "config.h"
/* strings used in the root device xml description */
+#define ROOTDEV_MANUFACTURERURL OS_URL
#ifdef READYNAS
#define ROOTDEV_MANUFACTURER "NETGEAR"
+#define ROOTDEV_MODELNAME "Windows Media Connect compatible (ReadyDLNA)"
+#define ROOTDEV_MODELDESCRIPTION "ReadyDLNA on ReadyNAS RAIDiator OS"
#else
#define ROOTDEV_MANUFACTURER "Justin Maggard"
+#define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
+#define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
#endif
-#define ROOTDEV_MANUFACTURERURL OS_URL
-#define ROOTDEV_MODELNAME "Windows Media Connect compatible (minidlna)"
-#define ROOTDEV_MODELDESCRIPTION OS_NAME " *ReadyNAS dev DLNA"
#define ROOTDEV_MODELURL OS_URL
#endif