[Feature Request] Lyrics plugin skin files? (1 Viewer)

stormbringer

Portal Pro
November 22, 2004
401
4
Did it all.
When jumping back from the nowplayingscreen and went to the menu on the left, I can choose the lyrics.
But in the nowplayingscreen it isn´t there. The button is missing
 

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,498
    10,378
    Kyiv
    Home Country
    Ukraine Ukraine
    But in the nowplayingscreen it isn´t there. The button is missing
    MyMusicPlayingNow.xml from post https://forum.team-mediaportal.com/threads/lyrics-plugin-skin-files.114833/#post-946727 ? Themes for Titan use?
    Button in this file there:
    XML:
    <control>
    <description>Lyrics</description>
    <type>button</type>
    <id>6104</id>
    <posX>1453</posX>
    <posY>912</posY>
    <label>Lyrics</label>
    <font>TitanLight12</font>
    <hyperlink>90478</hyperlink>
    <onup>6103</onup>
    <ondown>6101</ondown>
    <onright>6104</onright>
    <onleft>6104</onleft>
    <textcolor>FF000000</textcolor>
    <textcolorNoFocus>ffffffff</textcolorNoFocus>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <visible>plugin.isenabled(My Lyrics)</visible>
    </control>
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,498
    10,378
    Kyiv
    Home Country
    Ukraine Ukraine
    Yes it is in my file to , but as you see......
    You use theme in the skins Titan? If you are using, the file must be put in the theme folder. Once in the sidebar there is such a point, and then he should be. The mechanism of operation is the same.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,498
    10,378
    Kyiv
    Home Country
    Ukraine Ukraine
    @stormbringer Try comment visible line such:
    XML:
    <control>
    <description>Lyrics</description>
    <type>button</type>
    <id>6104</id>
    <posX>1453</posX>
    <posY>912</posY>
    <label>Lyrics</label>
    <font>TitanLight12</font>
    <hyperlink>90478</hyperlink>
    <onup>6103</onup>
    <ondown>6101</ondown>
    <onright>6104</onright>
    <onleft>6104</onleft>
    <textcolor>FF000000</textcolor>
    <textcolorNoFocus>ffffffff</textcolorNoFocus>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <!--visible>plugin.isenabled(My Lyrics)</visible-->
    </control>
    and check :)
     

    Nephilim

    Extension Developer
    February 8, 2007
    805
    499
    Home Country
    Italy Italy
    Got the same prob. Any fixes so far?

    Have you changed the plugin name in the plugin configuration?
    If so you have to modify the MyMusicPlayingNow.xml like this:

    XML:
    <control>
    <description>Lyrics</description>
    <type>button</type>
    <id>6104</id>
    <posX>1453</posX>
    <posY>912</posY>
    <label>Lyrics</label>
    <font>TitanLight12</font>
    <hyperlink>90478</hyperlink>
    <onup>6103</onup>
    <ondown>6101</ondown>
    <onright>6104</onright>
    <onleft>6104</onleft>
    <textcolor>FF000000</textcolor>
    <textcolorNoFocus>ffffffff</textcolorNoFocus>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <visible>plugin.isenabled(@PLUGINNAME@)</visible>
    </control>

    Inserting the new plugin name instead of @PLUGINNAME@

    Or , you can do as suggested by ajs ;)

    Bye,
    Nephilim
     

    joEhSuper

    MP Donator
  • Premium Supporter
  • June 2, 2011
    1,010
    582
    Home Country
    Austria Austria
    You can try this one - I modified it for myself - maybe you like it...
     

    Attachments

    • MyMusicPlayingNow.xml
      27.3 KB

    Users who are viewing this thread

    Similar threads

    Right, this solved this issue. I added my comment to this thread. Thank you very much!
    Right, this solved this issue. I added my comment to this thread. Thank you very much!
    Until MP 1.31 I was able to change the Videos home screen button to Moving Pictures: MediaPortal Configuration -> GUI -> Skin ->...
    Replies
    2
    Views
    600
    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
    1K
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work. Spotify desktop app installed on same computer as you are going to use with MediaPortal Getting ready Create an app at spotify, use this link: Dashboard | Spotify for Developers, you have to login. Click...
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work...
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work...
    Replies
    0
    Views
    1K
    MP1 MP2 Skin Properties DE
    Thanks RoChess. Somehow I always forget the web archive when looking for information that leads to dead links. :rolleyes:
    Thanks RoChess. Somehow I always forget the web archive when looking for information that leads to dead links. :rolleyes:
    Not sure if I’ve missed this info somewhere here but is there a full list or wiki that’s actually working with a full list of...
    Replies
    4
    Views
    824
    Thanks for your reply. In my configuration this setting is set to "no". To avoid misunderstandings, the MP window size changes on screen resolution changes, MP always fulfills the whole screen. Also, the home screen buttons size is adjusted. Only the font size is not adjusted to the new screen resolution.
    Thanks for your reply. In my configuration this setting is set to "no". To avoid misunderstandings, the MP window size changes on...
    I use two monitors - a large display for TV and video watching and a small display for music playback, to get the current track...
    Replies
    2
    Views
    587
    Top Bottom