CommandPost / CommandPost

Workflow Enhancements for Creatives

Home Page:https://commandpost.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate Strings Scanning Errors in Final Cut Pro 10.7.1

latenitefilms opened this issue · comments

When I "Scan Motion Templates" on Final Cut Pro 10.7.1, I get the below errors.

To be honest, I have no idea if they're actual errors or not.

Interestingly though... something is going funky here:

image image image

My guess is that maybe we're loading strings later than scanning or something?

The Audio Effects all seem to appear in the Search Console as you'd expect:

image

Maybe they need to be added to BUILT_IN_EDEL_EFFECTS? I can't remember.

However, I tried adding "Muffled 2" into BUILT_IN_EDEL_EFFECTS["EQ"] and it still produced the error, so no idea.

CommandPost v1.4.25 (Build: 8018)

Build Date:                     Jan 20 2024, 10:51:48
macOS Version:                  14.1.2
CommandPost Locale:             en_AU
Current Keyboard Layout:        Australian
Final Cut Pro Path:             /Applications/Final Cut Pro.app
Final Cut Pro Version:          10.7.1
Final Cut Pro Language:         en
Developer Mode:                 true

2024-01-22 21:27:24: -- Loading /Users/chrishocking/Documents/GitHub/CommandPost/src/extensions/cp/init.lua
2024-01-22 21:27:25: 
2024-01-22 21:27:25: 21:27:25         cp:     Loading Plugins...
2024-01-22 21:27:29: 21:27:29 ** Warning:   strings: Unable to find 'Image Mask Name' in context: {
  locale = { "en", "English" }
}
2024-01-22 21:27:30: 21:27:30 ** Warning:   strings: Unable to find 'Muffled 2' in context: {
  locale = { "en", "English" }
}
2024-01-22 21:27:30: 21:27:30 ** Warning:   strings: Unable to find 'Shortwave Radio 2' in context: {
  locale = { "en", "English" }
}
2024-01-22 21:27:30: 21:27:30 ** Warning:   strings: Unable to find 'Less Treble 2' in context: {
  locale = { "en", "English" }
}
2024-01-22 21:27:30: 21:27:30 ** Warning:   strings: Unable to find 'Mud Removal 2' in context: {
  locale = { "en", "English" }
}
2024-01-22 21:27:30: 21:27:30 ** Warning:   strings: Unable to find 'Telephone 2' in context: {
  locale = { "en", "English" }
}
2024-01-22 21:27:30: 21:27:30 ** Warning:   strings: Unable to find 'Remove Low Frequencies 2' in context: {
  locale = { "en", "English" }
}
2024-01-22 21:27:30: 21:27:30 ** Warning:   strings: Unable to find 'Television 2' in context: {
  locale = { "en", "English" }
}
2024-01-22 21:27:30: 21:27:30 ** Warning:   strings: Unable to find 'Remove High Frequencies 2' in context: {
  locale = { "en", "English" }
}
2024-01-22 21:27:30: 21:27:30 ** Warning:   strings: Unable to find 'Voice or Music 2' in context: {
  locale = { "en", "English" }
}
2024-01-22 21:27:30: 21:27:30 ** Warning:   strings: Unable to find 'Brightness 2' in context: {
  locale = { "en", "English" }
}
2024-01-22 21:27:30: 21:27:30 ** Warning:   strings: Unable to find 'Modest Cathedral 2' in context: {
  locale = { "en", "English" }
}
2024-01-22 21:27:36: 21:27:36 ** Warning:   plugins: Slow Plugin: finalcutpro.setup.scan (8.727963924408)
2024-01-22 21:27:39: 21:27:39 ** Warning:   plugins: Slow Plugin: core.loupedeckctandlive.manager (1.6880230903625)
2024-01-22 21:27:39: 21:27:39 ** Warning:   plugins: Slow Plugin: core.menu.menuaction (2.106027841568)
2024-01-22 21:27:39:                  cp:     Plugins Loaded.
2024-01-22 21:27:39:                          Startup Time: 11.76562 seconds
2024-01-22 21:27:39:                          Garbage Collection Mode: generational
2024-01-22 21:27:39: -- Done.

#3315 might also be relevant