Creating "packaged" media sets
-
Hello all,
I’m in the process of trying to rescue a failed project built using BuddyPress. It’s a media sharing platform for church organizations to be able to share all of the media content that they generated for their Sunday church services. Other churches could then search for content and reuse it.
One of the key challenges I have is trying to find a way to create a custom post which will display a subset of media items (videos, images, motion backgrounds, PDF docs, etc). Each collection of media items in its respective post would then be delivered via a cart “checkout” for use by church organizations.
These are going to be user-submitted media collections, so I have to idiot-proof the upload process (I’m currently looking at Gravity Forms for a multi-page form). My big problem is that I can’t rely on simple category tags in a custom taxonomy to permanently bind media items together in a collection. Once someone else uses that same category tag, the media collection would start to contain media items that aren’t related to the original upload.
Does anyone know of a way that a unique postmeta identifier could be automatically assigned to an upload form, in a way that wouldn’t require the uploading party to think of it themselves?
The fallback is that I can make each upload subject to my approval, and assign those postmeta identifiers on the backend. Either way, I’d still need to engineer a UI for me to be able to do that.
- The topic ‘Creating "packaged" media sets’ is closed to new replies.