{ "info": { "author": "Mark Trifonov", "author_email": "air.t.mark@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP" ], "description": "djangocms-filer-video\n==================\n\nVideo extension for Django filer.\n\n.. image:: https://travis-ci.org/Air-Mark/djangocms-filer-video.svg?branch=master\n :target: https://travis-ci.org/Air-Mark/djangocms-filer-video\n.. image:: https://coveralls.io/repos/Air-Mark/djangocms-filer-video/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/Air-Mark/djangocms-filer-video?branch=master\n\n\nQuick start\n************\n\n#. Install ``djangocms-filer-video``:\n\n ::\n\n pip install djangocms-filer-video\n\n\n or from sources\n\n ::\n\n pip install git+https://github.com/Air-Mark/djangocms-filer-video.git\n\n\n#. Add ``djangocms_filer_video`` to ``INSTALLED_APPS`` in your Django settings.\n\n#. Add video field to filer settings into settings file. Note: the order is important.\n\n ::\n\n FILER_FILE_MODELS = (\n 'filer.Image',\n 'djangocms_filer_video.VideoFile',\n 'filer.File',\n )\n\n\n#. Usage of template tags:\n\n ::\n\n {% load filer_video_tags %}\n {% video_thumbnail video '1280x0' 'mp4' as video_large_mp4 %}\n {% video_thumbnail video '640x0' 'mp4' as video_small_mp4 %}\n
\n \n
\n\n#. Usage of model fields\n\n ::\n\n from django.db import models\n from djangocms_filer_video.fields.video import FilerVideoFileField\n\n\n class ExampleModel(models.Model):\n main_video = FilerVideoFileField(verbose_name=_('Main video'), blank=True, null=True,\n on_delete=models.SET_NULL,\n related_name='post_properties_video')\n\n\nRelease 0.1 (Januar 17, 2019)\n--------------------------\n\n- Initial release\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Air-Mark/djangocms-filer-video", "keywords": "django,djangocmsfiler,video", "license": "", "maintainer": "", "maintainer_email": "", "name": "djangocms-filer-video", "package_url": "https://pypi.org/project/djangocms-filer-video/", "platform": "", "project_url": "https://pypi.org/project/djangocms-filer-video/", "project_urls": { "Homepage": "https://github.com/Air-Mark/djangocms-filer-video" }, "release_url": "https://pypi.org/project/djangocms-filer-video/0.1.1/", "requires_dist": [ "Django (>=1.8,<=1.11)" ], "requires_python": "", "summary": "Video extension for Django filer.", "version": "0.1.1" }, "last_serial": 4708142, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "5fb4ca234bae889a763895ddd253d8a2", "sha256": "93ee134d169dbac3bd1acddd0431b24bf8311ed1a15a87d0ca9e9e8bf9718715" }, "downloads": -1, "filename": "djangocms_filer_video-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5fb4ca234bae889a763895ddd253d8a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25158, "upload_time": "2019-01-17T13:46:13", "url": "https://files.pythonhosted.org/packages/6d/9f/9116472e2dc718c5019557242ff521c294f49d7f1a9dd9f9e81a5b4026ec/djangocms_filer_video-0.1.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5fb4ca234bae889a763895ddd253d8a2", "sha256": "93ee134d169dbac3bd1acddd0431b24bf8311ed1a15a87d0ca9e9e8bf9718715" }, "downloads": -1, "filename": "djangocms_filer_video-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5fb4ca234bae889a763895ddd253d8a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25158, "upload_time": "2019-01-17T13:46:13", "url": "https://files.pythonhosted.org/packages/6d/9f/9116472e2dc718c5019557242ff521c294f49d7f1a9dd9f9e81a5b4026ec/djangocms_filer_video-0.1.1-py3-none-any.whl" } ] }