PDA

View Full Version : Extra exporting tags



Omega
08-08-2002, 09:01 AM
Hi,

After messing around a bit with that XML stuff, I noticed I had some problems with the 'link' tags. The export went fine, but because the 'link' tags have HTML code in it when exported, I ended up with a useless XML file.
So I would suggest adding 6 new tags : COVERFILE, THUMBNAILFILE, ALBUMPAGENAME, CHARSETNAME, GROUPPAGENAME and ROOTPAGENAME.
Small example :
ALBUMPAGELINK : <a href="xxxx.html"></a>
ALBUMPAGENAME : xxxx.html

COVER : <img width=170 height=170 border=0 src="covers/yyyy.jpeg">
COVERFILE : covers/yyyy.jpeg

I'm sure others will find a use for these tags as well!

Peter

Sealed
08-09-2002, 11:29 AM
Hey Andrei,

I am trying to make an index where the album info pops up in a seperate window... As it seems I will have to copy the CDDB ID into a custom field and place that field in the A Href tag. In That way I can create a different link to the generated album info.

Since it is stored in the dbase it should be a little trick to export it, or is that already possible?? ;D It doesn't show in the list.

It is kinda like the problem with the XML as described above

Still the best program!!!!!!!!

Sealed
08-09-2002, 05:30 PM
Holy mother^@!* :o

I DIT IT!!!!!!! ;D

Read in -Open Discussion- about the popping albums

andrei_c
08-13-2002, 04:12 AM
Hi Peter,


So I would suggest adding 6 new tags : COVERFILE, THUMBNAILFILE, ALBUMPAGENAME, CHARSETNAME, GROUPPAGENAME and ROOTPAGENAME.
Small example :
ALBUMPAGELINK : <a href="xxxx.html"></a>
ALBUMPAGENAME : xxxx.html

COVER : <img width=170 height=170 border=0 src="covers/yyyy.jpeg">
COVERFILE : covers/yyyy.jpeg

I'll add these guys when I get a chance. Entire link is generated anyway, so it's not a big deal to add a separate tags for file names.

Regards,
Andrei