Search found 34 matches

by gelat
Wed Jan 02, 2013 4:41 pm
Forum: Bugs
Topic: Online button stops working
Replies: 2
Views: 3291

Online button stops working

after using a few searches (AMG, using new script), when I try to close the online panel, it stays open. Sometimes, if i turn it back on, then click ORGANIZE, then back to EDIT, I can then close the panel. Usually, I must restart.

ALso, when this happens, the UPDATE and SCRIPT buttons don't work.
by gelat
Tue Jan 01, 2013 3:14 pm
Forum: Requests - Questions
Topic: How to write iTunes TSOA (sort album) ?
Replies: 5
Views: 4466

Re: How to write iTunes TSOA (sort album) ?

ok, thanks!
by gelat
Mon Dec 31, 2012 9:15 pm
Forum: Requests - Questions
Topic: How to write iTunes TSOA (sort album) ?
Replies: 5
Views: 4466

How to write iTunes TSOA (sort album) ?

I am trying to automatically write the album sort so when I import the albums to itunes, it already knows how to sort. I sort by YEAR - ALBUM, so the code looks like this: TSOA := gtag.copyright + ' - ' + gtag.album; gTag.ExtraFieldSet( 'TSOA', TSOA ) ; problem is, itunes ignores this. When I right ...
by gelat
Wed Apr 20, 2011 7:05 am
Forum: Requests - Questions
Topic: Request: adding AlbumArtist field
Replies: 11
Views: 11140

Re: Request: adding AlbumArtist field

In my tag panel, my script adds band:

      gtag.Band := tg_GetField( 'Artist' );     

this works in itunes, and shows as ALBUM ARTIST to ipod, itunes, etc.