[quote name='Flskydiver' post='56772']
Thanks for the feedback!
This bit in the code writes the lyrics sections, so first delete this if you don't want them included in the html at all:
<div id="Title $get(TITLE)" class="db shl" align="center">
<div class="lyr">$iflonger(%unsyncedlyrics%,5,<pre>$cutLeft(%unsyncedlyrics%,5)</pre>,)</div>
</div>
There is some other code which generates the css and javascript formatting for the lyrics you could also take out, but leaving it in won't hurt anything.
Modifications looks great. I want to make a few more changes to your suggestions. Is it possible to align the Media Format to the Right and add a line break between Artist and Album.
Here's the way it looks in HTML.
Beniot-Freeman Project
1994 • The Beniot/Freeman ProjectCD (Original Media)
1 [▶] Reunion • 05:07
2 [▶] When She Believed In Me • 05:27
3 [▶] Mediterranean Nights • 06:58
4 [▶] Swept Away • 04:58
5 [▶] The End Of Our Season • 04:19
6 [▶] After The Love Has Gone • 04:20
7 [▶] Smartypants • 05:44
8 [▶] It's The Thought That Counts • 06:05
9 [▶] Mirage • 06:01
Billy Preston
1982 • The BestCD (Original Media)
1 [▶] Outa-Space • 04:15
2 [▶] Will It Go Round In Circles • 03:50
3 [▶] That's The Way God Planned It (Live) • 04:18
Blondie
1981 • The Best Of BlondieCD (Original Media)
1 [▶] Heart Of Glass • 04:29
2 [▶] Dreaming • 03:04
3 [▶] The Tide Is High • 04:36
4 [▶] In The Flesh • 02:30
5 [▶] Sunday Girl • 03:01
Bob Marley
2004 • The Best Of Bob MarleyCD (Original Media)
1 [▶] Trench Town Rock • 02:53
2 [▶] Mr. Brown • 03:29
3 [▶] How Many Times • 02:24
4 [▶] Soul Rebel • 03:45
5 [▶] Treat You Right • 02:12
Bobbi Humphrey
1992 • The Best OfCD (Original Media)
1 [▶] New York Times • 06:53
2 [▶] Uno Esta • 06:45
3 [▶] Harlem River Drive • 07:51
I would like to change it to where the Media type is aligned to the right, and a line space between Albums. So it display as follows:
Beniot-Freeman Project
1994 • The Beniot/Freeman Project ------------- CD (Original Media)
1 [▶] Reunion • 05:07
2 [▶] When She Believed In Me • 05:27
3 [▶] Mediterranean Nights • 06:58
4 [▶] Swept Away • 04:58
5 [▶] The End Of Our Season • 04:19
6 [▶] After The Love Has Gone • 04:20
7 [▶] Smartypants • 05:44
8 [▶] It's The Thought That Counts • 06:05
9 [▶] Mirage • 06:01
Billy Preston
1982 • The Best ---------------- CD (Original Media)
1 [▶] Outa-Space • 04:15
2 [▶] Will It Go Round In Circles • 03:50
3 [▶] That's The Way God Planned It (Live) • 04:18
Blondie
1981 • The Best Of Blondie --------- CD (Original Media)
1 [▶] Heart Of Glass • 04:29
2 [▶] Dreaming • 03:04
3 [▶] The Tide Is High • 04:36
4 [▶] In The Flesh • 02:30
5 [▶] Sunday Girl • 03:01
Bob Marley
2004 • The Best Of Bob Marley -------- CD (Original Media)
1 [▶] Trench Town Rock • 02:53
2 [▶] Mr. Brown • 03:29
3 [▶] How Many Times • 02:24
4 [▶] Soul Rebel • 03:45
5 [▶] Treat You Right • 02:12
1992 • The Best Of -------- CD (Original Media)
1 [▶] New York Times • 06:53
2 [▶] Uno Esta • 06:45
3 [▶] Harlem River Drive • 07:51
Last, is there a size limit creating in an HTML. The reason I'm asking is I currently have my database divided into 4 selection: A-I, J-Q, R-S, T-Z. Makes it easier to load and manipulate.
Not sure what would happen if I tried to append all to one file. Probably would be manageble.
Thanks or all your assistance.