Quote Originally Posted by Johnsonbl4
1. Artist, xxxx(release date). "Album title" - in the title bar (though i made it possible to enter manually before the htm page compiles, i'd prefer it to be done automatically).
In your album template, replace <title>.... whatever ....</title> with this:

<title><!--[artist/]--><!--[if(releasedate)]-->, <!--[releasedate/]--><!--[/if]-->. <!--[title/]--></title>

2. links between track titles in track list and lyrics (if there are lyrics - lyrics not available or the track is instrumental - i don't need the links).
Unfortunately, this is not possible yet. Future version will definitely support this kind of linking.

4. color 1 for album title and lyrics and color 2 for artist, track listing, track titles and the last line.
Use the following HTML for changing color of the text:

<font color=green> .... your colored text goes here .... </font>

Replace 'green' with any color you need. You can also use RGB notation, for example: #FFFF00 for yellow (red=FF, green=FF, blue=00).