Search found 34 matches

by gelat
Tue Jan 17, 2023 4:23 am
Forum: Requests - Questions
Topic: column width saving and export JPG extension?
Replies: 6
Views: 18691

Re: column width saving and export JPG extension?

i got it on a different PC, and it worked. Thanks
by gelat
Sun Jan 15, 2023 3:42 pm
Forum: Requests - Questions
Topic: column width saving and export JPG extension?
Replies: 6
Views: 18691

Re: column width saving and export JPG extension?

I got the latest beta, and even though you posted updated on Jan 13, it's still a Sep 2022 EXE and doesn't recognize the SavePictureCustom procedure
by gelat
Fri Jan 13, 2023 2:21 pm
Forum: Requests - Questions
Topic: column width saving and export JPG extension?
Replies: 6
Views: 18691

Re: column width saving and export JPG extension?

I ran the script and it saves the picture with the filename but the extension is still JPEG no matter what I enter.
by gelat
Thu Jan 12, 2023 2:36 pm
Forum: Requests - Questions
Topic: column width saving and export JPG extension?
Replies: 6
Views: 18691

column width saving and export JPG extension?

two quick questions - how do I save column widths in the edit grid panel?

export cover art to JPG instead of JPEG extension?

thanks!
by gelat
Mon Jun 27, 2022 12:53 pm
Forum: Bugs
Topic: Allmusic Grab not getting album
Replies: 5
Views: 13760

Re: Allmusic Grab not getting album

Works - you're the best! I donated.
by gelat
Thu Jun 23, 2022 2:27 pm
Forum: Bugs
Topic: Allmusic Grab not getting album
Replies: 5
Views: 13760

Re: Allmusic Grab not getting album

This is on .90 by the way Here's the code from amg.sco I am using // artist, album, year, genre... if on_FindRow( iRow, 0, '<h2 class="album-artist"', slMain) or on_FindRow( iRow, 0, '<h2 class="release-artist"', slMain) then begin sTmp := on_cleanHTMLLine( slMain[ iRow + 2 ] ); //if Copy( sTmp, 0, ...
by gelat
Sun Jun 19, 2022 10:57 pm
Forum: Bugs
Topic: Allmusic Grab not getting album
Replies: 5
Views: 13760

Allmusic Grab not getting album

Grab no longer gets the album name. This is only in the last 10 days or so....
by gelat
Wed May 12, 2021 5:43 pm
Forum: Bugs
Topic: Allmusic not rendering at all?
Replies: 4
Views: 6171

Re: Allmusic not rendering at all?

It worked!!! Thanks! I would be doomed without the Godfather!
by gelat
Wed May 12, 2021 3:20 pm
Forum: Bugs
Topic: Allmusic not rendering at all?
Replies: 4
Views: 6171

Re: Allmusic not rendering at all?

Any idea what I can do? This suddenly started yesterday, and it happens on two different systems.
by gelat
Tue May 11, 2021 3:15 pm
Forum: Bugs
Topic: Allmusic not rendering at all?
Replies: 4
Views: 6171

Allmusic not rendering at all?

Untitled.png
Untitled.png (16.24 KiB) Viewed 6171 times
by gelat
Wed Dec 02, 2020 7:59 pm
Forum: Scripting
Topic: Remove double spaces and caps?
Replies: 4
Views: 7392

Re: Remove double spaces and caps?

I'm getting an error

"Compiling...
Compiler: [Error] (78:68): comma (',') expected

Here are the lines of code

Line 78

tg_setField( 'Title', sys_ApplyMatrix( 1, tg_getField('Title'));
by gelat
Wed Dec 02, 2020 7:43 pm
Forum: Scripting
Topic: Remove double spaces and caps?
Replies: 4
Views: 7392

Re: Remove double spaces and caps?

As always - thanks!

Can't wait for 64bit version !
by gelat
Wed Nov 25, 2020 4:50 pm
Forum: Scripting
Topic: Remove double spaces and caps?
Replies: 4
Views: 7392

Remove double spaces and caps?

I used replacement matrix to remove all " " with " " (double spaces to one space) and checked case and regex - it doesn't work. I then added in my script, sTmp:= tg_getField('Title'); Sys_ApplyCase(sTmp,5,True); tg_SetField ('Title',sTmp); and it won't change the title at all, or trigger the replace...
by gelat
Fri Aug 28, 2020 9:01 pm
Forum: Bugs
Topic: allmusic discography browser?
Replies: 5
Views: 9148

Re: allmusic discography browser?

Windows 10 64bit, all latest updates IE 11.450.19041 When I load an album, the browser is there, flickers and disappears leaving a white band. There are no links, so it’s like the script was removed. I don’t use IE and have nothing loaded that blocks or removes scripts or objects. Also all security ...