ynput / ayon-kitsu

Official AYON<->Kitsu intetgration (WIP)
Apache License 2.0
7 stars 5 forks source link

Allow Kitsu names with spaces sync with Ayon entities #11

Closed scottmcdonnell closed 8 months ago

scottmcdonnell commented 8 months ago

Kitsu entity names allow spaces but Ayon does not.

We have a big project we want to sync where Tasks has spaces such as "Scene Prep" - this failed on ayon-kitsu sync throwing a validation error (name does not match regex) on the first failure to create a task or folder and stopping the sync.

This fix sanitises the Kitsu name before creating a folder or task, swapping underscores for spaces and removing any special characters.