I'm looking for an edited Karaoke.xml file that only shows the name of the next singer and not title of the song and artist. I tried to do it myself but I cant get it to work for the life of me. If anyone could help me out that would be awesome.
发表时间 Tue 05 Nov 19 @ 7:43 am
To remove artist and title from the songs the next singers will sing :
comment out or remove the matching lines for every singer in the xml file
i..e. in the skin "For Karaoke"
- in reverse order in a way to keep the line numbers consistants after modification -
LINES GROUPS: 150-157; 125-132; 100-107; 75-82
<--
<text size="38" color="white" text=" - " />
<text size="38" color="white" action="get_next_karaoke_song 'title' N" />
</textzone>
<textzone group="horizontal">
<pos x="+30+40" y="+35"/>
<size width="900-70-10" height="35" />
<text size="34" color="#aaaaaa" text=" in style of " localize="true" />
<text size="34" color="#aaaaaa" action="get_next_karaoke_song 'artist' N" />
-->
for the music in background : comment out the whole group under the comment with a typo "<!-- Backgroun Music -->"
don't forget to use the "edited" karaoke skin after what, it's a common issue ^^
comment out or remove the matching lines for every singer in the xml file
i..e. in the skin "For Karaoke"
- in reverse order in a way to keep the line numbers consistants after modification -
LINES GROUPS: 150-157; 125-132; 100-107; 75-82
<--
<text size="38" color="white" text=" - " />
<text size="38" color="white" action="get_next_karaoke_song 'title' N" />
</textzone>
<textzone group="horizontal">
<pos x="+30+40" y="+35"/>
<size width="900-70-10" height="35" />
<text size="34" color="#aaaaaa" text=" in style of " localize="true" />
<text size="34" color="#aaaaaa" action="get_next_karaoke_song 'artist' N" />
-->
for the music in background : comment out the whole group under the comment with a typo "<!-- Backgroun Music -->"
don't forget to use the "edited" karaoke skin after what, it's a common issue ^^
发表时间 Tue 05 Nov 19 @ 8:57 am