Well maybe I'm completly on the wrong track. Here is what I've done. I'm using 40.2 pre 14
I created a new database "classic" in the setup--> database --> import section. It uses the following metamask:
\\(?<artist>.*)\\(?<album>.*)\\(?<track>.*)\..*
Music is stored like this:
D:\Klassiek\Bach, Johann Sebastian\cello suite no.3\13 - suite no. 3, prélude.mp3. And the database starts at d:\klassiek
THis is what gets stored in the database:
- Code: Select all
<item>
<parameter>D:\Klassiek\Bach, Johann Sebastian\cello suite no.3\13 - suite no. 3, prélude.mp3</parameter>
<display>Suite No. 3, Prélude</display>
<type>track</type>
- <information>
<tracknumber>013</tracknumber>
<trackname>Suite No. 3, Prélude</trackname>
<trackfilename>13 - suite no. 3, prélude.mp3</trackfilename>
<artist>Yo-Yo Ma - J.S. Bach</artist>
</information>
</item>
Now I want to have lists, so I think I need a category. In the skin editor I added:
screen --> add category --> classic_1
Then in the "edit category" tab I linked this category to my classic database.
I can set it to display teh following:
%display% (what is shown in winamp)
%albumname% (albumname)
trackname and others don't work. I think that has to do with the a mistake in the metamask.
I can't get the list to update eachother, but you say this is automaticly done, so most probebly, I've a problem with the metamask and database
Can what I want be done easyer? If I create a textfield with the text:
category>classic>artist
It stays empty.
Any sugestions ?
Arthur
EDIT:
Very strange, but now it works using this metamask:
\\(?<artist>.*)\\(?<album>.*)\\(?<name>.*)\..*
Other settings are:
Import type: custom
Folder: container