diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/video_customfields/video_customfields.info | 4 | ||||
-rw-r--r-- | plugins/video_image/video_image.info | 4 | ||||
-rw-r--r-- | plugins/video_multidownload/video_multidownload.info | 4 | ||||
-rw-r--r-- | plugins/video_optmetadata/video_optmetadata.info | 4 | ||||
-rw-r--r-- | plugins/video_params/video_params.info | 4 | ||||
-rw-r--r-- | plugins/video_upload/video_upload.info | 4 |
6 files changed, 24 insertions, 0 deletions
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. + |