Israel DVB-T TV channels logos plugin 1.2.0 (01-01-2014) (1 Viewer)

yoavain

Extension Dev
  • Premium Supporter
  • May 24, 2009
    427
    467
    46
    Home Country
    Israel Israel
    Plugin for logos of Israel TV stations broadcasted on DVB-T:
    mediaportal-israel-dvb-t-logos - Project Hosting on Google Code

    New logos from @Jasmeet_181

    Channels:
    • Channel 1
      Ch 1.png
    • Channel 2
      Ch 2.png
    • Channel 10
      Ch 10.png
    • Channel 23
      Ch 23.png
    • Channel 33
      Ch 33.png
    • Channel 99
      Ch 99.png

    Screenshot:
    Image1s.png



    Enjoy,
    Yoav
     
    Last edited:

    uzbola

    New Member
    December 10, 2011
    1
    0
    Hi,

    Tried to install the recent plug-in on Media Portal 1.2.1.0 - no luck. :( the plug-in is not recognized . although the installation process completes successfully.
     

    yoavain

    Extension Dev
  • Premium Supporter
  • May 24, 2009
    427
    467
    46
    Home Country
    Israel Israel
    • Thread starter
    • Moderator
    • #3
    Hi,

    Tried to install the recent plug-in on Media Portal 1.2.1.0 - no luck. :( the plug-in is not recognized . although the installation process completes successfully.

    Hi uzbola,

    How exactly are you trying to install? (File / MpeInstaller)
    What version?
    How do you check that it is not working?

    Note that this is only a logo plugin, which means it only adds icons files to the TV channels icon folder, for the 5 Idan+ channels. You still need to configure the DVB-T channels on the TV-Server side.

    In order to check if the files are installed you can look for them in the folder %Thumbs%\TV\logos (on windows 7 in ProgramData\Team MediaPortal\MediaPortal\Thumbs\tv\logos)
    The files are:
    "Ch 1.png", "Ch 2.png", "Ch 10.png", "Ch 33.png" & "Ch 99.png"

    Yoav
     

    yoavain

    Extension Dev
  • Premium Supporter
  • May 24, 2009
    427
    467
    46
    Home Country
    Israel Israel
    • Thread starter
    • Moderator
    • #4
    Updated extension. Now includes Channel 23
     

    Jasmeet_181

    Portal Pro
    September 5, 2007
    421
    344
    Home Country
    United Kingdom United Kingdom
    Hi Yoavain, attached are the logos at 200x200px and the mapping file for LogoManager.

    For @Edalex and @Vasilich here is the config code, the Hebrew needs checking though.

    Code:
                <Package>
                    <Name>חבילה ישראלית</Name>
                    <CountryName>יִשְׂרָאֵל</CountryName>
                    <CountryName_Eng>Israel</CountryName_Eng>
                    <BaseURL>http://mediaportal-israel-dvb-t-logos.googlecode.com/svn/trunk/</BaseURL>
                    <Designs />
                    <Logos_TV>logos/TV/Simple/</Logos_TV>
                    <Logos_Radio>logos/Radio/Simple/</Logos_Radio>
                    <Mapping_AltURL />
                    <SupportsLastModified>true</SupportsLastModified>
                </Package>
     

    Attachments

    • mediaportal-israel-dvb-t-logos.zip
      439.3 KB

    yoavain

    Extension Dev
  • Premium Supporter
  • May 24, 2009
    427
    467
    46
    Home Country
    Israel Israel
    • Thread starter
    • Moderator
    • #6
    Those look amazing! thank you(y)
    Now, what do I need to do with the "LogoMapping.xml"?

    Edit: Oh, and the Hebrew is fine...
     
    Last edited:

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Either path to files in repo or line in config <Logos_TV>logos/TV/Simple/</Logos_TV> should be changed since looks like they differ now.
     

    yoavain

    Extension Dev
  • Premium Supporter
  • May 24, 2009
    427
    467
    46
    Home Country
    Israel Israel
    • Thread starter
    • Moderator
    • #10
    That's right. I replaced my logos with yours, so I didn't commit to the /Simple/ folder but to its parent folder.
    You should probably use this:

    Code:
               <Package>
                    <Name>חבילה ישראלית</Name>
                    <CountryName>יִשְׂרָאֵל</CountryName>
                    <CountryName_Eng>Israel</CountryName_Eng>
                    <BaseURL>http://mediaportal-israel-dvb-t-logos.googlecode.com/svn/trunk/</BaseURL>
                    <Designs />
                    <Logos_TV>logos/TV/</Logos_TV>
                    <Logos_Radio>logos/Radio/</Logos_Radio>
                    <Mapping_AltURL />
                    <SupportsLastModified>true</SupportsLastModified>
                </Package>
     

    Users who are viewing this thread

    Top Bottom