Version 0.88 BETA (Update 1) available

Relevant or irrelevant information and chat here.
Locked
User avatar
jtclipper
Administrator
Administrator
Posts: 768
Joined: Tue Aug 10, 2010 12:04 pm

Version 0.88 BETA (Update 1) available

Post by jtclipper »

Code: Select all

-New/Changed
   *All fields are now available at the Edit grid, Templates & Quick view
   *Online, many new fields added in the extra fields grid and are also grabbed from online sources.
   *Work Flow introduced
   *Sentence case
   *Scrip aware variables
   *Range variables
   *Case variables
   *Script engine improvements
   *Masks use # instead of % now
   *Speed improvements handling very large XML results from Musicbrainz 
-Fixes
   *Minor option fixes
   *mp4 a couple of extended fields were not saved properly
   *ID3v2 corrupted URL fields read properly
   *Incremental variable %#% works again
   *'Open with..' shell command fixed for folders that don't belong to the current root
:: Breaking changes ::
Due to the nature of the new changes many Options have been removed or normalized.
The easiest way to deal with it is to make a clean install or rename your old tgf.ini file.

Formatting:
Obsolete options removed: Use case, Use matrix for rename and tags, basic, extended fields handing, URL always lower, remove rage, parenthesis & compatible from rename.
The 'Work flow' is now responsible for all the formatting options and must be configured prior to working with your files!
If you use the 'Involved People' field and Proper case formatting you will need to add = and ; as word separators.

Restructure:
The Fields grid responsible to configure the directory structure has only 1 column, the 2nd column holding the length of the field is removed.
Range variables are now used by default, for example the row with %A% 1 now becomes a single column like so %*A,1,1%
Default scripts will use the new scheme and also separate values with + instead of |, in the appropriate line.

Scripting:
Many new functions have been introduced to handle the new online panel fields and a few gTag methods have been changed or added, please have a look at the help file for more info.
Most notably gTag.SaveTofile now uses only 2 parameters and if you use scripts other than the defaults you will have to update

Code: Select all

function gTag.SaveToFile( const iFlg: integer = 0; bResetPadding: boolean ): Boolean;

http://jtclipper.eu/thegodfather/tgf_beta.zip [Fri 21 Mar]

User avatar
jtclipper
Administrator
Administrator
Posts: 768
Joined: Tue Aug 10, 2010 12:04 pm

Re: Version 0.88 BETA (Update 1) available

Post by jtclipper »

*updated*

Locked