summaryrefslogtreecommitdiff
path: root/tntconfig.cpp
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-01-03 19:38:28 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-01-03 19:38:28 +0000
commit107180b00a9c71d3ca8d9c53a592456598e0c834 (patch)
treedb40aeda533eebc51022d3bcc86eba9d891fa9ed /tntconfig.cpp
parent39b41416a9b2699f1aae3a7a1a638ebe9708315d (diff)
downloadvdr-plugin-live-107180b00a9c71d3ca8d9c53a592456598e0c834.tar.gz
vdr-plugin-live-107180b00a9c71d3ca8d9c53a592456598e0c834.tar.bz2
/ Mapping eingebaut
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r--tntconfig.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tntconfig.cpp b/tntconfig.cpp
index 3735db2..ea6f9d0 100644
--- a/tntconfig.cpp
+++ b/tntconfig.cpp
@@ -32,6 +32,7 @@ void TntConfig::WriteConfig()
}
// XXX modularize
+ file << "MapUrl ^/$ whats_on_now@libtnt-live" << endl;
file << "MapUrl /([^.]+)(\\..+)? $1@libtnt-live" << endl;
file << "PropertyFile " << m_propertiesPath << endl;
file << "CompPath " << Setup::Get().GetLibraryPath() << endl;