[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
    16,144
    13,731
    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
    16,144
    13,731
    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
    16,144
    13,731
    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
    972
    673
    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

    I do have most of my Music tagged with Lyrics and it works with My Lyrics. If I remember correctly, you have to set: <Don't search songs with Lyrics in Music tag>
    I do have most of my Music tagged with Lyrics and it works with My Lyrics. If I remember correctly, you have to set: <Don't search...
    Hi. Setting up MyLyrics now. I got version 2.2.2.295 from My Lyrics 2.2.0 for MP 1.10 Final, and above (31-12-2014) . I'm planning...
    Replies
    1
    Views
    3K
    I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback. Best way to achieve this would be to use an auto-resume feature in your external player itself. (MPC-HC can do that, I don't know about VLC)
    I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback. Best way to achieve...
    Hello Folks, Is it possible to enable MP to resume in an External Player, where it left off ? I guess the question also is, can...
    Replies
    2
    Views
    2K
    My bad, I misunderstood your post then :) Yeah, these things can get complicated really quickly. I remember scrapping some of my skin-improvement-ideas because I couldn't get these cross-dependencies sorted out.
    My bad, I misunderstood your post then :) Yeah, these things can get complicated really quickly. I remember scrapping some of my...
    I adjusted the MyMusicPlayingNowInfos.xml for my OldEyes variant of DWHD so it fits without crowding. I now have the issue of text...
    Replies
    7
    Views
    2K
    Hi. I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its database". Anyway, I found a way to do this which was far from automated but relatively low effort. I found what looked like all the images (CD covers, DVD covers, backgrounds etc all lumped together in...
    Hi. I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its...
    I am in the process of setting up a legacy media player (Mede8er) which I happened to have laying around into my home cinema setup...
    Replies
    2
    Views
    416
    I am following the official documentation for setting up the Kodi plugin in media portal. I have got no issues with media portal, nor media portal plugin on Kodi, but with the Kodi plugin that must be installed in the media portal, as it is not getting detected. I have made a copy of the dll file into the plugins folder as found in my...
    I am following the official documentation for setting up the Kodi plugin in media portal. I have got no issues with media portal...
    I am following the official documentation for setting up the Kodi plugin in media portal. I have got no issues with media portal...
    Replies
    0
    Views
    198
    Top Bottom