Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install p4a.plonevideo

How to install p4a.plonevideo

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install p4a.plonevideo
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
1.3 Available View build log
 
Author
License
GPL
Lastest release
version 1.3 on Jan 9th, 2014

p4a.plonevideo

Overview

The p4a.plonevideo package is an integration component for integrating the p4a.video framework with the Plone platform. It was inspired by the Plone ATVideo product and even borrows some UI.

Project Description

The p4a.plonevideo product lets you upload a normal File to your Plone site. It uses p4a.video to: * auto-detect the object as a video file * auto-extract the video metadata * render an appropriate view (depending on the file format)

Watch the screencast to experience a nice intro the the product. Thanks to Jonathan Lewis for putting this screencast together!

Installation

Add these lines to your buildout.cfg file, and re-run your buildout. Then install the add-ons from the Add/Remove products page in the Plone Control Panel.:

[buildout]

System Message: ERROR/3 (<string>, line 29)

Inconsistent literal block quoting.

...

eggs = ... p4a.plonevideo

[instance] ...

zcml = ... p4a.plonevideo

Features
Video Files
  • Upload a normal file and Plone auto-recognizes it as a video file,

System Message: WARNING/2 (<string>, line 49)

Bullet list ends without a blank line; unexpected unindent.

extracts metadata and chooses an appropriate player support for:

  • Quicktime (MOV, MP4)
  • Windows Media (WMV, AVI, WMA, ASF)
  • RealMedia (RAM)
  • Flash (FLV, SWF)
  • Upload a thumbnail image to represent the video
  • When clicked, the video will start to play video
  • edit form exposes metadata:
  • file type
  • author
  • height / width
  • duration
Video containers
  • Turn any folder into a video container
  • Turn any smart folder (collection) into a video container
  • Provides a video listing view with all videos in the folder, including:
  • thumbnail
  • title
  • description
  • metadata
  • Video listing also shows:
  • tags
  • ratings
  • comments about each video
Video feeds
  • Publish RSS feed of all the videos in a video container
  • Feed entries can contain a link to the video view page, or a link to the

System Message: WARNING/2 (<string>, line 86)

Bullet list ends without a blank line; unexpected unindent.

actual video file (enclosure) * Users can subscribe to a vodcast and have the videos downloaded to a desktop video player such as iTunes or Miro for offline viewing

Video feedback / commentary
  • Users can rate videos (1 to 5 stars)
  • Plone keeps track of user ratings vs. editor ratings
  • Users can tag videos
  • Plone keeps track of your tags and everyone's tags
  • Users can comment on videos. Other users can reply to those comments in a

System Message: WARNING/2 (<string>, line 101)

Bullet list ends without a blank line; unexpected unindent.

threaded discussion

Changes

1.3 (2010-06-18)
  • Add p4a.subtyper as a dependency and load the zcml for it so that you don't

System Message: WARNING/2 (<string>, line 113)

Bullet list ends without a blank line; unexpected unindent.

get ComponentLookupError when adding a file. [claytron]

1.2 (2010-06-18)
  • Remove references to p4a.plonevideoembed and functionality it provides.

System Message: WARNING/2 (<string>, line 120)

Bullet list ends without a blank line; unexpected unindent.

[davidblewett]

  • Updated README to include text from plone.org Product page.

System Message: WARNING/2 (<string>, line 123)

Bullet list ends without a blank line; unexpected unindent.

Changed setuptools' long description to pull in text from README. [davidblewett]

  • mini redundancy cleanup

System Message: WARNING/2 (<string>, line 127)

Bullet list ends without a blank line; unexpected unindent.

[tom_gross]

  • added itunes-format of basesyndication

System Message: WARNING/2 (<string>, line 130)

Bullet list ends without a blank line; unexpected unindent.

[tom_gross]

  • added missing description to feed-adapter

System Message: WARNING/2 (<string>, line 133)

Bullet list ends without a blank line; unexpected unindent.

fixed path for ATVideo-class used by migrator [tom_gross]

  • test video container with links (p4a.plonevideoembeded)

System Message: WARNING/2 (<string>, line 137)

Bullet list ends without a blank line; unexpected unindent.

[tom_gross]

  • fix egg dependencies

System Message: WARNING/2 (<string>, line 140)

Bullet list ends without a blank line; unexpected unindent.

[tom_gross]

1.1.1 (2008-10-10)
Features
  • Support for iPod video - video/x-m4v. TODO: tests. (Nate Aune)
Bug fixes
  • Include ZCML dependency. (Nate Aune)
  • Initial support for ATVideo->p4a.plonevideo migrations. (Nate Aune)
1.1 (2008-04-09)
Bug fixes
  • #26 - Remove ISubtyped on uninstall (Rocky Burt, Ross Patterson)
  • fixed issue where uploading video files to a Windows server running

System Message: WARNING/2 (<string>, line 168)

Bullet list ends without a blank line; unexpected unindent.

p4avideo would bomb (Rocky Burt)

  • Fixed issue where catalog wasn't being updated on subtype change

System Message: WARNING/2 (<string>, line 171)

Bullet list ends without a blank line; unexpected unindent.

(Tim Terlegard)

  • Various blob fixes to work better with new zodb blob support

System Message: WARNING/2 (<string>, line 174)

Bullet list ends without a blank line; unexpected unindent.

(Ross Patterson)

1.1b1 (2008-02-14)
  • Now uses p4a.subtyper to expose video subtype action (Rocky Burt)
  • p4a.plonevideo is now installable using QuickInstaller (Rocky Burt)
  • Blob support fix (Ross Patterson) r1886
  • Fixed a bug which would break the view if allowed discussion was not enabled for File content type (Tim Terlegard) r1916
  • Make reupload of videos work (Tim Terlegard) r1789
1.0 (2007-11-28)
  • miscellaneous bug fixes
1.0beta1 (2007-07-31)

Various bug fixes and general improvements at the Plone4Artists sprint in Boston 2007.

  • #1 - Too many arguments to media_player
  • #2 - IVideoSupport utility is not loaded
  • #3 - All videos are automatically played
  • #4 - Video container view gives error
  • #6 - video.google.nl is not recognised as video.google.com
  • #12 - Cannot Activate Video for FLV file
  • #13 - p4a video crashes when activating unsupported mime type
1.0alpha1 (2007-04-29)
  • First release.

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.