diff options
-rw-r--r-- | plugins/video_customfields/video_customfields.info | 5 | ||||
-rw-r--r-- | plugins/video_image/video_image.info | 5 | ||||
-rw-r--r-- | plugins/video_multidownload/video_multidownload.info | 5 | ||||
-rw-r--r-- | plugins/video_optmetadata/video_optmetadata.info | 5 | ||||
-rw-r--r-- | plugins/video_params/video_params.info | 5 | ||||
-rw-r--r-- | plugins/video_upload/video_upload.info | 5 | ||||
-rw-r--r-- | video.info | 4 |
7 files changed, 20 insertions, 14 deletions
diff --git a/plugins/video_customfields/video_customfields.info b/plugins/video_customfields/video_customfields.info index 51b158a..9ef1537 100644 --- a/plugins/video_customfields/video_customfields.info +++ b/plugins/video_customfields/video_customfields.info @@ -1,4 +1,5 @@ ; $Id$ -name = video_customfields +name = Video Custom Fields description = Enable addition of custom fileds on video nodes created by video module. - +dependencies = video +package = "Video" diff --git a/plugins/video_image/video_image.info b/plugins/video_image/video_image.info index a87c1f2..40677b2 100644 --- a/plugins/video_image/video_image.info +++ b/plugins/video_image/video_image.info @@ -1,4 +1,5 @@ ; $Id$ -name = video_image +name = Video Image description = Enable thumbnails support for video module. - +dependencies = image video +package = "Video" diff --git a/plugins/video_multidownload/video_multidownload.info b/plugins/video_multidownload/video_multidownload.info index f933340..6d7a365 100644 --- a/plugins/video_multidownload/video_multidownload.info +++ b/plugins/video_multidownload/video_multidownload.info @@ -1,4 +1,5 @@ ; $Id$ -name = video_multidownload +name = Video Multidownload description = Enable multiple file download in video module. - +dependencies = video +package = "Video" diff --git a/plugins/video_optmetadata/video_optmetadata.info b/plugins/video_optmetadata/video_optmetadata.info index 4242aa2..aaa0b17 100644 --- a/plugins/video_optmetadata/video_optmetadata.info +++ b/plugins/video_optmetadata/video_optmetadata.info @@ -1,4 +1,5 @@ ; $Id$ -name = video_optmetadata +name = Video Opt Metadata 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. - +dependencies = video +package = "Video" diff --git a/plugins/video_params/video_params.info b/plugins/video_params/video_params.info index 81a2d98..1c6bc1a 100644 --- a/plugins/video_params/video_params.info +++ b/plugins/video_params/video_params.info @@ -1,4 +1,5 @@ ; $Id$ -name = video_params +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. - +dependencies = video +package = "Video" diff --git a/plugins/video_upload/video_upload.info b/plugins/video_upload/video_upload.info index 8e29f0f..cfefd66 100644 --- a/plugins/video_upload/video_upload.info +++ b/plugins/video_upload/video_upload.info @@ -1,4 +1,5 @@ ; $Id$ -name = video_upload +name = Video Upload description = Enable video files uploading in video module. - +dependencies = video +package = "Video" @@ -1,4 +1,4 @@ ; $Id$ -name = video +name = Video description = Allows video nodes. - +package = "Video" |