Search found 770 matches

by jtclipper
Fri Oct 08, 2010 1:58 pm
Forum: Bugs
Topic: 80beta4: I can delete the files, but can't remove the subfolder
Replies: 5
Views: 8439

Re: 80beta4: I can delete the files, but can't remove the subfolder

It�s a windows behavior I suppose, which file handles decides to keep open and when you can never know.
I don�t lock anything nor do I keep files open after any process.
by jtclipper
Fri Oct 08, 2010 11:38 am
Forum: Bugs
Topic: 80beta4: I can delete the files, but can't remove the subfolder
Replies: 5
Views: 8439

Re: 80beta4: I can delete the files, but can't remove the subfolder

Please explain the procedure you used so i can duplicate.
by jtclipper
Thu Oct 07, 2010 12:32 pm
Forum: Announcements - News - Other
Topic: A new BETA version is available for download/testing
Replies: 30
Views: 72797

Re: A new BETA version is available for download/testing

Hello, and Thank you for your work. I'm french and use the godfather 7.0 on my PC under Windows 2000 Pro. (during many years) I have downloaded the godfather 8.04 beta and installed it on an another folder (D:\Program Files\The Godfather 8Beta\ ) But it don't work there is an error when I launch it...
by jtclipper
Thu Oct 07, 2010 7:28 am
Forum: Requests - Questions
Topic: Rating
Replies: 4
Views: 3749

Re: Rating

I dont think getting a rating from a site is optimal because rating is a personal thing.
But the good news is that scripta are open for any modifications by anyone.
by jtclipper
Mon Oct 04, 2010 1:13 pm
Forum: Bugs
Topic: 80beta3: copying (Ctrl-C/Ctrl-Ins) a field in the tag grid
Replies: 6
Views: 12449

Re: 80beta3: copying (Ctrl-C/Ctrl-Ins) a field in the tag grid

The grid control is a component and yes it is foreign code. The only thing I can do is strip off the tab characters before the paste happens in the grid itself, that will not solve much because the last tab char is ignore by the grid component. The workaround is to hit enter to enter edit mode for t...
by jtclipper
Mon Oct 04, 2010 11:02 am
Forum: Bugs
Topic: 80beta3: copying (Ctrl-C/Ctrl-Ins) a field in the tag grid
Replies: 6
Views: 12449

Re: 80beta3: copying (Ctrl-C/Ctrl-Ins) a field in the tag grid

The tab character is used internally by the grid control to make it possible to copy/paste multiple cells around. Using another application like notepad will display those tab characters nothing I can really do about it other than eliminate the tab characters before you use paste. But doing that wil...
by jtclipper
Sun Oct 03, 2010 9:08 am
Forum: Bugs
Topic: 80beta3: copying (Ctrl-C/Ctrl-Ins) a field in the tag grid
Replies: 6
Views: 12449

Re: 80beta3: copying (Ctrl-C/Ctrl-Ins) a field in the tag grid

I tried to reproduce this but no tab character is appended to the value
by jtclipper
Sat Oct 02, 2010 8:39 am
Forum: Announcements - News - Other
Topic: A new BETA version is available for download/testing
Replies: 30
Views: 72797

Re: A new BETA version is available for download/testing

I think i'll add an option to proper case to have the comment format with 'sentence case'
by jtclipper
Fri Oct 01, 2010 9:58 am
Forum: Scripting
Topic: Using regexpr and () to group and extract substrings
Replies: 7
Views: 8409

Re: Using regexpr and () to group and extract substrings

The basic idea is as follows: program test; begin   if not tg_Init then exit;   repeat     tg_LoadFile;     gTag.ExtraFieldSet( 'DISCNUMBER', '3' )     gTag.SaveToFile( 0, false, '', false);   until not tg_Skip; end. The question is which hardware/software player will you use because some may or may...
by jtclipper
Thu Sep 30, 2010 12:31 pm
Forum: Requests - Questions
Topic: Remove WMP PRIV Tags
Replies: 4
Views: 4911

Re: Remove WMP PRIV Tags

Go to the Tag/ID3 options and uncheck 'Try to preserve All ID3v2 frames'
This will save only the fields the program will display on the full tag edit dialog, replay gain information is stored on user defined fields so it will be saved.
by jtclipper
Thu Sep 30, 2010 10:47 am
Forum: Requests - Questions
Topic: Retain/Drop column sorting
Replies: 10
Views: 6701

Re: Retain/Drop column sorting

Yes the ones you mention will be done hopefully on the next version.
by jtclipper
Thu Sep 30, 2010 7:39 am
Forum: Requests - Questions
Topic: Retain/Drop column sorting
Replies: 10
Views: 6701

Re: Retain/Drop column sorting

I will upload beta 4 on this weekend, hopefully it will be the last beta before the release.
by jtclipper
Thu Sep 30, 2010 7:38 am
Forum: Requests - Questions
Topic: Remove WMP PRIV Tags
Replies: 4
Views: 4911

Re: Remove WMP PRIV Tags

Please send me a couple of those files and I'll think of something.
by jtclipper
Wed Sep 29, 2010 6:19 pm
Forum: Requests - Questions
Topic: Retain/Drop column sorting
Replies: 10
Views: 6701

Re: Retain/Drop column sorting

Fixed, next build will do correct sorting.