{"id":22096941,"url":"https://github.com/aranasoft/orchard-media-multiformat","last_synced_at":"2025-06-15T19:07:00.928Z","repository":{"id":21088677,"uuid":"24388614","full_name":"aranasoft/orchard-media-multiformat","owner":"aranasoft","description":"Orchard CMS Module for providing Multi-Source Media (\u003caudio /\u003e and \u003cvideo /\u003e)","archived":false,"fork":false,"pushed_at":"2014-10-15T13:31:27.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-29T07:33:55.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/aranasoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-23T20:42:14.000Z","updated_at":"2024-07-17T14:05:45.000Z","dependencies_parsed_at":"2022-07-31T06:08:02.432Z","dependency_job_id":null,"html_url":"https://github.com/aranasoft/orchard-media-multiformat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aranasoft%2Forchard-media-multiformat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aranasoft%2Forchard-media-multiformat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aranasoft%2Forchard-media-multiformat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aranasoft%2Forchard-media-multiformat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aranasoft","download_url":"https://codeload.github.com/aranasoft/orchard-media-multiformat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245191590,"owners_count":20575250,"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":"2024-12-01T04:13:37.389Z","updated_at":"2025-03-24T01:18:36.063Z","avatar_url":"https://github.com/aranasoft.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# orchard-media-multiformat\n\nA Multi-Format and Multi-Source Media Module for [OrchardCMS](http://www.orchardproject.net/) (\u003e=1.8) designed to improve cross-browser compatibility for video and audio playback.\n\nOrchard's default Media Library Picker Field allows for multiple-file selection. However, when this is rendered in a page or blog post, each selection is independently displayed.\n\n```html\n\u003cvideo src=\"my-movie.webm\" /\u003e\n\u003cvideo src=\"my-movie.mp4\" /\u003e\n\u003cvideo src=\"my-movie.mov\" /\u003e\n```\n\nThis module extends the Media Library Picker to allow for multiple-source Video or Audio players, improving cross-browser compatibility.\n\n```html\n\u003cvideo\u003e\n  \u003csource src=\"my-movie.webm\" type=\"audio/webm\" /\u003e\n  \u003csource src=\"my-movie.mp4\" type=\"video/mp4\" /\u003e\n  \u003csource src=\"my-movie.mov\" type=\"video/quicktime\" /\u003e\n\u003c/video\u003e\n```\n\nThis functionality is available via the `Multi Source Audio` and `Multi Source Video` ContentParts.\n\n## Installation\n\nOption 1: Install through the Gallery within the Modules section of your Orchard dashboard.  \nOption 2: Download from the Orchard Gallery [directly](http://gallery.orchardproject.net/List/Modules/Orchard.Module.Arana.MediaMultiFormat)\n\n\n## Contributors\n\n- [Jay Harris](http://github.com/JayHarris) (primary author)\n\n## License\n\n(BSD-3 License)\n\nCopyright (c) 2014, Arana Software \u003c\u003cinfo@aranasoft.com\u003e\u003e   \nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n  * Redistributions of source code must retain the above copyright\n      notice, this list of conditions and the following disclaimer.\n  * Redistributions in binary form must reproduce the above copyright\n      notice, this list of conditions and the following disclaimer in the\n      documentation and/or other materials provided with the distribution.\n  * Neither the name of the Arana Software nor the\n      names of its contributors may be used to endorse or promote products\n      derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n====\n\nThis license applies to all parts of this software that are not externally\nmaintained libraries. The externally maintained libraries used by this\nsoftware are:\n\nOrchard CMS, located at http://orchard.codeplex.com. Orchard's license follows:\n\n\u003e Copyright (c) 2009 Outercurve Foundation\nAll rights reserved.\n\n\u003e Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n\u003e Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\nRedistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\nNeither the name of Outercurve Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faranasoft%2Forchard-media-multiformat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faranasoft%2Forchard-media-multiformat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faranasoft%2Forchard-media-multiformat/lists"}