From fb7919a6359542d195c4abd959d4c293b087dd79 Mon Sep 17 00:00:00 2001 From: Fabio Varesano Date: Thu, 21 Sep 2006 12:32:54 +0000 Subject: Patch #82224 by vhmauery (http://drupal.org/user/28957) Bring Video up to date with HEAD: updated all video modules to be used on next drupal 5.0 --- plugins/video_customfields/video_customfields.info | 4 ++++ plugins/video_image/video_image.info | 4 ++++ plugins/video_multidownload/video_multidownload.info | 4 ++++ plugins/video_optmetadata/video_optmetadata.info | 4 ++++ plugins/video_params/video_params.info | 4 ++++ plugins/video_upload/video_upload.info | 4 ++++ video.info | 4 ++++ 7 files changed, 28 insertions(+) create mode 100644 plugins/video_customfields/video_customfields.info create mode 100644 plugins/video_image/video_image.info create mode 100644 plugins/video_multidownload/video_multidownload.info create mode 100644 plugins/video_optmetadata/video_optmetadata.info create mode 100644 plugins/video_params/video_params.info create mode 100644 plugins/video_upload/video_upload.info create mode 100644 video.info diff --git a/plugins/video_customfields/video_customfields.info b/plugins/video_customfields/video_customfields.info new file mode 100644 index 0000000..51b158a --- /dev/null +++ b/plugins/video_customfields/video_customfields.info @@ -0,0 +1,4 @@ +; $Id$ +name = video_customfields +description = Enable addition of custom fileds on video nodes created by video module. + diff --git a/plugins/video_image/video_image.info b/plugins/video_image/video_image.info new file mode 100644 index 0000000..a87c1f2 --- /dev/null +++ b/plugins/video_image/video_image.info @@ -0,0 +1,4 @@ +; $Id$ +name = video_image +description = Enable thumbnails support for video module. + diff --git a/plugins/video_multidownload/video_multidownload.info b/plugins/video_multidownload/video_multidownload.info new file mode 100644 index 0000000..f933340 --- /dev/null +++ b/plugins/video_multidownload/video_multidownload.info @@ -0,0 +1,4 @@ +; $Id$ +name = video_multidownload +description = Enable multiple file download in video module. + diff --git a/plugins/video_optmetadata/video_optmetadata.info b/plugins/video_optmetadata/video_optmetadata.info new file mode 100644 index 0000000..4242aa2 --- /dev/null +++ b/plugins/video_optmetadata/video_optmetadata.info @@ -0,0 +1,4 @@ +; $Id$ +name = video_optmetadata +description = Enable addition of optional metadata on video nodes created by video module. Optional metadata are Video Bitrate, Audio Bitrate, Audio Sampling Rate and Audio Channels. + diff --git a/plugins/video_params/video_params.info b/plugins/video_params/video_params.info new file mode 100644 index 0000000..81a2d98 --- /dev/null +++ b/plugins/video_params/video_params.info @@ -0,0 +1,4 @@ +; $Id$ +name = video_params +description = Enable addition of html params to object generated by video module. Useful if you need to use swf videos which needs params to be passed. + diff --git a/plugins/video_upload/video_upload.info b/plugins/video_upload/video_upload.info new file mode 100644 index 0000000..8e29f0f --- /dev/null +++ b/plugins/video_upload/video_upload.info @@ -0,0 +1,4 @@ +; $Id$ +name = video_upload +description = Enable video files uploading in video module. + diff --git a/video.info b/video.info new file mode 100644 index 0000000..e982593 --- /dev/null +++ b/video.info @@ -0,0 +1,4 @@ +; $Id$ +name = video +description = Allows video nodes. + -- cgit v1.2.3