{"id":18831384,"url":"https://github.com/django-cms/djangocms-audio","last_synced_at":"2025-04-14T04:16:14.535Z","repository":{"id":40361172,"uuid":"63977857","full_name":"django-cms/djangocms-audio","owner":"django-cms","description":"django CMS Audio is a set of plugins for django CMS. That allow you to publish audio files on your site.","archived":false,"fork":false,"pushed_at":"2023-07-05T23:00:26.000Z","size":2910,"stargazers_count":19,"open_issues_count":2,"forks_count":9,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-14T04:16:09.742Z","etag":null,"topics":["addon","cms","django","django-cms","python"],"latest_commit_sha":null,"homepage":"https://www.django-cms.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/django-cms.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-22T19:22:01.000Z","updated_at":"2024-01-25T14:30:44.000Z","dependencies_parsed_at":"2024-06-20T21:49:49.661Z","dependency_job_id":"6df04266-6d52-402f-9c9d-4a3d727d1059","html_url":"https://github.com/django-cms/djangocms-audio","commit_stats":{"total_commits":77,"total_committers":10,"mean_commits":7.7,"dds":0.2857142857142857,"last_synced_commit":"3abc4974e09a87a16940b585ecd1ae134ad4246c"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-audio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-audio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-audio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-audio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/django-cms","download_url":"https://codeload.github.com/django-cms/djangocms-audio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819409,"owners_count":21166477,"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":["addon","cms","django","django-cms","python"],"created_at":"2024-11-08T01:53:44.725Z","updated_at":"2025-04-14T04:16:14.509Z","avatar_url":"https://github.com/django-cms.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"================\ndjango CMS Audio\n================\n\n|pypi| |build| |coverage|\n\n**django CMS Audio** is a set of plugins for `django CMS \u003chttp://django-cms.org\u003e`_\nthat allow you to publish audio files on your site (using an HTML5 player by default,\nbut you can override this in your own templates if required).\n\nIt uses files managed by `Django Filer \u003chttps://github.com/divio/django-filer\u003e`_.\nThe plugins allow you to select a single file or an entire folder of files.\n\n.. note:: \n\n    This project is considered 3rd party (no supervision by the `django CMS Association \u003chttps://www.django-cms.org/en/about-us/\u003e`_). Join us on `Slack                 \u003chttps://www.django-cms.org/slack/\u003e`_ for more information.\n\n.. image:: preview.gif\n\n\n*******************************************\nContribute to this project and win rewards\n*******************************************\n\nBecause this is a an open-source project, we welcome everyone to\n`get involved in the project \u003chttps://www.django-cms.org/en/contribute/\u003e`_ and\n`receive a reward \u003chttps://www.django-cms.org/en/bounty-program/\u003e`_ for their contribution. \nBecome part of a fantastic community and help us make django CMS the best CMS in the world.   \n\nWe'll be delighted to receive your\nfeedback in the form of issues and pull requests. Before submitting your\npull request, please review our `contribution guidelines\n\u003chttp://docs.django-cms.org/en/latest/contributing/index.html\u003e`_.\n\nWe're grateful to all contributors who have helped create and maintain this package.\nContributors are listed at the `contributors \u003chttps://github.com/django-cms/djangocms-audio/graphs/contributors\u003e`_\nsection.\n\nDocumentation\n=============\n\nSee ``REQUIREMENTS`` in the `setup.py \u003chttps://github.com/divio/djangocms-audio/blob/master/setup.py\u003e`_\nfile for additional dependencies:\n\n|python| |django| |djangocms|\n\n* Django Filer 1.7 or higher\n\nMake sure `django-filer \u003chttp://django-filer.readthedocs.io/en/latest/installation.html\u003e`_\nis installed and configured appropriately.\n\n\nInstallation\n------------\n\nFor a manual install:\n\n* run ``pip install djangocms-audio``\n* add ``djangocms_audio`` to your ``INSTALLED_APPS``\n* run ``python manage.py migrate djangocms_audio``\n\n\nConfiguration\n-------------\n\nNote that the provided templates are very minimal by design. You are encouraged\nto adapt and override them to your project's requirements.\n\nThis addon provides a ``default`` template for all instances. You can provide\nadditional template choices by adding a ``DJANGOCMS_AUDIO_TEMPLATES``\nsetting::\n\n    DJANGOCMS_AUDIO_TEMPLATES = [\n        ('feature', _('Featured Version')),\n    ]\n\nYou'll need to create the `feature` folder inside ``templates/djangocms_audio/``\notherwise you will get a *template does not exist* error. You can do this by\ncopying the ``default`` folder inside that directory and renaming it to\n``feature``.\n\n``MP3`` and ``OGG`` files are allowed by default. We recommend using ``MP3``\nas it's supported across all major browsers. You can change the default\nsetting by overriding::\n\n    DJANGOCMS_AUDIO_ALLOWED_EXTENSIONS = ['mp3', 'ogg', 'wav']\n\n\nRunning Tests\n-------------\n\nYou can run tests by executing::\n\n    virtualenv env\n    source env/bin/activate\n    pip install -r tests/requirements.txt\n    python setup.py test\n\n\n.. |pypi| image:: https://badge.fury.io/py/djangocms-audio.svg\n    :target: http://badge.fury.io/py/djangocms-audio\n.. |build| image:: https://travis-ci.org/divio/djangocms-audio.svg?branch=master\n    :target: https://travis-ci.org/divio/djangocms-audio\n.. |coverage| image:: https://codecov.io/gh/divio/djangocms-audio/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/divio/djangocms-audio\n\n.. |python| image:: https://img.shields.io/badge/python-3.5+-blue.svg\n    :target: https://pypi.org/project/djangocms-audio/\n.. |django| image:: https://img.shields.io/badge/django-2.2,%203.0,%203.1-blue.svg\n    :target: https://www.djangoproject.com/\n.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.7%2B-blue.svg\n    :target: https://www.django-cms.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-cms%2Fdjangocms-audio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjango-cms%2Fdjangocms-audio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-cms%2Fdjangocms-audio/lists"}