Creating MusicLibrary - Karaoke-Genre
#1
I'm wondering why there is a genre "Karaoke" inserted into the database by default in xbmc/music/MusicDatabase.cpp line 202
The genre can be removed by the cleanup-function. what is it good for? has it something to do with the
<karaoke> section in advancedsettings.xml ?
<!-- If set to true, when the songs are added to the library, XBMC will automatically replace the song genre by "Karaoke"
if the song has associated lyrics. Default is false. -->
<alwaysreplacegenre>false</alwaysreplacegenre>
in that case it should be only inserted if alwaysreplacegenre is true, isn't it ?
Reply

Logout Mark Read Team Forum Stats Members Help
Creating MusicLibrary - Karaoke-Genre0