{ "info": { "author": "Rocky Burt", "author_email": "rocky@serverzen.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Zope2", "Framework :: Zope3", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Topic :: Multimedia :: Video", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "p4a.plonevideo\n==============\n\nOverview\n--------\n\nThe *p4a.plonevideo* package is an integration component for integrating\nthe *p4a.video* framework with the Plone platform. It was inspired by\nthe Plone ATVideo product and even borrows some UI.\n\nProject Description\n-------------------\nThe *p4a.plonevideo* product lets you upload a normal File to your Plone\nsite. It uses *p4a.video* to:\n* auto-detect the object as a video file\n* auto-extract the video metadata\n* render an appropriate view (depending on the file format)\n\nWatch the screencast_ to experience a nice intro the the product.\nThanks to Jonathan Lewis for putting this screencast together!\n\nInstallation\n------------\nAdd these lines to your buildout.cfg file, and re-run your buildout.\nThen install the add-ons from the Add/Remove products page in the\nPlone Control Panel.::\n\n [buildout]\n ...\n \n eggs = \n ...\n p4a.plonevideo\n \n [instance]\n ...\n \n zcml = \n ...\n p4a.plonevideo\n\n\nFeatures\n--------\n\nVideo Files\n~~~~~~~~~~~\n* Upload a normal file and Plone auto-recognizes it as a video file,\n extracts metadata and chooses an appropriate player support for:\n\n * Quicktime (MOV, MP4)\n * Windows Media (WMV, AVI, WMA, ASF)\n * RealMedia (RAM)\n * Flash (FLV, SWF)\n\n* Upload a thumbnail image to represent the video\n* When clicked, the video will start to play video\n* edit form exposes metadata:\n\n * file type\n * author\n * height / width\n * duration\n\nVideo containers\n~~~~~~~~~~~~~~~~\n* Turn any folder into a video container\n* Turn any smart folder (collection) into a video container\n* Provides a video listing view with all videos in the folder, including:\n\n * thumbnail\n * title\n * description\n * metadata\n\n* Video listing also shows:\n\n * tags\n * ratings\n * comments about each video\n\nVideo feeds\n~~~~~~~~~~~\n* Publish RSS feed of all the videos in a video container\n* Feed entries can contain a link to the video view page, or a link to the\n actual video file (enclosure)\n* Users can subscribe to a vodcast and have the videos downloaded to a\n desktop video player such as iTunes or Miro for offline viewing\n\nVideo feedback / commentary\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n* Users can rate videos (1 to 5 stars)\n\n * Plone keeps track of user ratings vs. editor ratings\n\n* Users can tag videos\n\n * Plone keeps track of your tags and everyone's tags\n\n* Users can comment on videos. Other users can reply to those comments in a\n threaded discussion\n\n.. _screencast: http://blip.tv/file/673454\n\n\nChanges\n=======\n\n1.3 (2010-06-18)\n----------------\n\n- Add `p4a.subtyper` as a dependency and load the zcml for it so that you don't\n get `ComponentLookupError` when adding a file.\n [claytron]\n\n1.2 (2010-06-18)\n----------------\n\n- Remove references to p4a.plonevideoembed and functionality it provides.\n [davidblewett]\n\n- Updated README to include text from plone.org Product page.\n Changed setuptools' long description to pull in text from README.\n [davidblewett]\n\n- mini redundancy cleanup\n [tom_gross]\n\n- added itunes-format of basesyndication\n [tom_gross]\n\n- added missing description to feed-adapter\n fixed path for ATVideo-class used by migrator\n [tom_gross]\n\n- test video container with links (p4a.plonevideoembeded)\n [tom_gross]\n\n- fix egg dependencies\n [tom_gross]\n\n\n\n1.1.1 (2008-10-10)\n------------------\n\nFeatures\n~~~~~~~~\n\n* Support for iPod video - video/x-m4v. TODO: tests. (Nate Aune)\n\nBug fixes\n~~~~~~~~~\n\n* Include ZCML dependency. (Nate Aune)\n\n* Initial support for ATVideo->p4a.plonevideo migrations. (Nate Aune)\n\n1.1 (2008-04-09)\n----------------\n\nBug fixes\n~~~~~~~~~\n\n* #26 - Remove ISubtyped on uninstall (Rocky Burt, Ross Patterson)\n\n* fixed issue where uploading video files to a Windows server running\n p4avideo would bomb (Rocky Burt)\n\n* Fixed issue where catalog wasn't being updated on subtype change\n (Tim Terlegard)\n\n* Various blob fixes to work better with new zodb blob support\n (Ross Patterson)\n\n1.1b1 (2008-02-14)\n------------------\n\n* Now uses p4a.subtyper to expose video subtype action (Rocky Burt)\n\n* p4a.plonevideo is now installable using QuickInstaller (Rocky Burt)\n\n* Blob support fix (Ross Patterson) r1886\n\n* Fixed a bug which would break the view if allowed discussion was not enabled for File content type (Tim Terlegard) r1916\n\n* Make reupload of videos work (Tim Terlegard) r1789\n\n1.0 (2007-11-28)\n----------------\n\n* miscellaneous bug fixes\n\n\n1.0beta1 (2007-07-31)\n---------------------\n\nVarious bug fixes and general improvements at the Plone4Artists sprint in Boston 2007.\n\n* #1 - Too many arguments to media_player\n\n* #2 - IVideoSupport utility is not loaded\n\n* #3 - All videos are automatically played\n\n* #4 - Video container view gives error\n\n* #6 - video.google.nl is not recognised as video.google.com\n\n* #12 - Cannot Activate Video for FLV file\n\n* #13 - p4a video crashes when activating unsupported mime type\n\n1.0alpha1 (2007-04-29)\n----------------------\n\n* First release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/plone4artistsvideo", "keywords": "Plone4Artists iPod Quicktime video multimedia vodcast Flash flv", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "p4a.plonevideo", "package_url": "https://pypi.org/project/p4a.plonevideo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/p4a.plonevideo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/plone4artistsvideo" }, "release_url": "https://pypi.org/project/p4a.plonevideo/1.3/", "requires_dist": null, "requires_python": null, "summary": "Plone4Artists video add-on for Plone", "version": "1.3" }, "last_serial": 845331, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "439bd026c58761e3e9373418c0a7803c", "sha256": "35c347f718322395540b790bec1eaf4356b16a4d449b79abc76a756d46611ceb" }, "downloads": -1, "filename": "p4a.plonevideo-1.0-py2.4.egg", "has_sig": false, "md5_digest": "439bd026c58761e3e9373418c0a7803c", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 31894, "upload_time": "2007-11-26T17:15:02", "url": "https://files.pythonhosted.org/packages/00/ce/f9c639cb8d2b03b272c2190e737f7d44b83004e4749aab4d3a6eec5f99e1/p4a.plonevideo-1.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "576a6c40f1cd8004175cb2200dc12a08", "sha256": "504cd15a424d9de2b871a6b209c2b4c01ccb5b6663b5b460e2413031fbbf6caf" }, "downloads": -1, "filename": "p4a.plonevideo-1.0.tar.gz", "has_sig": false, "md5_digest": "576a6c40f1cd8004175cb2200dc12a08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17929, "upload_time": "2007-11-26T17:15:01", "url": "https://files.pythonhosted.org/packages/99/0d/b1510d899c66accd85eaa313260fa128116c8e92e6a0f554333b735a0433/p4a.plonevideo-1.0.tar.gz" } ], "1.0beta1dev-r1440": [ { "comment_text": "", "digests": { "md5": "0b6fd042d4fdb0ad8c6aa6804f70623e", "sha256": "d5c45794e3a143622de782c91714939d926c24d4114c3a6fa19e0f85ab868b88" }, "downloads": -1, "filename": "p4a.plonevideo-1.0beta1dev_r1440-py2.4.egg", "has_sig": false, "md5_digest": "0b6fd042d4fdb0ad8c6aa6804f70623e", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 31555, "upload_time": "2007-10-13T00:43:36", "url": "https://files.pythonhosted.org/packages/e3/fb/57532da0d0c0a8105bd554bfd6ed186426463297d2a68f0dc96efe5dee1f/p4a.plonevideo-1.0beta1dev_r1440-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "4150b8ebed753089d3ae00f5f593c893", "sha256": "fc263031fb2c45ff6acd49201c8c8f881c25dddfa7a64276a18f60961dea20b5" }, "downloads": -1, "filename": "p4a.plonevideo-1.0beta1dev-r1440.tar.gz", "has_sig": false, "md5_digest": "4150b8ebed753089d3ae00f5f593c893", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17631, "upload_time": "2007-10-13T00:43:37", "url": "https://files.pythonhosted.org/packages/ef/bd/00de21a6a9da111bd231cefd640b2b5bbe3875fa0ea999c8fe9e89daddb8/p4a.plonevideo-1.0beta1dev-r1440.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "6588b08905657c793c2df4bf5bd1acfa", "sha256": "a00f9379928cfb73b7582c45040ae4daa8a3ba437fe56f05ac38ea8a10ff63ac" }, "downloads": -1, "filename": "p4a.plonevideo-1.1-py2.4.egg", "has_sig": false, "md5_digest": "6588b08905657c793c2df4bf5bd1acfa", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 33653, "upload_time": "2008-04-09T15:13:07", "url": "https://files.pythonhosted.org/packages/21/d8/633aba4fb5c240cd57fd7cf06e286c1d7e77914b0f8b7034873a52cc5672/p4a.plonevideo-1.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "0246589b42b5087ee51433b5391779a0", "sha256": "2e49483602923638cb0c400a74e68ab4ed0da7e63f7a97fd69470d67001df7ae" }, "downloads": -1, "filename": "p4a.plonevideo-1.1.tar.gz", "has_sig": false, "md5_digest": "0246589b42b5087ee51433b5391779a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18887, "upload_time": "2008-04-09T15:13:06", "url": "https://files.pythonhosted.org/packages/9b/0f/2307cff0fee775aff83de02b87b0e282444c8a4783ee83d3fbb13b2a7ee1/p4a.plonevideo-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "8f834339e75e035833a05b18bef52150", "sha256": "a12a57ebd0e03e890a3726bbc44ae6e05815b4db8e6d3d415b26ee290ad87c3b" }, "downloads": -1, "filename": "p4a.plonevideo-1.1.1.tar.gz", "has_sig": false, "md5_digest": "8f834339e75e035833a05b18bef52150", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21908, "upload_time": "2008-10-12T17:36:26", "url": "https://files.pythonhosted.org/packages/d0/d8/e6d2ae900a01000e7494b37f5fb64e6de8ab96ec618e95ce468a58c70b26/p4a.plonevideo-1.1.1.tar.gz" } ], "1.1b1": [ { "comment_text": "", "digests": { "md5": "267c87bfb89cf8fbf74d30af80c108af", "sha256": "66fb3d03b54cee4ff5bfc1328a82705dbd0341b953f55a0d134de52adfe05de9" }, "downloads": -1, "filename": "p4a.plonevideo-1.1b1-py2.4.egg", "has_sig": false, "md5_digest": "267c87bfb89cf8fbf74d30af80c108af", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 32953, "upload_time": "2008-02-14T14:43:03", "url": "https://files.pythonhosted.org/packages/03/60/42c9c94bc24c36cda17d809097039606b9649c7ad8dc6dd1a1fee0adb38a/p4a.plonevideo-1.1b1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "cb318645b41d0d013717545224522585", "sha256": "aabdb476930cfaa090158e104e6c652871cff0fc43760ba2ec2d1fecd8daae94" }, "downloads": -1, "filename": "p4a.plonevideo-1.1b1.tar.gz", "has_sig": false, "md5_digest": "cb318645b41d0d013717545224522585", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18302, "upload_time": "2008-02-14T14:43:04", "url": "https://files.pythonhosted.org/packages/ff/e1/aee3100e1b81352fbc285400ab98d2a7c50275e9b0feaad7e09333da7984/p4a.plonevideo-1.1b1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "2255c4077ada3741766d0c4c762529b7", "sha256": "047a6240598c5472f41d137f092457cffa85dbf51a86aa8de74bb2b1a87eae41" }, "downloads": -1, "filename": "p4a.plonevideo-1.2.tar.gz", "has_sig": false, "md5_digest": "2255c4077ada3741766d0c4c762529b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23686, "upload_time": "2010-06-18T22:03:00", "url": "https://files.pythonhosted.org/packages/78/37/b6bd9f235aa96b16fd134eb915fc5fda121820cd21ca718e18d11cecd41a/p4a.plonevideo-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "21ed4d153e0b88bd8bcadce080c6e17c", "sha256": "3e7f88514e7e3403b7b8b40b5ab4715ed2f1a2a59fc36f07cb3b8a67ac6f02b3" }, "downloads": -1, "filename": "p4a.plonevideo-1.3.tar.gz", "has_sig": false, "md5_digest": "21ed4d153e0b88bd8bcadce080c6e17c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23826, "upload_time": "2010-06-18T22:20:59", "url": "https://files.pythonhosted.org/packages/fe/a5/c0a7be0e255f7df3ac326ac20e6a796b3e7ca01f77ccb415f8433c83dd75/p4a.plonevideo-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "21ed4d153e0b88bd8bcadce080c6e17c", "sha256": "3e7f88514e7e3403b7b8b40b5ab4715ed2f1a2a59fc36f07cb3b8a67ac6f02b3" }, "downloads": -1, "filename": "p4a.plonevideo-1.3.tar.gz", "has_sig": false, "md5_digest": "21ed4d153e0b88bd8bcadce080c6e17c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23826, "upload_time": "2010-06-18T22:20:59", "url": "https://files.pythonhosted.org/packages/fe/a5/c0a7be0e255f7df3ac326ac20e6a796b3e7ca01f77ccb415f8433c83dd75/p4a.plonevideo-1.3.tar.gz" } ] }