Skip to content

Releases: mjiggidy/locatorator

v1.5.0 - No Comment

26 Feb 07:34

Choose a tag to compare

Locatorator 1.5.0 now extracts VFX IDs from marker comments and ignores additional strings in comments, causing new and cool headaches for you!

Marker Comparison

  • Markers will now be compared strictly by their VFX IDs; additional characters in comments are ignored
  • VFX ID validation relaxed to allow incidental whitespace before VFX ID
  • VFX ID validation relaxed to allow postfixes to VFX IDs such as MJ1090_pt1 or JF2040-Alt
    • Specifically: Allows for VFX ID followed by non-whitespace, non-alphanumeric separator (-,_,:, etc), followed by any additional alphanumeric characters

Marker Change List

  • Exported marker change list comments now begin with extracted VFX ID

Gooey Changes

  • Timecode columns now using fixed width font for easier visual comparison
  • The inevitable "Shot was found more than once" message now indicates which marker list is the problem

Full Changelog: v1.4.0...v1.5.0

v1.4.0 - I'm Going Through Changes

19 Feb 03:30

Choose a tag to compare

My goodness, two version in one day! Like I'm a teen again!

Change Type Filters

  • Views can now be filtered by change types
  • Exported marker lists respect change type filters (WYSIWYG)
  • Change type filters persist across sessions

Marker List Exports

  • Consolidated code between TUI and GUI modes of the application

Full Changelog: v1.3.0...v1.4.0

v1.3.0 - Whitespaceballs

19 Feb 00:13

Choose a tag to compare

This is a minor release to widen marker list support.

Marker List Support

  • Improved marker list format validation
  • Added support for unholy marker lists exported using "Keep Tabs And Returns" option
    • Exported marker lists will convert these non-printable characters to spaces when necessary

VFX ID Recogition

  • Relaxed hard-coded VFX ID requirements to be: 2-4 letters + 3-4 numbers
  • Yes, one day this will be customizable

Full Changelog: v1.2.0...v1.3.0

v1.2.0 - The Weird Patchy Update

18 Feb 06:03

Choose a tag to compare

Reviving this old stinky code for my Fufu.

Improved Marker Support

  • Support for extended marker colors (Avid 2024.6+)
  • Support for updated marker list format with user and extended color columns (Avid 2024.6+)
  • NOTE: Icons for some of these new colors will appear black. Will fix in future update.

Marker Filtering

  • FOR NOW, only markers beginning with VFX IDs matching 3-letters and 4-digits (ex: ABC1234) will be filtered through
    • Will plan to open this up later

Dependencies

  • For timecode stuff: moved from my defunct posttools junk to my only-semi-defunct standalone timecode library

Build & Deploy

  • Updated to pyinstaller==6.19 to fix an issue with PySide6 and OpenSSL version mismatching
    • Will plan to migrate to nuitka later
  • Windows runner: Install nsis via choco as it's no longer included by default (neat thanks)

Full Changelog: v1.0.0...v1.2.0

Locatorator v1.0.0

20 Feb 04:29
80c661a

Choose a tag to compare

Update README.md