Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read Colourlab Ai Show Looks from File System #3236

Open
latenitefilms opened this issue Jul 3, 2023 · 0 comments
Open

Read Colourlab Ai Show Looks from File System #3236

latenitefilms opened this issue Jul 3, 2023 · 0 comments
Assignees
Labels
feature request New feature or request

Comments

@latenitefilms
Copy link
Contributor

All the built-in Show Looks are located in:

/Applications/Colourlab Ai.app/Contents/Resources/Show_Looks

...in a .x01 XML format:

<?xml version="1.0" encoding="UTF-8"?>
<x01Doc>
    <MWLD>1</MWLD>
    <NAME>Blue</NAME>
    <UID>384427BB-ED6F-4FD5-9A3F-FB8BEFD7B8E1</UID>
    <HOST>Created with Colourlab Ai 2.0.49</HOST>
    <ARW>0</ARW>
    <NOTE></NOTE>
    <INTENT>2</INTENT>
    <TAGS>cinetone</TAGS>
    <CATS>cinetone</CATS>

We just care about the NAME and CATS, although we'll have to be careful with the text case, because in this case, it reads as "Cinetone" in the UI, not "cinetone". I have a feeling the Show Look names might be hardcoded in the FxPlug4 Plugin.

@latenitefilms latenitefilms added the feature request New feature or request label Jul 3, 2023
@latenitefilms latenitefilms added this to the 1.4.20 milestone Jul 3, 2023
@latenitefilms latenitefilms self-assigned this Jul 3, 2023
@latenitefilms latenitefilms modified the milestones: 1.4.20, 1.4.21, 1.4.22 Jul 12, 2023
@latenitefilms latenitefilms modified the milestones: 1.4.22, Chris Priority Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant