You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the feature you have in mind and explain what the current shortcomings are?
Currently, persons (users) are synced from Kitsu to Ayon but their thumbnail is not uploaded.
How would you imagine the implementation of the feature?
We could get the person thumbnail by doing a GET request to <kitsu_url>/api/pictures/thumbnails/persons/<person_id>.png and upload it to Ayon with the <ayon_server>/api/users/{user_name}/avatar PUT Upload Avatar route.
Are there any labels you wish to add?
I have added the relevant labels to the enhancement request.
Describe alternatives you've considered:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
Currently, persons (users) are synced from Kitsu to Ayon but their thumbnail is not uploaded.
How would you imagine the implementation of the feature?
We could get the person thumbnail by doing a GET request to
<kitsu_url>/api/pictures/thumbnails/persons/<person_id>.png
and upload it to Ayon with the<ayon_server>/api/users/{user_name}/avatar
PUT Upload Avatar route.Are there any labels you wish to add?
Describe alternatives you've considered:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered: