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

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    I modified it for myself - maybe you like it...
    I just changed a little for himself in my themes. Lyrics called from the menu and look at my favorite mode like this.
    260236_18-03-06.png 260237_18-03-24.png
     

    stormbringer

    Portal Pro
    November 22, 2004
    401
    4

    Yeah checked and changed it with no result!?[DOUBLEPOST=1453485730][/DOUBLEPOST]
    I modified it for myself - maybe you like it...
    I just changed a little for himself in my themes. Lyrics called from the menu and look at my favorite mode like this.
    View attachment 175130 View attachment 175129

    Looking very cool
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Here are the logs.
    I found! :D:coffee:
    Do you use another file (MyMusicPlayingNowLedVu.xml) as is opted VU Meter (LED).
    Replace https://github.com/MediaPortal/Medi...kin/Titan/MyMusicPlayingNowLedVU.xml#L60-L112 to:
    XML:
             <control Style="SettingsCheckButton">
                <description>Artist Information</description>
                <type>checkbutton</type>
                  <id>6101</id>
                <posX>1453</posX>
                <posY>717</posY>
                <label>Artist Information</label>
            <font>TitanLight12</font>   
                <selected>#(eq(#skin.mymusic.info,'ArtistInfo'))</selected>
                <onclick>#(skin.setstring('#skin.mymusic.info',iif(eq(#skin.mymusic.info,'ArtistInfo'),'None','ArtistInfo')))</onclick>
                <onup>6104</onup>
                <ondown>6102</ondown>
            <onright>6101</onright>
            <onleft>6101</onleft>
              <animation effect="fade" time="250">WindowOpen</animation>
              <animation effect="fade" time="250">WindowClose</animation>
            </control>
                 
             <control Style="SettingsCheckButton">
                <description>Album Information</description>
                <type>checkbutton</type>
                  <id>6102</id>
                <posX>1453</posX>
                <posY>782</posY>
                <label>Album Information</label>
            <font>TitanLight12</font>           
                <selected>#(eq(#skin.mymusic.info,'AlbumInfo'))</selected>
                <onclick>#(skin.setstring('#skin.mymusic.info',iif(eq(#skin.mymusic.info,'AlbumInfo'),'None','AlbumInfo')))</onclick>
                <onup>6101</onup>
                <ondown>6103</ondown>
            <onright>6102</onright>
            <onleft>6102</onleft>
              <animation effect="fade" time="250">WindowOpen</animation>
              <animation effect="fade" time="250">WindowClose</animation>
            </control>
           
          <control Style="SettingsCheckButton">
                <description>Top Albums/Tags</description>
                <type>checkbutton</type>
                  <id>6103</id>
                <posX>1453</posX>
                <posY>847</posY>
                <label>Top Albums/Tags</label>
            <font>TitanLight12</font>           
                <selected>#(eq(#skin.mymusic.info,'TopTags'))</selected>
                <onclick>#(skin.setstring('#skin.mymusic.info',iif(eq(#skin.mymusic.info,'TopTags'),'None','TopTags')))</onclick>
                <onup>6102</onup>
                <ondown>6104</ondown>
            <onright>6103</onright>
            <onleft>166</onleft>
              <animation effect="fade" time="250">WindowOpen</animation>
              <animation effect="fade" time="250">WindowClose</animation>
            </control>
         
            <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 it will all work :)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Mediaportal crashes on Exit...?
    Yes! You specifically use alternative configuration file for the media portal?
    Code:
    [2016-01-23 13:20:46,597] [Log    ] [MPMain   ] [INFO ] - Using alternate configuration file: C:\Users\MediaPC\AppData\Local\Temp\MPTemp\MediaPortalTemp.xml
     

    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
    599
    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
    823
    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
    586
    Top Bottom