- September 5, 2007
- 421
- 345
- Home Country
- United Kingdom
You can manually download the logos from http://mediaportal-uk-logos.googlecode.com/svn/trunk/TV/Simple200/. If you need more than a few, you could check out the repository.
that means that Argus doesn't implement TVE3 interfaces.can't do anything with the "channel groups" setup
Looking at the other logo projects on Google Code, the Israeli one looks like it would very easy to add to LogoManager, if @yoavain is interested.Now we have 8 repositories supported!
Need moar.
I think we can do it in future. All we need to know is how to get channel and channel groups lists from argus db and where to save them. And what dlls to use ofc.@fatt_fill It would be good if you could make a post on the Argus TV forums, it might get the attention of one of their developers.
Yeah, potential and current repositories are https://code.google.com/hosting/search?q=label:Logos+Label:mediaportal&projectsearch=Search+projectsLooking at the other logo projects on Google Code, the Israeli one looks like it would very easy to add to LogoManager, if @yoavain is interested.
IList<ChannelGroup> tvGroups = ChannelGroup.ListAll();
IList<RadioChannelGroup> radioGroups = RadioChannelGroup.ListAll();
selectedGroup_TV = layer.GetGroupByName(_selectedGroup);
channels = layer.GetChannelsInGroup(selectedGroup_TV)
selectedGroup_Radio = layer.GetRadioChannelGroupByName(_selectedGroup);
channels = layer.GetRadioGuideChannelsForGroup(selectedGroup_Radio.IdGroup);
The last commit was on 28 December 2012, so it seems inactive.also one project by @Nephilim found on github https://github.com/chemelli/Mediaportal-Italian-Logos
@mrspock uses 200x200 for this Spanish pack as does @kiwijunglist for the New Zealand logos.But main problems that mosy of them are not 200x200 logos yet.