Download & Extend

Different default player size for different content types

Project:VideoField
Version:6.x-6.x-dev
Component:User interface
Category:feature request
Priority:major
Assigned:Unassigned
Status:active

Issue Summary

Hello,

Please, provide a way to enable different videofield settings for each CCK content type.
I need some content types (incl. videofield) with different player size. It is very hard to remember every size needed and to put it manually on every video upload.

Here is a simple patch for example

AttachmentSize
videofield_widget.inc_.01.diff2.79 KB

Comments

#1

Little explanation:

This patch provides additional settings for each content type + videofield configuration (admin/content/node-type/video/fields/field_XXXXX), i.e., administrator can set default player width and height of given content type. If width and height are omitted then main videofield configuration (admin/settings/videofield) is used.

These default width and height can be overridden for each uploaded file. Also, if removed, the width and height returned to their default values for this content type.