Incorporated within MP my Music (1 Viewer)

ariyanto

Portal Member
November 8, 2006
26
0
65
London
Home Country
United Kingdom United Kingdom
It woud be great after all the hard work that has been put into this plugin and that it is now more stable if it could be incorporated in mp with a memu item in my music as it is just another version of now playing. I think the powers that be should look at this option.
 

trevor

Portal Pro
October 17, 2006
1,601
952
Chelmsford
Home Country
United Kingdom United Kingdom
Try the Replicant skin, that has it intergrated - it will moan about being out of date on the latest SVN versions but seems to work ok (well apart from the weather overlay bit).

On first glance it seems a fairly easy change to the std Blue Two skin files...must try that
 

Doodles

Portal Pro
September 9, 2006
84
14
Home Country
United Kingdom United Kingdom
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>


Doodles
 

Users who are viewing this thread

Top Bottom