From bec6d08458df0fc96cc456946cebd355924fded3 Mon Sep 17 00:00:00 2001 From: methodus Date: Sat, 3 Nov 2012 00:06:03 +0100 Subject: Changed friendlyname divider from colon to hyphen --- plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp | 1 - server/server.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp index 92b2f27..b27ad6a 100644 --- a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp +++ b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp @@ -119,7 +119,6 @@ private: fclose(fd); } - // TODO: implement check for radio stations DLNA4thField fourthfield; string contentType, upnpclass; if(parser.Vtype() != 0){ diff --git a/server/server.cpp b/server/server.cpp index 616d55b..c6795df 100644 --- a/server/server.cpp +++ b/server/server.cpp @@ -41,7 +41,7 @@ cMediaServer::cMediaServer() if (gethostname(tmp, sizeof(tmp)) == 0) { string name = tmp; boost::to_upper(name); - mServerDescription.friendlyName = name + ": " + mServerDescription.friendlyName; + mServerDescription.friendlyName = name + " - " + mServerDescription.friendlyName; } mServerIcons.push_back(ServerIcon(image::DLNA_ICON_PNG_SM_24A, "images/upnpIconSm.png")); -- cgit v1.2.3