[Modification] Simple Karaoke Fix (seriously simple simple)
#1
Anyone who uses karaoke music files can surely tell you that Stark crashes on use of them.

Well look no further, this is a cheap fix. Open your Stark folder and browse into the 720p folder.
Make a new file called MusicKaraokeLyrics.xml and open it with a text editor.

Copy:
Code:
<window id="2009">
        <controls>
                <control type="karvisualisation" id="1">
                        <description>visualisation</description>
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>1280</width>
                        <height>720</height>
                        <visibility>false</visibility>
                </control>
                <control type="image" id="2">
                        <description>fullscreen image</description>
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>1280</width>
                        <height>720</height>
                        <visibility>false</visibility>
                </control>
        </controls>
</window>
Paste

Save.

That's all there is to it. If I recall I stole this file from one of the stock skins.
There are no options or onscreen controls in Karaoke view the song just plays and
then the next one plays unless your music settings are configured differently.

:p enjoy.
Reply
#2
During development only default skin (which is PM3.HD) gets updated. Skins which are not part of main source should be updated by their maintainers after feature freeze.
BTW, you might also update strings.xml and copy DialogKaraokeSongSelector.xml and DialogKaraokeSongSelectorLarge.xml as well.
Reply

Logout Mark Read Team Forum Stats Members Help
[Modification] Simple Karaoke Fix (seriously simple simple)0