home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Lyrics Plugin
Incorporated within MP my Music
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Doodles" data-source="post: 123585" data-attributes="member: 24713"><p>Hi! I suggested a way to integrate MyLrics with BlueTwo or BlueTwo Wide in the original thread. It's somewhat buried there, so I'm reproducing it here:</p><p></p><p>I've found a way to integrate My Lyrics with My Music with just a couple of simple edits to skin xml files. I use Blue2 Wide skin. In the files mymusicgenres.xml and mymusicsongs.xml I replaced the <label>...</label> line for the Eject button with <label>Lyrics</label>, and replaced the <action>...</action> line with <hyperlink>90478</hyperlink>. (90478 is the id of mylyrics.xml.) That's it.</p><p></p><p>This gives me a Lyrics button on the music screens which takes me straight to the lyrics window.</p><p></p><p>I've not had any problems since doing this, but I'm not an expert and don't know if there might be side effects. If you do try this, don't forget to take copies of the files in case something goes wrong. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Just added it to the Playlist screen as well. I replaced the entire <control> entry for the "Now Playing" button with:</p><p></p><p>[CODE] <control></p><p> <description>Now Playing button</description></p><p> <type>button</type></p><p> <id>26</id></p><p> <label>4540</label></p><p> <onup>27</onup></p><p> <ondown>40</ondown></p><p> <onleft>26</onleft></p><p> <onright>50</onright></p><p> <hyperlink>510</hyperlink></p><p> </control></p><p> <control></p><p> <description>Lyrics</description></p><p> <type>button</type></p><p> <id>40</id></p><p> <label>Lyrics</label></p><p> <onleft>40</onleft></p><p> <onright>50</onright></p><p> <onup>26</onup></p><p> <ondown>99</ondown></p><p> <hyperlink>90478</hyperlink></p><p> </control>[/CODE]</p><p></p><p></p><p>Doodles</p></blockquote><p></p>
[QUOTE="Doodles, post: 123585, member: 24713"] Hi! I suggested a way to integrate MyLrics with BlueTwo or BlueTwo Wide in the original thread. It's somewhat buried there, so I'm reproducing it here: I've found a way to integrate My Lyrics with My Music with just a couple of simple edits to skin xml files. I use Blue2 Wide skin. In the files mymusicgenres.xml and mymusicsongs.xml I replaced the <label>...</label> line for the Eject button with <label>Lyrics</label>, and replaced the <action>...</action> line with <hyperlink>90478</hyperlink>. (90478 is the id of mylyrics.xml.) That's it. This gives me a Lyrics button on the music screens which takes me straight to the lyrics window. I've not had any problems since doing this, but I'm not an expert and don't know if there might be side effects. If you do try this, don't forget to take copies of the files in case something goes wrong. :-) Just added it to the Playlist screen as well. I replaced the entire <control> entry for the "Now Playing" button with: [CODE] <control> <description>Now Playing button</description> <type>button</type> <id>26</id> <label>4540</label> <onup>27</onup> <ondown>40</ondown> <onleft>26</onleft> <onright>50</onright> <hyperlink>510</hyperlink> </control> <control> <description>Lyrics</description> <type>button</type> <id>40</id> <label>Lyrics</label> <onleft>40</onleft> <onright>50</onright> <onup>26</onup> <ondown>99</ondown> <hyperlink>90478</hyperlink> </control>[/CODE] Doodles [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Lyrics Plugin
Incorporated within MP my Music
Contact us
RSS
Top
Bottom