How can we add fields to each video in the Video module? I need to add a title and description to each video. I see there is a Description field for the thumbnail, maybe I can add a title to that? It looks like It may need to be added to video_helper.inc?

link|improve this question

48% accept rate
feedback

1 Answer

Video module is heavily depends on the Filefield module, so if you need to add title and description to a video when its multiple upload to a single node, then you have to edit the uploadfield module which is extending from Filefield module.

If you want only a title and description for a single video node, you can use CCK field.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.