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-02-10 06:10:09 +0300
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-02-10 06:10:09 +0300
commit3702222ee4cc5a1fd8517dec51df7740b0d098e5 (patch)
tree39025035701438b6ac3dd1d82ba5292a88789c4e /options.h
parent0c4e435d908f15d83ab728d2e7375c4d3e0816dd (diff)
* Allow users to specify the file names and order that the Album Art scanner will search for.
* Lots of changes for inotify support.
Diffstat (limited to 'options.h')
-rw-r--r--options.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/options.h b/options.h
index 113656e..090b019 100644
--- a/options.h
+++ b/options.h
@@ -20,14 +20,13 @@ enum upnpconfigoptions {
UPNPPRESENTATIONURL, /* presentation_url */
UPNPNOTIFY_INTERVAL, /* notify_interval */
UPNPSYSTEM_UPTIME, /* "system_uptime" */
- UPNPPACKET_LOG, /* "packet_log" */
UPNPUUID, /* uuid */
UPNPSERIAL, /* serial */
UPNPMODEL_NUMBER, /* model_number */
- UPNPENABLENATPMP, /* enable_natpmp */
- UPNPSECUREMODE, /* secure_mode */
UPNPFRIENDLYNAME, /* how the system should show up to DLNA clients */
UPNPMEDIADIR, /* directory to search for UPnP-A/V content */
+ UPNPALBUMART_NAMES, /* list of '/'-delimited file names to check for album art */
+ UPNPINOTIFY, /* enable inotify on the media directories */
UPNPENABLE /* enable_upnp */
};