Page 1 of 1

Editable tracklisting

Posted: Tue Oct 26, 2010 12:13 am
by atagal
It will be very handy to edit tracklisting at online panel!

for example, for vinyls i use:
A. title
B. title

for cds:
01. title
02. title
...

now, by default in panel is hardcoded 1,2,3 etc.  :-\

thank you in advance!

Image

Image

Re: Editable tracklisting

Posted: Tue Oct 26, 2010 8:15 am
by jtclipper
Will upload a small update to the program including this feature also.

Re: Editable tracklisting

Posted: Tue Oct 26, 2010 2:50 pm
by atagal
Thank you!

Also maybe possibe to expand on_addTrack procedure with DISKNUMBER (sDisk) and width new tag #DN?

Code: Select all

on_addTrack( const sTrack, sDisk, sTitle, sComposer, sTime: string );
on_getTrack( const iRow: integer; var sTrack, sDisk,sTitle,sComposer,sTime: string; var fDur: extended );
Now very hard to tag/rename multidisk albums. In previous TGF version was possible to do manualy but anyway was unhandy.

For examample 2cd:

1-01  title
1-02  title
...
2-01  title
2-02  title
...

#DN-#R