Thanks for this great script. How could I add album's 'Comment' field below the 'Artist - Album name' line?
thanks

Dim Mask : Mask = "<Artist> - <Album> (<Tot>/<Max>)"&Chr(13)&"<Comment>"str = Replace(str,"<Comment>",SDB.toAscii(comm))
SELECT MemoText AS comm FROM Memos WHERE IDSong=...SELECT Comment FROM Albums WHERE IDAlbum = "&itm.Album.ID

trixmoto wrote:Which track comment do you want, the comment of every track on a new line or just the comment of the first track of the album at the beginning?

Dim dit : Set dit = SDB.Database.OpenSQL("SELECT Count(*) FROM Albums WHERE Album != ''")
fout.WriteLine """AlbumList"" ("&dit.StringByIndex(0)&")"

trixmoto wrote:New version (1.4) is now available to download from my website. Changes include...
- Fixed <Artist> in Mask and CompMask not referencing album artist
- Added FirstMask for the first track in an album
- Added <Comment> to TrackMask and FirstMask
If you leave "FirstMask" blank then the "TrackMask" will always be used.
Users browsing this forum: Exabot [Bot] and 7 guests