1.1 --- a/MediaPortal.cs Sun May 17 19:36:48 2015 +0200
1.2 +++ b/MediaPortal.cs Sun May 17 20:35:37 2015 +0200
1.3 @@ -189,7 +189,7 @@
1.4 //AddAttribute(nodechannel, "SortOrder", channel.SortOrder);
1.5 //AddAttribute(nodechannel, "TimesWatched", "0");
1.6 AddAttribute(nodechannel, "TotalTimeWatched", "2000-1-1 0:0:0");
1.7 - AddAttribute(nodechannel, "VisibleInGuide", "True");
1.8 + AddAttribute(nodechannel, "VisibleInGuide", !channel.Name.StartsWith("."));
1.9 AddAttribute(nodechannel, "DisplayName", channel.Name);
1.10 AddAttribute(nodechannel, "ChannelNumber", channelId);
1.11