I want to create a template in the aim of building and using an audio database even if my music is not tagged yet….( and also for some others applications)
My problem :
To use all audio functions in xlobby and to have a correct audio database, I need to add some fields in the database like :
- Code: Select all
<type>album</type>
<type>track></type>
ex:
- Code: Select all
<item>
<parameter>\\Media77\E\MUSIC\HIP HOP\Daara_J\Boomrang</parameter>
<coverart>\\Media77\E\MUSIC\HIP HOP\Daara_J\Boomrang\cover.jpg</coverart>
<display>Daara J / Boomrang</display>
<type>album</type>
<subitems>
<item>
<parameter>\\Media77\E\MUSIC\HIP HOP\Daara_J\Boomrang\01 - Boomrang.mp3</parameter>
<display>Boomrang</display>
<type>track</type>
<information>
<tracknumber>1</tracknumber>
<trackname>Boomrang</trackname>
<trackfilename>01 - Boomrang.mp3</trackfilename>
<artist>Daara J</artist>
</information>
</item>
how can I do that using meta masks ? what codes, I have to add ? maybe it is not possible ? thanks,
currently we can’t use correctly our audio files if they are not tagged, I’m very frustrated