update xmltv

This commit is contained in:
Luke Pulverenti 2016-06-05 17:08:55 -04:00
parent fa76620eb7
commit 7388320d96
2 changed files with 2 additions and 8 deletions

View file

@ -80,9 +80,9 @@ namespace MediaBrowser.Model.LiveTv
public ListingsProviderInfo()
{
NewsCategories = new string[] { "news" };
NewsCategories = new string[] { "news", "journalism", "documentary", "current affairs" };
SportsCategories = new string[] { "sports", "basketball", "baseball", "football" };
KidsCategories = new string[] { "kids", "family", "children" };
KidsCategories = new string[] { "kids", "family", "children", "childrens", "disney" };
MovieCategories = new string[] { "movie" };
EnabledTuners = new string[] { };
EnableAllTuners = true;

View file

@ -15,12 +15,6 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings
public class XmlTvListingsProvider : IListingsProvider
{
private string _language = null;
private Dictionary<string, List<string>> _categoryMappings = new Dictionary<string, List<string>>(){
{ "Movie", new List<String>() { "Movie", "Film" } },
//{ "Sports", new List<String>() { "Sports", "Football", "Rugby", "Soccer" } },
//{ "Kids", new List<String>() { "Childrens", "Children", "Kids", "Disney" } },
//{ "News", new List<String>() { "News", "Journalism", "Documentary", "Current Affairs" } },
};
private Dictionary<string, string> _channelMappings = new Dictionary<string, string>(){
{ "1", "UK_RT_2667" },