Search found 770 matches

by jtclipper
Tue Sep 28, 2010 12:36 pm
Forum: Requests - Questions
Topic: Copy data from one field to another
Replies: 2
Views: 3326

Re: Copy data from one field to another

Please have a look here

http://jtclipper.eu/godfatherforums/index.php?topic=30.0

Many of those scenarios are covered with scripts.
by jtclipper
Tue Sep 28, 2010 12:34 pm
Forum: Scripting
Topic: Online - populate extended tag fields
Replies: 0
Views: 21824

Online - populate extended tag fields

This will use the Composer value from the online grid to update some other extended fields (Lyricist etc.. ) Please not that using this script will update the files! So click Apply first and use this after. It is ofcourse possible to automate the entire procces and do the apply/update/rename in one ...
by jtclipper
Mon Sep 27, 2010 5:38 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

I'll add an option for that in the next build.
by jtclipper
Mon Sep 27, 2010 12:26 pm
Forum: Bugs
Topic: Artist information in library
Replies: 4
Views: 4449

Re: Artist information in library

Make sure of the following:
You have the correct script selected.
Select the artist page after the script executes and click Update record.
by jtclipper
Sun Sep 26, 2010 5:52 pm
Forum: Requests - Questions
Topic: Tag Compilation
Replies: 2
Views: 3722

Re: Tag Compilation

Try clicking the first button on the album info toolbar (various artists flag on/off)
by jtclipper
Sun Sep 26, 2010 5:49 pm
Forum: Scripting
Topic: Using regexpr and () to group and extract substrings
Replies: 7
Views: 8409

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

Beta 3 has a new regex function function sys_RegexFindStr( sSource, sRegexExpr: string; iIdx: integer ): string; Example program test; var   sTmp: string; begin   sTmp := '172.16.225.101';   ShowMessage( sys_RegexFindStr( sTmp, '(\d+)\.(\d+)\.(\d+)\.(\d+)',  4 ) ); //<-- will return 101 end.
by jtclipper
Thu Sep 23, 2010 6:45 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

Try to make a clean install of the beta in a new folder using the default provided ini file.
There are options in Tags/ID3 which tag to 'prefer' and there are options in Formatting to take care of the track field.
Have a look and it would be ok i think.
by jtclipper
Tue Sep 21, 2010 10:33 am
Forum: Bugs
Topic: tgf080beta2: Tag screen after scan is empty (all field)
Replies: 6
Views: 5982

Re: tgf080beta2: Tag screen after scan is empty (all field)

Yes exactly but maybe i should rename 'Ignore' to 'Remove' so its more clear to the user.
by jtclipper
Tue Sep 21, 2010 10:31 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

I will add another system function to extract the match of the regex find and return it in the next beta (3).
If you are in a hurry this can also be done by using Pos() and some manuall processing of the data.
by jtclipper
Tue Sep 21, 2010 7:59 am
Forum: Bugs
Topic: .80 Beta 2- Missing Info in FLAC Tags
Replies: 3
Views: 3652

Re: .80 Beta 2- Missing Info in FLAC Tags

I checked the flac files you send, they have 'ORGANIZATION=Elektra' as a pair of field name/value I use 'PUBLISHER=Elektra' . As i said none of them is a mistake and every software could use what makes sense for them regarding 'extra' fields. I also use a field called 'INVOLVEDPEOPLE' to store the d...
by jtclipper
Tue Sep 21, 2010 7:02 am
Forum: Bugs
Topic: tgf080beta2: Tag screen after scan is empty (all field)
Replies: 6
Views: 5982

Re: tgf080beta2: Tag screen after scan is empty (all field)

The 'ignore' option was bugged now it works as intented and that is to remove all unchecked fields in the template. 0.80 beta(s) changed and will keep changing the ini files a lot so please try not to use an older version ini file, a clean install is the best thing to do every time a beta is out til...
by jtclipper
Mon Sep 20, 2010 5:09 pm
Forum: Requests - Questions
Topic: Rename from Tag screen
Replies: 2
Views: 3717

Re: Rename from Tag screen

I was thinking about removing the rename panel altogether and do everything from one place but a lot of unique functionality would have been lost.
I'll have to think of what can be done.
by jtclipper
Mon Sep 20, 2010 5:07 pm
Forum: Requests - Questions
Topic: Retain/Drop column sorting
Replies: 10
Views: 6702

Re: Retain/Drop column sorting

Will have a look at that maybe introduce a new option.
by jtclipper
Mon Sep 20, 2010 5:07 pm
Forum: Bugs
Topic: .80 Beta 2- Missing Info in FLAC Tags
Replies: 3
Views: 3652

Re: .80 Beta 2- Missing Info in FLAC Tags

This is the problem with some tag formats like vorbiscomments and ape that do not have strict standard names for all fields. When another application uses a slightly modified field name then its going to look different between different programs unless you do a simple list/dump of field name/value p...
by jtclipper
Mon Sep 20, 2010 5:00 pm
Forum: Bugs
Topic: tgf080beta2: Tag screen after scan is empty (all field)
Replies: 6
Views: 5982

Re: tgf080beta2: Tag screen after scan is empty (all field)

What parameters did you use?
Did you select 'ignore' on the 'uncheked & other fields' option maybe?