Search found 770 matches

by jtclipper
Mon May 06, 2024 5:28 pm
Forum: Requests - Questions
Topic: change current row/cell background color
Replies: 1
Views: 3

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: 36

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: 22800

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: 22800

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: 22800

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: 22582

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: 20188

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: 20188

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: 20188

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: 21153

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: 21153

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: 15017

Re: Allmusic Grab not getting album

Found the issue and refreshed the current beta
Please download and reinstall
by jtclipper
Thu Jun 23, 2022 3:28 pm
Forum: Bugs
Topic: Allmusic Grab not getting album
Replies: 5
Views: 15017

Re: Allmusic Grab not getting album

I just tested on a Windows 10 machine and it seems fine.
Are you using Win11 ?
In any case send me the URL that does not behave correctly
by jtclipper
Sat May 14, 2022 1:16 pm
Forum: Bugs
Topic: Padding Tags to 001 causes Tracknrs to be wrong in WIN file explorer
Replies: 5
Views: 16808

Re: Padding Tags to 001 causes Tracknrs to be wrong in WIN file explorer

You will need to use some scripting and in that case a script variable You can go to File/Options/variables %...% on the user page at the bottom there is the script variables section Click manage then File/New and paste the following //Append a '/' to the track field if not present var sTrack: strin...
by jtclipper
Thu May 12, 2022 4:27 pm
Forum: Requests - Questions
Topic: Year being removed from file name
Replies: 1
Views: 8773

Re: Year being removed from file name

Are you using the latest beta ?
Also can you send me the tgf.ini to have a look