Editable tracklisting

Main discussion forum
Post Reply
atagal
Newbie
Newbie
Posts: 34
Joined: Tue Oct 26, 2010 12:08 am

Editable tracklisting

Post 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
Last edited by atagal on Tue Oct 26, 2010 12:21 am, edited 1 time in total.

User avatar
jtclipper
Administrator
Administrator
Posts: 770
Joined: Tue Aug 10, 2010 12:04 pm

Re: Editable tracklisting

Post by jtclipper »

Will upload a small update to the program including this feature also.
Dimitris

atagal
Newbie
Newbie
Posts: 34
Joined: Tue Oct 26, 2010 12:08 am

Re: Editable tracklisting

Post 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

Post Reply