I've included the generated HTM file, zipped ofcourse.
Just for example click on barbara streisand.
it has one album and 1 song under that album
Now only a few will fold-out, so you can see and play the song.
You have an album with various artists, that's the problem.
The script first goes through all the artists and since this album has different artists it gets split up.
This is because I want the output to be Artist A
Album 1
Album 2
Album 3
Artist B
Album 1
Album 2
and not Artist A - Album 1
Artist A - Album 2
Artist A - Album 3
Artist B - Album 1
...
Well you can either change to html_dano_albumlist_js_f config and drop the first structure I described or in the next Mp3tag version there will be 2 methods to realize it with the albumlist_js_ex config.
1 method will require an additional BAND tag and the other a certain directory structure.
Another Quistion.
Is it possible to only write where %album% starts with A or B etc.
Cause if it is, then i'll try to write a script that will create a htm with that starting letter.
If it is possible to create a htm page inside the script it self.
Can you try to explain to me how i should do that.
The problem is this:
the show() javascript function toggles the visibility of the
containing the tracks. The ID of this TD is assigned the value "id" + the album name. In Various Artist albums the album name is repeated under each artist, therefore there will be a
with identical ID's under each artist. The show function uses getElementById which returns the first element for the given ID.