Station Icons + Genre Icons in TV Series ?? (1 Viewer)

D3ltoroxp

MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hello Community,

    how do I get the channel and genre icons displayed on the TV Series?
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    AW: Station Icons + Genre Icons in TV Series ??

    Hello!
    Add this line to your TVSeries.SkinSettings.xml:
    skin\StreamedMP\Media\Logos\<Series.Network>.png;-;;-;=;-;;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Episode> ,in the - <logos import="true">... part of the xml.
    Also make sure that you copied your channel logos in ..skin\StreamedMP\Media\Logos\ folder. You can change the folder to what you prefer, you just have to edit the path in the xml then.

    If you have genre icons you can add this line:
    skin\StreamedMP\Media\Logos\<Series.Genre>.png;-;;-;=;-;;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    For this you need the genre icons in the right place.

    I hope this works for you!
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Depends exactly what you want. Currently we only support List layout for TVSeries groups, which means you cant have thumbnail layout of genres/network icons. This is all controlled by TVSeries.SkinSettings.xml...I plan to enable thumbnail layout but would like to source some really nice icons that are consistent looking before that.

    to enable smallicon layout you first enable it in tvseries.skinsettings.xml
    Code:
    <group List="true" SmallIcons="true" />

    then you need to add logo rules e.g.
    Code:
    skin\StreamedMP\Media\TVSeries\Logos\Networks\<Series.Network>.png;-;;-;=;-;;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Group>
    skin\StreamedMP\Media\TVSeries\Logos\Genres\<Series.Genre>.png;-;;-;=;-;;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Group>
    skin\StreamedMP\Media\TVSeries\Logos\ViewTags\<Series.ViewTags>.png;-;;-;=;-;;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Group>
    skin\StreamedMP\Media\TVSeries\Logos\Certification\<Series.ContentRating>.png;-;;-;=;-;;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Group>
    After dumping the image in the above directories the icons will be added to the thumbnails if a match is found e.g Cartoon Network.png.

    Another thing that can be done is display a large Icon similar to what we do with MovingPictures categories when a list item (group) is selected.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Note: my example above is only for Group Views...I really dont think its appropriate mixing text logos with graphical logos in Episode view. But if you have modded to use graphical logos thats another story.
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    AW: Station Icons + Genre Icons in TV Series ??

    Hello thank you guys for the Info.

    ltfearme can you give me example for Certification and ViewTags ? Do you mean FSK 18+ with Certification? Series and channel logos I have already.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    TV certifications like TV-PG, TV-7 etc. Basically whatever the series is @ theTVDB.com
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    AW: Station Icons + Genre Icons in TV Series ??

    What about those logos from which he then looks for ?? PG-13 and PG-13_2. The pictures look just a little different from.

    Und was ist mit solchen Icons geht das auch ?
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    AW: Station Icons + Genre Icons in TV Series ??

    Hello!
    Add this line to your TVSeries.SkinSettings.xml:
    skin\StreamedMP\Media\Logos\<Series.Network>.png;-;;-;=;-;;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Episode> ,in the - <logos import="true">... part of the xml.
    Also make sure that you copied your channel logos in ..skin\StreamedMP\Media\Logos\ folder. You can change the folder to what you prefer, you just have to edit the path in the xml then.

    If you have genre icons you can add this line:
    skin\StreamedMP\Media\Logos\<Series.Genre>.png;-;;-;=;-;;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;<Restrict:Episode>
    For this you need the genre icons in the right place.

    I hope this works for you!

    So have these two entries are added, but he did not display any icons.

    EDIT:::
    Here is my xml in the Annex!! The entries are directly under :: <logos import="true">
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    AW: Station Icons + Genre Icons in TV Series ??

    ok it works fine i only added this 2 lines in the TVSeries.SkinSettings.xml::

    skin\StreamedMP\Media\Logos\networks\<Series.Network>.png;-;;-;=;-;;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;
    skin\StreamedMP\Media\Logos\genres\<Series.Genre>.png;-;;-;=;-;;-;AND;-;;-;=;-;;-;AND;-;;-;=;-;;-;

    He show me the Icons as on the Screens :: Can i show the Icons only on series list ? And where can i set the position of this icons for network and genre ?



    Uploaded with ImageShack.us



    Uploaded with ImageShack.us
     

    Users who are viewing this thread

    Similar threads

    Hello, I read some previous posts but I didn't understand if someone did it or worked on it. I'd like to ask you if there will be the chance to interface the MP-TV series plugin with TMDB also. I don't say to eliminate the chance to keep data from TVDB, but at least the option to choose to switch to TMDB or (why not?) other sources.
    Hello, I read some previous posts but I didn't understand if someone did it or worked on it. I'd like to ask you if there will be...
    Hello, I read some previous posts but I didn't understand if someone did it or worked on it. I'd like to ask you if there will be...
    Replies
    0
    Views
    524
    MP1 MP2 [solved] EPG windows DE
    So, with your tips I've deep looking on the config program. And I've found the mapping for HID device. I've make the key config for up and down keys. And it's Work! Really big thanks to you and the team that give this great mediacenter. Cheers ;)
    So, with your tips I've deep looking on the config program. And I've found the mapping for HID device. I've make the key config for...
    Hello, How to scroll the line in the epg windows with titan extended skin? I see the firts 11 channel lines but I cannot get the...
    Replies
    3
    Views
    632
    TVE 3,5 as you noticed in my other Thread.
    TVE 3,5 as you noticed in my other Thread.
    Hello Folks, Although the New MediaPortal Version 2.5 looks great so far, it seems that it still has major Bugs? I created a...
    Replies
    2
    Views
    490
    I am Sure the Issues will be fixed towards a stable. NET6 Version. Please don't get me wrong - My Intent was not any Complaint at all. I just wanted to: understand current Status & Situation understand my Options for a stable System improve my Knowledge & learn from Experts Especially because your limited Dev Resources and the...
    I am Sure the Issues will be fixed towards a stable. NET6 Version. Please don't get me wrong - My Intent was not any Complaint at...
    Hello Folks, Yesterday I upgraded to Mediaportal 2.5 via uninstalling 2.4.1 first and then install the latest .NET6 Variant of...
    Replies
    12
    Views
    1K
    I had the same issue and found the executable under C:\ProgramData\Team MediaPortal\MediaPortal\skin\Titan\BasicHome.Editor\TitanEditor.exe Only the shortcut was missing.
    I had the same issue and found the executable under C:\ProgramData\Team...
    Hi all, Not a rant, more a sharing of experience (maybe hoping to get some clarification on which wrong turn I took) It has been...
    Replies
    9
    Views
    2K
    Top Bottom