Search found 768 matches

by jtclipper
Mon Nov 06, 2023 4:44 pm
Forum: Scripting
Topic: Allmusic Site Redesign
Replies: 5
Views: 20099

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

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

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

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

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

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

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

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

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

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

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

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

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
by jtclipper
Thu May 12, 2022 4:14 pm
Forum: Bugs
Topic: Padding Tags to 001 causes Tracknrs to be wrong in WIN file explorer
Replies: 5
Views: 15214

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

You can use the xxx/ track setting like so :

In Options/formatting uncheck the 'Clean track field' option , use your desired padding '001'
After those are set you can set the Track field with the following variable

Code: Select all

%R%/
by jtclipper
Tue May 10, 2022 4:31 pm
Forum: Bugs
Topic: Padding Tags to 001 causes Tracknrs to be wrong in WIN file explorer
Replies: 5
Views: 15214

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

I have tested a bit with various formats and the actual tag in the file is correctly set to the desired padding. Also all the players I tested display the value of the track field correctly. Windows Explorer however seems to : 1) force a numeric conversion of the given field stripping the leading ze...