Skip to content

Releases: jmone1/Swag-of-Tools

29 Mar 2022 Release : Added the ability to measure Crop Factor (using ffmpeg), Bug Fixes etc

28 Mar 23:40
0c89a91
Compare
Choose a tag to compare
  • Added the ability to enter in the desired point in the video to start measuring the Crop Factor
  • Simple check (and warning in the log) if the desired point in the video to start measuring the Crop Factor is greater than the duration of the video itself (and SOT will instead measure from 1 sec so processing over lots of files can continue)
  • Your preferred value will be remembered between runs (stored in the INI file)
  • If the value is blank or 0 then the Crop Factor will not run (so as to not slow down those who just want the Media Info meta data but don't want to check for the crop info)
  • Changed the Language parsing to remove duplicates, padding + it will not call MCWS if there is nothing to change
  • Changed how UTF-8 Strings from MCWS calls are processed
  • Memory Buffer for Media Info: SOT will use Memory instead of Disk to pipe the information from Media Info (note: You may see SOT saying "Not Responding" during longer Media Info scans but it is fine). I'm not sure this is any "faster" that the old method and SOT will still save this information to a file unless you have "Don't save MediaInfo output as an Extra File" Checked, but it will save you some SSD writes.
  • "Use existing MediaInfo Extra File if it already exists": This is the fastest and is great if you want to go back and add new fields to MC as it does not run MediaInfo again, just pulls data out of the existing "Extra" file that was saved on a previous run
  • Updated Log Messages: to reflect these changes
  • Updates MC with a NULL Value: SOT will now make a MC Field Blank (instead of skipping it) if a specified MediaInfo Data Field is blank.
  • SOT will Skip MediaInfo meta data processing on any file that MediaInfo can not read. This is to prevent SOT updating MC's fields when MediaInfo can not read the file (such as the file is offline).

Windows 64-Bit compile attached

20 Jan 2021 Release : Option to Skip Existing Media Info File, Better Logging, Bug Fixs

20 Jan 03:44
7a8dcbf
Compare
Choose a tag to compare
  • Media Info (Bug Fix): Now supports UTF Names
  • Media Info (New Option): Don't overwrite existing MediaInfo "Extra" file
  • General: ESC will no longer exit SOT
  • Data Fiddler: Log will update with the # of entries updated in MC
  • Data Fiddler: Log will warn if there were 0 entries updated in MC and ask you to check there is a "Key" column
  • General: Log now has a "Turn on Verbose Logging of MCWS Calls" - Careful using this one as it may be very long if you are doing a lot of MCWS calls (eg a big batch)

Update to collect additional Language information from DVD structures

04 Jan 20:49
9dfd192
Compare
Choose a tag to compare

Additional Language information is collected from DVD structures by scanning all the IFO files of the disc instead of the Main IFO file (as the Language info can be in the child IFO files).

02 Jan 2021 Release

03 Jan 07:48
d17d89e
Compare
Choose a tag to compare

Small change to allows the continuation of the processing of items even if there is a MCWS "500" Status Error where that error is reported as "No changes."

10 Oct 2020 Release

10 Oct 05:22
5024562
Compare
Choose a tag to compare

Fixed: Found a bug in the MPLS Chapter code where the first 9 chapters could be mis-numbered. Just removed the bit of code that was padding these with a leading "0".

02 July 2020 Release

10 Oct 04:23
1d6dbf9
Compare
Choose a tag to compare

Update: 02 July 2020

  • Fixed (Media Info): Will update MC for DTS:X on both the new (DTS XLL X) and old format (X / MA / Core) used by MediaInfo. Note: there is still an open bug at MediaInfo where some DTS:X tracks are not correctly detected
  • New (Setup): Thanks to a MCWS change from Matt, SOT will now automatically create the calculated field "FileKey" during configuration (so users don't have to do it manually). Requires MC V26.0.95 or latter.