Search found 768 matches

by jtclipper
Sat Mar 09, 2019 2:59 pm
Forum: Scripting
Topic: Counting subdirectories with re_getCount
Replies: 3
Views: 8559

Re: Counting subdirectories with re_getCount

The particular script will remove structural levels for just one song. It uses the re_removeLevel to do that and defaults to the previous available structure level. This can be easily amended by removing those lines of code and all songs will end up in their specific sub directory even if it only co...
by jtclipper
Sun Feb 03, 2019 6:16 pm
Forum: Requests - Questions
Topic: VirtulBox
Replies: 6
Views: 8284

Re: VirtulBox

Is this a mapped drive?
by jtclipper
Sun Feb 03, 2019 6:01 pm
Forum: Bugs
Topic: 0.89b Allmusic cover automatically
Replies: 7
Views: 16052

Re: 0.89b Allmusic cover automatically

re download and install i fixed it and refreshed the install
by jtclipper
Sun Feb 03, 2019 5:45 pm
Forum: Requests - Questions
Topic: VirtulBox
Replies: 6
Views: 8284

Re: VirtulBox

It might be an elevation issue Paste this in a unicode .reg file using any text editor (notepad will do), and merge into the registry, it might need a restart to take effect Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "EnableLin...
by jtclipper
Sun Feb 03, 2019 5:43 pm
Forum: Bugs
Topic: 0.89b Allmusic cover automatically
Replies: 7
Views: 16052

Re: 0.89b Allmusic cover automatically

Please download the latest 0.89 package and try again
by jtclipper
Wed Jan 02, 2019 6:48 pm
Forum: Requests - Questions
Topic: Why running with administrative privileges?
Replies: 1
Views: 3159

Re: Why running with administrative privileges?

The .ini files are saved in the programs folder and since windows will not allow this (on a default %programfiles% install) I elevate the application.
It's basically like a portable install, I don't like the idea of having application components in the registry or the %APPDATA% folder
by jtclipper
Wed Jan 02, 2019 6:46 pm
Forum: Bugs
Topic: Support for HiDPI display is missing
Replies: 2
Views: 7434

Re: Support for HiDPI display is missing

Some controls don't scale as they should, it's a known issue The tool used to build the application is Delphi 10.1, later versions fix a lot of DPI related issues, it's not that easy to migrate to a newer version, I will keep in mind to try a few workarounds and tinkering for some UI elements that a...
by jtclipper
Sun Dec 16, 2018 1:36 pm
Forum: Requests - Questions
Topic: Encode Window in Multi Monitor Setup
Replies: 2
Views: 3944

Re: Encode Window in Multi Monitor Setup

I introduced a couple of fixes and refeshed the installation, please download and try again
by jtclipper
Sun Nov 18, 2018 2:10 pm
Forum: Bugs
Topic: Keep Pictures With preset
Replies: 1
Views: 6791

Re: Keep Pictures With preset

Do you save/update ID3v2 tags (if you use mp3 files), check file/options/edit/ID3,
Otherwise I need to know the file format you are using and also your tgf.ini file
by jtclipper
Sun Nov 18, 2018 2:05 pm
Forum: Requests - Questions
Topic: Edit doesn't show files
Replies: 2
Views: 6550

Re: Edit doesn't show files

The combobox below 'Auto scan" is the option 'fileformat=' and it filtered out all .mp3 files,
the other options do not matter they are used in the 'create playlists' dialog (right click on the directory treeview on the left)
by jtclipper
Thu Oct 25, 2018 11:44 am
Forum: Requests - Questions
Topic: running on Linux
Replies: 3
Views: 10041

Re: running on Linux

I have limited knowledge about Linux since I only use Windows as my OS. But it might be an issue with missing components in your Wine installation , there is a 'tool' called winetricks try using that to help you install : jet40 - MS Jet 4.0 Service Pack 8. mdac28 - MS MDAC 2.8. TGF uses those librar...
by jtclipper
Tue Sep 18, 2018 4:22 pm
Forum: Requests - Questions
Topic: Why doesn't work the Esc key in every case ?
Replies: 4
Views: 8596

Re: Why doesn't work the Esc key in every case ?

Thank you for the update, I will keep this in my todo list, having ESC to close all dialog windows is more streamlined for the end user
by jtclipper
Mon Sep 17, 2018 4:10 pm
Forum: Requests - Questions
Topic: Why doesn't work the Esc key in every case ?
Replies: 4
Views: 8596

Re: Why doesn't work the Esc key in every case ?

Some windows behave differently yes, but ESC could be made to work on all of them, will keep in my todo list for now.
by jtclipper
Fri Sep 07, 2018 5:13 pm
Forum: Requests - Questions
Topic: Can't connect on line
Replies: 1
Views: 2859

Re: Can't connect on line

Freedb and services like freedb rely on a ID generated from the files in the order recorderd in the original CD. try sorting by track and search again, also try selecting gnudb or tracktype (from the available servers combo box). You could also upgrade to the last version (not really needed) but Ama...
by jtclipper
Mon Jul 16, 2018 4:27 pm
Forum: Bugs
Topic: Edit mode always shows LYRICS3 instead of ID3v2
Replies: 2
Views: 7499

Re: Edit mode always shows LYRICS3 instead of ID3v2

Please check in File/Options/Edit/ID3 that the read order is set to ID3v1->ID3v2,
so that the ID3v2 tags are the last to be loaded into the appropriate fields.