Search found 770 matches

by jtclipper
Sun Apr 07, 2019 2:20 pm
Forum: Scripting
Topic: amazon.sco
Replies: 21
Views: 60363

Re: amazon.sco

There was no need for that until recently when Amazon decided to drop support for 3rd party application using their API for free.
I might do something about it, just point me to a few links so i can investigate a bit more
by jtclipper
Sat Mar 09, 2019 4:42 pm
Forum: Scripting
Topic: Counting subdirectories with re_getCount
Replies: 3
Views: 9169

Re: Counting subdirectories with re_getCount

Glad to see you got it working, I had a quick look and it should behave as expected. When I created the advanced.scu I had all my files tagged more or less correctly so I did not notice this issue, an extra check at the end might make it a bit more robust but your approach utilizing re_addlevel also...
by jtclipper
Sat Mar 09, 2019 2:59 pm
Forum: Scripting
Topic: Counting subdirectories with re_getCount
Replies: 3
Views: 9169

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

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

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

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

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

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

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

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

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

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

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

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

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.