{"id":17087891,"url":"https://github.com/staylor/movies","last_synced_at":"2026-04-17T10:31:11.734Z","repository":{"id":5331654,"uuid":"6516859","full_name":"staylor/Movies","owner":"staylor","description":"HTML5 video support for your WordPress","archived":false,"fork":false,"pushed_at":"2012-11-03T05:55:35.000Z","size":1348,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T21:18:23.319Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/staylor.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-03T05:55:33.000Z","updated_at":"2013-10-24T21:10:28.000Z","dependencies_parsed_at":"2022-07-05T18:30:37.378Z","dependency_job_id":null,"html_url":"https://github.com/staylor/Movies","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/staylor%2FMovies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staylor%2FMovies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staylor%2FMovies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staylor%2FMovies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/staylor","download_url":"https://codeload.github.com/staylor/Movies/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245119592,"owners_count":20563763,"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-10-14T13:35:19.468Z","updated_at":"2026-04-17T10:31:06.683Z","avatar_url":"https://github.com/staylor.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Movies ===\nContributors: wonderboymusic\nTags: media, attachments, admin, video, videos, cms, jquery, manage, music, upload, VideoJS, HTML5\nRequires at least: 3.0\nTested up to: 3.0\nStable Tag: 0.6\n\nHTML5 Video (on supported browsers), Flash fallback, CSS-skin'd player, hMedia Micro-formats, attach images to videos (when used with Shuffle), associated Ogg Theora videos with MP4s/H.264 (When used with Shuffle) \n\n== Description ==\n\nMovies allows you to use simple functions in your theme to display videos you have attached to Posts/Pages/Custom Post Types in your Media Library. Your player is styled 100% with CSS/images (if you want). The video player uses the MediaElement (by default, or VideoJS - you pick!) library and your browser's native HTML5 capabilities when available with a fallback to Flash when necessary. Allows you to play video inline on mobile browsers that support HTML5 Video. Video metadata is written to the page using the hMedia micro-format for semantic markup.\n\nYou can use this shortcode \u003ccode\u003e[movies]\u003c/code\u003e or \u003ccode\u003ethe_movies()\u003c/code\u003e or \u003ccode\u003ethe_videos()\u003c/code\u003e in your theme to output your item's attachments.\n\nYou may need to add these Mime-Type declarations to \u003ccode\u003ehttpd.conf\u003c/code\u003e or your \u003ccode\u003e.htaccess\u003c/code\u003e file\n\u003ccode\u003e\nAddType video/ogg .ogv \nAddType video/mp4 .mp4 \nAddType video/webm .webm\n\u003c/code\u003e\n\nRead More here: http://scottctaylor.wordpress.com/2010/11/24/new-plugin-movies/\n\nFollow-up: http://scottctaylor.wordpress.com/2010/11/28/movies-plugin-now-supports-webm/\n\nLatest: http://scottctaylor.wordpress.com/2010/12/07/movies-v0-4-now-with-mediaelement-support/\n\n== Changelog ==\n= 0.6 = \n* Updates MediaElement to 2.0.2\n* Sets \u003ccode\u003esrc=\"\u003cMP4 file\u003e\"\u003c/code\u003e on video tag to fix bug in Firefox\n* Never sets empty \u003ccode\u003eposter=\"\"\u003c/code\u003e so that there is no broken image icon on top of video\n* Fixes the getID3 library so that PHP4-like calls to class methods statically without the proper access modifier won't throw notices or errors in the server logs, even when \u003ccode\u003eerror_reporting(-1)\u003c/code\u003e\n\n= 0.5 =\n* Doesn't load scripts and stylesheets in admin anymore, adds extra check in JS to remove any accidental error from script being loaded in the wrong context\n\n= 0.4 =\n* MediaElement is now the default player for Movies. To use VideoJS, set \u003ccode\u003edefine('MEDIA_ELEMENT', false)\u003c/code\u003e at the top of \u003ccode\u003eplugins/movies/movies.php\u003c/code\u003e. To remove the warning about this, set \u003ccode\u003edefine('WARNING', false)\u003c/code\u003e in the same location.\n* MediaElement CSS is not currently overridable as it has a unified UI across HTML5, Flash, and Silverlight\n* added a function called \u003ccode\u003ethe_flash_video()\u003c/code\u003e to return the video as Flash, this is useful for completely bypassing HTML5 if you are having problems with it\n\n= 0.3 =\n* Support for WebM added when used with [Shuffle](http://wordpress.org/extend/plugins/shuffle/ \"Shuffle\"), fixes Media Uploader to support WebM \n\n= 0.2 = \n* Some bug fixes, definitely update\n\n= 0.1 =\n* Initial release\n\n== Screenshots ==\n\n1. Using [Shuffle](http://wordpress.org/extend/plugins/shuffle/ \"Shuffle\"), you associate images and OGV files with MP4 files, all will be loaded automatically into the HTML5 video player\n \n2. You can customize the look of your player and playlist by adding a video.css file in your theme's directory\n\n== Upgrade Notice ==\n\n* Update to get the latest bug fixes from ongoing development. 0.2 fixes bugs related to dynamic rendering of Video in Firfox.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaylor%2Fmovies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaylor%2Fmovies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaylor%2Fmovies/lists"}