diff --git a/Makefile b/Makefile
index 6c725f09..0edf1d44 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ SRCS = src/main.c \
src/huffman.c \
src/filebundle.c \
src/muxes.c \
+ src/config2.c \
SRCS += src/epggrab/module.c\
src/epggrab/channel.c\
diff --git a/docs/html/config_misc.html b/docs/html/config_misc.html
new file mode 100644
index 00000000..d712d399
--- /dev/null
+++ b/docs/html/config_misc.html
@@ -0,0 +1,15 @@
+
+
+
+ This tabs allow configuration of several general parameters that affect the
+ core TVH functionality.
+
+
+
+ - DVB scan files path:
+
- Select the path to use for DVB scan configuration files. Typically
+ dvb-apps stores these in /usr/share/dvb/. Leave blank to use TVH's internal
+ file set (probably stored at /usr/share/tvheadend/data/dvb-scan/)
+
+
+
diff --git a/src/config2.c b/src/config2.c
new file mode 100644
index 00000000..2b635c44
--- /dev/null
+++ b/src/config2.c
@@ -0,0 +1,60 @@
+/*
+ * TV headend - General configuration settings
+ * Copyright (C) 2012 Adam Sutton
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see