{"id":25176193,"url":"https://github.com/redturtle/redturtle.video","last_synced_at":"2025-05-06T23:18:56.257Z","repository":{"id":2619230,"uuid":"3603587","full_name":"RedTurtle/redturtle.video","owner":"RedTurtle","description":"Basic video contents (site's internal and remote) for Plone; use collective.flowplayer but also pluggable with external services","archived":false,"fork":false,"pushed_at":"2018-09-07T12:29:33.000Z","size":536,"stargazers_count":2,"open_issues_count":6,"forks_count":4,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-10T22:41:38.681Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://plone.org/products/redturtle.video/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedTurtle.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-02T15:59:38.000Z","updated_at":"2023-02-18T10:42:42.000Z","dependencies_parsed_at":"2022-07-18T21:49:04.999Z","dependency_job_id":null,"html_url":"https://github.com/RedTurtle/redturtle.video","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.video","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.video/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.video/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fredturtle.video/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedTurtle","download_url":"https://codeload.github.com/RedTurtle/redturtle.video/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252782922,"owners_count":21803420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-09T13:16:36.572Z","updated_at":"2025-05-06T23:18:56.239Z","avatar_url":"https://github.com/RedTurtle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"A simple **video support for Plone**, mainly based on `collective.flowplayer`__.\n\n__ http://pypi.python.org/pypi/collective.flowplayer\n\n.. contents:: **Table of contents**\n\nDeprecation warning: AKA \"Easily migration to wildcard.media\"\n=============================================================\n\n.. note:: **Deprecation warning**\n    Although RedTurtle Video will still work for Plone 3.3 to 4.3 (read below), releases from\n    1.1.0 and above will be focused on helping people migrate to `wildcard.media`__\n\n__ https://plone.org/products/wildcard.media\n\nMotivations behind this choice\n------------------------------\n\nRedTurtle Video have a very long history and we loved it, but it's fate is linked to the status of\n``collective.flowplayer``, which is not very clear and still based on a very old\nrelease of Flowplayer based on Flash technology.\nPlone 4.3 compatibility works... more or less (you will experience some issues originated by\nchanges done in collective.flowplayer \u003e 3).\n\nBut this is not the main motivation: meanwhile the web moved on (HTML 5 is here!) and a new promising\n(Dexterity based) product is available: **wildcard.media**.\n\nWe *really* think that Plone will live better with a single, well done and mainained product\ninstead of having two or more.\n\nAll future versions of RedTurtle Video will help people moving on, migrating to this new\npackage, and our future work will be probably focused on contributing to *that* package instead.\n\nRedTurtle Video is still your best friend if you need Plone \u003c 4.3 compatibility.\n\nHow to migrate?\n---------------\n\nGo to you ``portal_setup`` ZMI tool and run the \"*RedTurtle Video: migrate to wildcard.media*\"\nGeneric Setup profile.\nAfter that: uninstall RedTurtle Video and remove it from your buildout.\n\n**NB**: ``Products.contentmigration`` is required, and you must rely on\nversion 2.1.8 or better::\n\n    [buildout]\n    ...\n    \n    [versions]\n    ...\n    Products.contentmigration = 2.1.8\n\nLimitations\n-----------\n\nwildcard.media is not perfect (yet). There's a big feature that is missing: supporting other\nremote video sources different from YouTube.\n\nWe will probably work on this in future.\n\nRedTurtle Video Features\n========================\n\n(*...in case you still want to use RedTurtle Video...*)\n\nThis add to your Plone portal two new types:\n\n* *Video file* for providing a video content directly from a video file compatible with flowplayer\n  formats. In the video view you can copy/paste the video embedding code, for seeing this video in other\n  sites.\n* *Video link* for a remote video resource\n\nAlso you can insert the *year* of the video and the *duration*.\n\nA \"Look\" section will also give you fields for:\n\n* add an optional image field, for the video screenshot/splashscreen data\n* video display size\n\nInternal video\n--------------\n\nAdd to your site a new \"Video file\", then provide a video format compatible with `Flowplayer`__.\nWhen you save it RedTurtle Video try to take from the video source some metadata like the *duration*\nand video size (width and height). Later you can modify those values manually.\n\n__ http://flowplayer.org/\n\n.. image:: http://keul.it/images/plone/redturtle-video-0.4.0-01.png\n   :alt: Video file example\n\nIf you provided also the image field, this can be used (optionally) as video starting splash image.\nAll other amazing features came directly from the power of ``collective.flowplayer``.\n\nMigrate from basic collective.flowplayer file\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nIf you already used ``collective.flowplayer`` in your site for manage internal video and now you want\nto migrate them to RedTurtle \"Video file\" contents, you can use the ``@@flowplayer-video-migration`` view.\nYou need to have installed also `Products.contentmigration`__.\n\n__ http://pypi.python.org/pypi/Products.contentmigration\n\nPlease, **backup** your data before trying this!\n\niOS devices compatibility\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\nUsing collective.flowplayer you have no compatiblity with iPhone/iPad/iWhatever devices as far as they\ndon't support Flash technology.\n\nUsing RedTurtle Video and providing:\n\n* a splash screen image\n* a compatible video format like *mp4*\n\n...you will be able to use also those kind of devices.\n\n.. image:: http://keul.it/images/plone/redturtle.video-0.7.0-01.png\n   :alt: A Video file with iPhone\n\nRemote video\n------------\n\nAlways wrapping ``collective.flowplayer`` features, you can provide a special kind of link that point to\na compatible format resource. Again you can play with all additional fields, adjusting video size and\nmetadata.\n\nThe link can be to a remote site that host ``flv`` of other compatible types, or a link to an \"Video file\"\nin the same Plone site.\n\nRemote video providers\n----------------------\n\nOne of the most interesting feature is the support to *URL to 3rd party remote video services* like:\n\n* YouTube (http://www.youtube.com/) - using `collective.rtvideo.youtube`__\n* Vimeo (http://www.vimeo.com/) - using `collective.rtvideo.vimeo`__\n* Metacafe (http://www.metacafe.com/) - using `collective.rtvideo.metacafe`__\n\n.. image:: http://keul.it/images/plone/redturtle-video-0.4.0-02.png\n   :alt: Video link to a YouTube resource\n\nEnhancing this list with additional providers is quite simple (see the `documentation`__ given with the product).\nYou are welcome to contribute and release other ``collective.rtvideo.yourpreferredremoteservice`` add-on!\n\n__ http://pypi.python.org/pypi/collective.rtvideo.youtube\n__ http://pypi.python.org/pypi/collective.rtvideo.vimeo\n__ http://pypi.python.org/pypi/collective.rtvideo.metacafe\n__ http://plone.org/products/redturtle.video/documentation/\n\nPortlet\n-------\n\nAlso this will give you a new \"*Video gallery*\" portlet, similar to the ones you'll get with\n``collective.flowplayer`` (\"Video player\").\n\nThis portlet will show links to a configurable set of videos, displaying in the portlet the splash image.\n\nYou can still use basic \"Video player\" portlet given by ``collective.flowplayer``.\n\nDefault size\n------------\n\nDefault video size (that you can change from the \"Look\" fieldset) is 400x300. You can change this default\ngoing to ZMI, in ``portal_properties`` and change values in ``redturtle_video_properties``.\n\nRequirements\n============\n\nTested on all Plone versions from 3.3 to 4.3, with many compatible collective.flowplayer versions.\n\nInstallation\n============\n\nUsing buildout::\n\n    [buildout]\n    ...\n    eggs =\n        ...\n        redturtle.video\n\nTo add also additional video providers support::\n\n    [buildout]\n    ...\n    eggs =\n        ...\n        collective.rtvideo.youtube\n        ...\n        mycompany.myservice\n\nSupport\n=======\n\nIf you find bugs or have a good suggestion, open a ticket at\nhttps://github.com/RedTurtle/redturtle.video/issues/\n\nCredits\n=======\n\nDeveloped with the support of:\n\n* `Rete Civica Mo-Net - Comune di Modena`__\n  \n  .. image:: http://www.comune.modena.it/grafica/logoComune/logoComunexweb.jpg\n     :alt: City of Modena - logo\n  \n* `Regione Emilia Romagna`__\n\n* `Guardia di Finanza`__\n\n* `Camera di Commercio di Ferrara`__\n  \n  .. image:: http://www.fe.camcom.it/cciaa-logo.png/\n     :alt: CCIAA Ferrara - logo\n\n* `S. Anna Hospital, Ferrara`__\n  \n  .. image:: http://www.ospfe.it/ospfe-logo.jpg \n     :alt: S. Anna Hospital logo\n\nAll of them supports the `PloneGov initiative`__.\n\n__ http://www.comune.modena.it/\n__ http://www.regione.emilia-romagna.it/\n__ http://www.gdf.gov.it/\n__ http://www.fe.camcom.it/\n__ http://www.ospfe.it/\n__ http://www.plonegov.it/\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.net/redturtle_banner.png\n   :alt: RedTurtle Technology Site\n   :target: http://www.redturtle.it/\n\nThanks to\n---------\n\n* *Giorgio Borelli* (gborelli) for adding tests, fixing issues and providing *Vimeo* support.\n* *Christian Ledermann* (nan010) for providing *Google Video*, *Metacafe* support and, not\n  last, very good documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredturtle%2Fredturtle.video","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredturtle%2Fredturtle.video","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredturtle%2Fredturtle.video/lists"}