Skip to content

AY-7859_Editorial implementing clip tokenizer section #56

@jakubjezek001

Description

@jakubjezek001

Is there an existing issue for this?

  • I have searched the existing issues and added correct labels.

Please describe the feature you have in mind and explain what the current shortcomings are?

more details in https://github.com/ynput/AYON-Epics/issues/119

The client needs to streamline the renaming of editorial plates from vendor naming conventions to internal naming conventions. This requires a user-friendly interface integrated into all Editorial DCCs Create Publishable Clip plugins:

  • Define regular expressions to extract relevant segments from the vendor plate names (e.g., episode, shot, element name).
  • Use those extracted segments to construct the internal shot hierarchy and plate name based on a predefined template.
  • Offer a consistent user experience across all Editorial DCCs.

The current implementation exists only in Traypublisher ayon+settings://traypublisher/editorial_creators/editorial_advanced/clip_name_tokenizer .

Suggested implementation?

  • Integration into all Editorial DCCs: The Clip Name Tokenizer feature should be available in all DCCs used for editorial publishing (e.g., Hiero, Resolve, Flame).
  • UI Integration: A new section (ideally collapsible) called "Clip Name Tokenizer" must be added to the editorial publisher UI in each DCC. This section should allow users ad-hoc override any default project settings to define the regular expressions and mapping for the plate name translation.
  • Tool default settings: The settings for the Clip Name Tokenizer (regex expressions, internal name template) configurable form studio/project overrides.
  • Regex Definition and Extraction: The "Clip Name Tokenizer" section needs to allow users to define the regular expressions required to extract specific parts of the Vendor Naming.
  • Internal Naming Template: It needs to provide a template to build the Internal Naming from extracted parts.
  • Data Flow Reorganization: The UI sections need to be reordered to reflect the data flow:
    1. Clip Name Tokenizer
    2. Shot Template Keywords
    3. Shot Hierarchy And Rename Settings

Image

Describe alternatives you've considered:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    sponsoredThis is directly sponsored by a client or community membertype: enhancementImprovement of existing functionality or minor addition

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions