Hello! I'm very new to Drupal, and I ran into a problem that I figured one of you could answer very easily.
My Scenario.
I've created a site for a music production house that does audio for video. What I need is two things. There has to be a media gallery and then a specific private page for each client on which the client can upload their original videos and the production house can upload the finished video. both videos being on the same page.
To achieve all of this and please tell me if I'm doing this terribly wrong...
I'm using the video.module and the node.access module.
The client has access to create new video content. This content is only viewable to themselves because in nodeaccess I have given the author of the video nodes "view, edit and delete" privileges. But I have given anonymous and authenticated users no privileges. I have also given the production house role "view edit and delete privileges". this mean that plain old authenticated or anonymous users won't be able to see this newly uploaded video...but both the production house and client will.
if the production house uploads the video they just have to click on "grant" and give access to that specific user.
*so far this seems to all work fine and dandy.
Now for the video gallery portion.