mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.52k stars 458 forks source link

API Media Upload add an optional user parameter to set the owner of the video #991

Open ropelletier opened 3 months ago

ropelletier commented 3 months ago

Describe the feature you'd like There should be an addition user parameter for added to media_create and media_update at the very least. I am building a utility around downloading videos using yt-dlp so kids can safely view videos without all the adds and other inappropriate content. But the inability to set the user has thrown a small wrench in the process.

Describe alternatives you've considered I am looking at updating the database directly in the meantime via a script. If anyone has any better ideas I would really appreciate it.

Thank You