From ca043780a7d81b3766a42aa105eaaa3ff2c6bc70 Mon Sep 17 00:00:00 2001 From: schmirl Date: Mon, 8 Dec 2008 11:37:21 +0000 Subject: [PATCH] added Network Media Tank browser support to HTML pages (#494) --- CONTRIBUTORS | 1 + HISTORY | 2 ++ server/menuHTTP.c | 31 +++++++++++++++++++++++-------- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a1edc6c..af2e2b5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -101,3 +101,4 @@ wirbel Jori Hamalainen for extensive testing while making stream compatible to Network Media Tank + for adding Network Media Tank browser support to HTML pages diff --git a/HISTORY b/HISTORY index 30eb6ba..7b14463 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,8 @@ VDR Plugin 'streamdev' Revision History --------------------------------------- +- added Network Media Tank browser support to HTML pages (thanks to Jori + Hamalainen) - minor fixes of PAT repacker - repack and send every PAT packet we receive - fixed null pointer in server.c when cConnection::Accept() failes diff --git a/server/menuHTTP.c b/server/menuHTTP.c index 89ca070..8d3e404 100644 --- a/server/menuHTTP.c +++ b/server/menuHTTP.c @@ -112,10 +112,10 @@ const cChannel* cChannelList::GetGroup(int Index) // ******************** cHtmlChannelList ****************** const char* cHtmlChannelList::menu = - "[Home (no script)] " - "[Tree View] " - "[Groups (Playlist)] " - "[Channels (Playlist)] "; + "[Home (no script)] " + "[Tree View] " + "[Groups (Playlist)] " + "[Channels (Playlist)] "; const char* cHtmlChannelList::css = "