Sebastian Hägel
After a quick glance, it seems feasible tech-wise, but I'll go ahead and check with the backend devs just to be sure. I don't spend a whole lot of time in the permission section of our backend, so there may be things I've missed that makes adding this impossible.
That being said, the permission for accessing videos technically already exists, under the name ACCESS_VIDEO
in our API- It just gets automatically applied when creating or editing roles via the UI. I think you're able to create a role missing this permission via the API, but I haven't tried.
Once I get a response from the devs, I'll update this thread~
In the short term you could use a private channel for each individual who wants reviews- The only downside compared to just a simple "Show only videos I uploaded", is that you'd have to make a folder & invite the user by hand everytime ):
Though I guess setting up a Discord bot to do this wouldn't be hard if you were writing one though.