Question: Skin and Movie Studios Images (1 Viewer)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,620
    10,548
    Kyiv
    Home Country
    Ukraine Ukraine
    For many films, tag #studios returns a list of studios such as: 20th Century Fox / Sony / FOX.
    And if inserted in the skin following code:
    XML:
        <!-- Studio -->
        <control>
          <description>Studio Logo</description>
          <type>image</type>
          <id>0</id>
          <posX>1050</posX>
          <posY>330</posY>
          <width>99</width>
          <height>65</height>
          <texture>Logos\Studios\#(string.trim(#studios)).png</texture>
          <keepaspectratio>yes</keepaspectratio>
          <visible>![facadeview.filmstrip|facadeview.coverflow]+!Control.IsVisible(24)</visible>
          <animation effect="fade" time="250">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
        </control>
    Then the images will not be shown. Whether it is possible to deduce that a number of images in a row?

    Suppose if there is a tag that returns a list of images?
    For Example:
    Tag: #studiosimages
    Return: Logos\Studios\20th Century Fox.png|Logos\Studios\Sony.png|Logos\Studios\FOX.png (Or something similar.)
    Usage: <texture>#studiosimages</texture>
    Or so, too, will not work? Or maybe there are still some options then?
     

    123vak123

    Portal Pro
    December 13, 2010
    207
    161
    Minsk
    Home Country
    Belarus Belarus
    В плагине MovingPictures студии можно выводить как по одной, так и списком. Еще давно думал, как это можно сделать в используемом по умолчанию MуVideos. Ничего нормального не получилось, в итоге перешел на MovingPictures.
    P.S. Сериальный плагин каким-то образом делает одну картинку для нескольких жанров.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,620
    10,548
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #3
    В плагине MovingPictures студии можно выводить как по одной, так и списком
    I Know. (Знаю)

    Сериальный плагин каким-то образом делает одну картинку для нескольких жанров.
    Software puts it, and that's where the results are stored until they looked. (Программно складывает ее, а вот где результат хранит, пока не смотрел.)

    Ничего нормального не получилось, в итоге перешел на MovingPictures.
    This is not a solution. (Это не вариант.)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,620
    10,548
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #6
    Didn´t see this thread before, but answered in the other thread
    ...
    And of course there are skinners out there who dont support studio logos at all (mainly due to reasons regarding the available display space
    It is a pity that there is no such mechanism, it can also be used not only for the studios, but also for the genre, for the languages of the country for the film, etc. etc.
    Ie if there was a function in the media portals, which skin give folder and tag with a list, and on the screen appeared the images that were in line with this list.
    Like:
    XML:
    <texture>image.merge(Logos\Studios\,#(string.trim(#studios)),.png)</texture>

    Especially that such a function is already in the TV Series.
     
    Last edited:

    Users who are viewing this thread

    Top Bottom