Search found 768 matches

by jtclipper
Thu Nov 11, 2021 4:08 pm
Forum: Requests - Questions
Topic: Error
Replies: 6
Views: 20159

Re: Error

I will have to get a copy of Windows11 up and running and have a go, this might take some time to figure out

In the mean time are you using the latest beta ? if not please try it
by jtclipper
Tue Sep 28, 2021 5:07 pm
Forum: Requests - Questions
Topic: Export - import tag info
Replies: 1
Views: 4412

Re: Export - import tag info

I believe that by using copy and paste tag from the tools menu is better for that task
by jtclipper
Sat Aug 07, 2021 11:29 am
Forum: Scripting
Topic: Minor problem with Allmusic script
Replies: 2
Views: 6174

Re: Minor problem with Allmusic script

This seems to be the content of the HTML data
You can however create a replacement matrix to affect the title field and replace 'The ' with 'The ', that will take care of that automatically
by jtclipper
Sun Jun 20, 2021 1:06 pm
Forum: Bugs
Topic: Extended tags not being read
Replies: 4
Views: 6176

Re: Extended tags not being read

The file has ORIGINALYEAR as a tag name but TGF uses ORIGYEAR
You can go to File/Options/Edit/Field mapping and then add a mapping to read ORIGINALYEAR as ORIGYEAR for ape and vorbis tags

I'll have to check if it is more common these days, to use the first value and adjust the code accordingly
by jtclipper
Sun Jun 20, 2021 10:53 am
Forum: Bugs
Topic: Extended tags not being read
Replies: 4
Views: 6176

Re: Extended tags not being read

Please send me a file to have a look
by jtclipper
Sun May 23, 2021 11:40 am
Forum: Announcements - News - Other
Topic: Version 0.90 beta3 is available for download
Replies: 5
Views: 20752

Version 0.90 beta3 is available for download

This is mainly a maintenance release for the time being Changes/New *Compiler version updated, should provide better support for Windows10 and High DPI *Duplicate panel grid, added album and file size columns *"Freedb" support defaults to gnudb.org *The ESC key works more consistent across dialogs *...
by jtclipper
Wed May 12, 2021 4:49 pm
Forum: Bugs
Topic: Allmusic not rendering at all?
Replies: 4
Views: 6108

Re: Allmusic not rendering at all?

You will need to add a registry key to fix this issue \HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION and then add a DWORD value TheGodFather.exe with a decimal of 11001 Thinking about adding an option for that, or even setting thing up silently ...
by jtclipper
Sun Jan 10, 2021 4:27 pm
Forum: Requests - Questions
Topic: Question - Mass export of album cover art to the song/album directory
Replies: 4
Views: 7654

Re: Question - Mass export of album cover art to the song/album directory

You can scan your music folder recursively checking the 'sub folders' option just below the tree view. Then in the export dialog select 'use the files folder', that will get you your embedded artwork in the same folder as the music file. By using another %variable% instead of the default %F%, for ex...
by jtclipper
Sun Jan 10, 2021 1:11 pm
Forum: Requests - Questions
Topic: Question - Mass export of album cover art to the song/album directory
Replies: 4
Views: 7654

Re: Question - Mass export of album cover art to the song/album directory

The function is in Tools/Lyrics pictures..
You might have found it already
by jtclipper
Sun Jan 10, 2021 1:07 pm
Forum: Requests - Questions
Topic: Request - export of album cover file extension - change to .jpg
Replies: 1
Views: 4900

Re: Request - export of album cover file extension - change to .jpg

The export uses the information stored in the tag and in this case the mime type I could use the 'Filename format' value provided by the user and an option to not output the extension automatically Will add to my TO-DO list for now and possibly get a new beta out since i am in the process of migrati...
by jtclipper
Fri Jan 08, 2021 3:51 pm
Forum: Scripting
Topic: Variables in .INI file
Replies: 1
Views: 5653

Re: Variables in .INI file

There is no available documentation for the parameters of the .ini file.
It is not meant to be edited manually, only through the application itself.

However if you want to automate some tasks and looking for something specific I can explain some of the sections/parameters used in there
by jtclipper
Thu Dec 03, 2020 7:35 am
Forum: Scripting
Topic: Remove double spaces and caps?
Replies: 4
Views: 7353

Re: Remove double spaces and caps?

Need another parenthesis at the end

Code: Select all

tg_setField( 'Title', sys_ApplyMatrix( 1, tg_getField('Title') ) );
by jtclipper
Wed Nov 25, 2020 5:49 pm
Forum: Scripting
Topic: Remove double spaces and caps?
Replies: 4
Views: 7353

Re: Remove double spaces and caps?

You don't need to check regex or case, just type a double space and a single space Then make sure that in your work flow that matrix is used and it targets the fields you want If you prefer a script then use sys_ApplyMatrix //example, first parameter is the matrix ordinal number tg_setField( 'Title'...
by jtclipper
Sun Nov 22, 2020 12:50 pm
Forum: Scripting
Topic: amazon.sco
Replies: 21
Views: 59265

Re: amazon.sco

You can try to use the amg or discogs scripts and see if that works
by jtclipper
Sun Nov 22, 2020 9:14 am
Forum: Scripting
Topic: amazon.sco
Replies: 21
Views: 59265

Re: amazon.sco

The only way i could reproduce the issue was by drag n drop, on 2 separate installations with Win10 64bit one working and one fresh it works as intended Could be something else on your installation which is causing this, if you can try it on a clean install or some other PC it would be nice You can ...