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

Vasilich

Portal Pro
August 30, 2009
3,394
1,170
Germany, Mayence
Home Country
Russian Federation Russian Federation
<Group>All Channels|Alle Kanäle</Group>
<GroupType>TV|TV</GroupType>
<Package>|Deutsche Pack</Package>
pls remap groups and packs. When the question "do you want to save..." - answer NO.

Actually there is something that went wrong - groups have to have corresponding types (those are fine) and designs (and there you have problem - first entry is missing). Pipeline there is a divider between entries.
 

catavolt

Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,621
    10,631
    Königstein (Taunus)
    Home Country
    Germany Germany
    Hehe, that did the trick:

    02-27-45.jpg

    (y)
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,959
    1,270
    Saratov
    Home Country
    Russian Federation Russian Federation
    Hey @PackMaintainers (@vuego @Lbr_Lion @Jasmeet_181 @bribbon @FillR @AlexPlas) how did you place radio logos in your mappings? are they divided from tv and placed in the end or mixed with tv?
    We are discussing slightly changing xml file structure and indroduce TV/Radio sublevel in it to let plugin properly handle cases in which tv and radio channels names are the same. So we need to undestand will it be harmfull for you or not. But ofc we will support both mappings types.
    File could look like this (TV and Radio elements will be placed only once in file separating whole tv or radio part):
    XML:
    <Mappings>
    <TV>
      <Channel>
        <Item Name="24Corren">
          <Satellite>und</Satellite>
        </Item>
        <File>24Corren.png</File>
      </Channel>
      <Channel>
        <Item Name="3Sat">
          <Satellite>und</Satellite>
        </Item>
        <File>3Sat.png</File>
      </Channel>
    </TV>
    <Radio>
        <Item Name="Rai Radio">
          <Satellite>und</Satellite>
        </Item>
        <File>Rai Radio.png</File>
      </Channel>
    </Radio>
    </Mappings>
    Many thanks, guys, for your feedback and your hard work ;)
     
    Last edited by a moderator:

    Lbr_Lion

    Extension Designer
    July 19, 2008
    243
    372
    Home Country
    Netherlands Netherlands
    Hey @PackMaintainers (@vuego @Lbr_Lion @Jasmeet_181 @bribbon @FillR @AlexPlas) how did you place radio logos in your mappings? are they divided from tv and placed in the end or mixed with tv?
    We are discussing slightly changing xml file structure and indroduce TV/Radio sublevel in it to let plugin properly handle cases in which tv and radio channels names are the same. So we need to undestand will it be harmfull for you or not. But ofc we will support both mappings types.
    File could look like this (TV and Radio elements will be placed only once in file separating whole tv or radio part):
    Code:
    <Mappings>
    <TV>
      <Channel>
        <Item Name="24Corren">
          <Satellite>und</Satellite>
        </Item>
        <File>24Corren.png</File>
      </Channel>
      <Channel>
        <Item Name="3Sat">
          <Satellite>und</Satellite>
        </Item>
        <File>3Sat.png</File>
      </Channel>
    </TV>
    <Radio>
        <Item Name="Rai Radio">
          <Satellite>und</Satellite>
        </Item>
        <File>Rai Radio.png</File>
      </Channel>
    </Radio>
    </Mappings>
    Many thanks, guys, for your feedback and your hard work ;)

    Hi,

    I have the TV and Radio logos seperated, so for me it will be no problem to add the extra TV/Radio section

    Cheers
     

    vuego

    Documentation Group
  • Team MediaPortal
  • August 5, 2006
    1,643
    764
    Göteborg
    Home Country
    Sweden Sweden
    Swedish TV and radio are mixed. There's only a couple of radio channels in there though so I don't think it will be a big problem to change the xml structure for me.

    XML:
      <Channel>
        <Item Name="ZDF">
          <Satellite>und</Satellite>
        </Item>
        <File>ZDF.png</File>
      </Channel>
      <Channel>
        <Item Name="P1">
          <Satellite>Sveriges Radio</Satellite>
        </Item>
        <File>SR P1.png</File>
      </Channel>
     
    Last edited by a moderator:

    DragonQ

    Portal Pro
    August 30, 2011
    644
    79
    Home Country
    United Kingdom United Kingdom
    FYI, when downloading Logo Manager from the Extensions plug in I get the following warning:

    Code:
    Downloaded version of Logo Manager is 0.0.0.1 and differs from your selected version: 0.0.0.2!
     

    Users who are viewing this thread

    Top Bottom