Search found 773 matches

by jtclipper
Sun May 25, 2025 11:35 am
Forum: Requests - Questions
Topic: TGF still work like a charm after all this time
Replies: 1
Views: 489

Re: TGF still work like a charm after all this time

Appreciated
The latest beta has some features that you might want to use
by jtclipper
Fri Jun 14, 2024 5:39 pm
Forum: Scripting
Topic: amazon.sco
Replies: 24
Views: 187342

Re: amazon.sco

Thank you for the update,
once you finish your modifications notify me and I will include this script in the main install package
by jtclipper
Wed Jun 12, 2024 5:39 pm
Forum: Requests - Questions
Topic: matrix removal?
Replies: 2
Views: 14457

Re: matrix removal?

You might need to uncheck the regex
by jtclipper
Mon May 06, 2024 5:28 pm
Forum: Requests - Questions
Topic: change current row/cell background color
Replies: 3
Views: 15693

Re: change current row/cell background color

I will replace the black text with default windows Highlight text color which is white
by jtclipper
Mon May 06, 2024 12:08 pm
Forum: Bugs
Topic: import tool not working
Replies: 1
Views: 21100

Re: import tool not working

Did you map the Filename field to the correct value?
Its needs to contain the fully qualified filename
by jtclipper
Mon Nov 06, 2023 4:44 pm
Forum: Scripting
Topic: Allmusic Site Redesign
Replies: 5
Views: 43312

Re: Allmusic Site Redesign

Search will come next, although it might not be possible to be fully automatic but it will fill the search box
by jtclipper
Sun Nov 05, 2023 5:04 pm
Forum: Scripting
Topic: Allmusic Site Redesign
Replies: 5
Views: 43312

Re: Allmusic Site Redesign

Uploaded the latest Beta, should work on most albums
You will need to download and install the Webview2 runtime if the page appears blank
by jtclipper
Wed Oct 25, 2023 6:47 pm
Forum: Scripting
Topic: Allmusic Site Redesign
Replies: 5
Views: 43312

Re: Allmusic Site Redesign

This will require to change the old build in IE engine to the new edge/webview2 one
Will have a look
by jtclipper
Thu Jul 13, 2023 5:59 pm
Forum: Requests - Questions
Topic: Error
Replies: 6
Views: 44113

Re: Error

TGF Runs with elevated privileges by default so running as admin does not affect the current user context.

I have tried it on Win11 and did not have any issues,
I will recompile with the latest version of Delphi at some point after making sure everything works
by jtclipper
Sun Jan 15, 2023 4:15 pm
Forum: Requests - Questions
Topic: column width saving and export JPG extension?
Replies: 6
Views: 42944

Re: column width saving and export JPG extension?

Not sure why you have this issue , the server has the new file
by jtclipper
Fri Jan 13, 2023 4:33 pm
Forum: Requests - Questions
Topic: column width saving and export JPG extension?
Replies: 6
Views: 42944

Re: column width saving and export JPG extension?

I uploaded a new beta that handles this issue you only need to change the script a bit

Code: Select all

//instead of
gTag.SavePicture( 0, ExtractFilePath( gTag.Filename ) + gTag.Album  + '.jpeg' )
//use this
gTag.SavePictureCustom( 0, ExtractFilePath( gTag.Filename ) + gTag.Album  + '.jpeg' )
by jtclipper
Fri Jan 13, 2023 8:42 am
Forum: Requests - Questions
Topic: column width saving and export JPG extension?
Replies: 6
Views: 42944

Re: column width saving and export JPG extension?

To save the state of the current view of the grid : Right click on the header then select Presets...the current one will be highlighted for you Now click replace and then save To export using a different file extension you have to use a script because the extension is automatically filled from the m...
by jtclipper
Sun Sep 18, 2022 11:42 am
Forum: Bugs
Topic: Multiple values not being read
Replies: 4
Views: 40620

Re: Multiple values not being read

Please download and test the latest beta
by jtclipper
Tue Sep 06, 2022 5:12 pm
Forum: Bugs
Topic: Multiple values not being read
Replies: 4
Views: 40620

Re: Multiple values not being read

If i remember correctly I never used to split the fields in to multiple entries
Send me a file to have a look and think of a way to remedy this situation
by jtclipper
Sun Jun 26, 2022 12:30 pm
Forum: Bugs
Topic: Allmusic Grab not getting album
Replies: 5
Views: 35152

Re: Allmusic Grab not getting album

Found the issue and refreshed the current beta
Please download and reinstall