LogoManager 1.0.0.3 [27-11-2022] (3 Viewers)

Edalex

Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    @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.
    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.

    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.
    Yeah, potential and current repositories are https://code.google.com/hosting/search?q=label:Logos+Label:mediaportal&projectsearch=Search+projects
    and also one project by @Nephilim found on github https://github.com/chemelli/Mediaportal-Italian-Logos
    But main problems that mosy of them are not 200x200 logos yet. :(
     

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    35
    Groningen
    Home Country
    Netherlands Netherlands
    Hi guys,

    here is a design for Titan..

    To users:

    -extract the .zip file, and locate the 'Titan' folder into: C:\ProgramData\Team MediaPortal\MediaPortal\thumbs\LogoManager\designs
     

    Attachments

    • Screenshot.jpg
      Screenshot.jpg
      476.7 KB
    • Titan.zip
      15.4 KB

    fatt_fill

    MP Donator
  • Premium Supporter
  • July 31, 2008
    41
    1
    Home Country
    United Kingdom United Kingdom
    Sorry for slow response - indeed I'll post in the Argus forums now and link them across to here. Seems like a very useful tool this (which hopefully can be merged into the core product at some point). I mainly use Argus because of the series link capabilities but I think MP has come along way in that area in the last few years - it's mainly out of habit now (and +1 familiarity ;-)).

    Thanks all!
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    The only lines dependant on MP TV Server are:
    Code:
    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);
    So just need to know how to make them same for argus - get all tv and radio groups and get channels belonging to specific group. It's pretty simple actually if you know argus dlls and methods.
    Honestly, also we doesn't think that Argus is popular among MP users :confused:
    Maybe a poll? ;)
     

    Jasmeet_181

    Portal Pro
    September 5, 2007
    421
    344
    Home Country
    United Kingdom United Kingdom

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Yeah but kiwijunglist had some cons against plugin and complexity of maintaining logo repository as I remember . :cautious:
     

    Jasmeet_181

    Portal Pro
    September 5, 2007
    421
    344
    Home Country
    United Kingdom United Kingdom
    Yes but he also asked for better instructions as an alternative, which shouldn't be too hard to come up with. There are already plenty of online guides on using TortoiseSVN and Google Code like this one, there are mapping tools and examples in the first post and Bribbon posted some some info on how he adapts the logos here, some of the repos also have wikis or information in their threads.

    @fatt_fill received a response on the Argus TV forum, the links to the documentation for their API are all local though.
     

    Users who are viewing this thread

    Top Bottom