https://github.com/su-sws/stanford_video
Stanford Web Video: Custom content type and video player for captioned video created by captioning.stanford.edu
https://github.com/su-sws/stanford_video
d7 media module
Last synced: 11 months ago
JSON representation
Stanford Web Video: Custom content type and video player for captioned video created by captioning.stanford.edu
- Host: GitHub
- URL: https://github.com/su-sws/stanford_video
- Owner: SU-SWS
- License: gpl-2.0
- Created: 2011-10-05T16:18:02.000Z (almost 15 years ago)
- Default Branch: 7.x-3.x
- Last Pushed: 2018-06-28T20:35:18.000Z (about 8 years ago)
- Last Synced: 2025-06-24T08:09:39.189Z (about 1 year ago)
- Topics: d7, media, module
- Language: PHP
- Homepage:
- Size: 326 KB
- Stars: 3
- Watchers: 28
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
#[Stanford Video](https://github.com/SU-SWS/stanford_video)
##### Version: 7.x-3.x-dev
Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama), [josephgknox](https://github.com/josephgknox)
[Changelog.txt](CHANGELOG.txt)
This module delivers a content type, which allows for the embedding of a video directly into a page as well as the inclusion of other items (i.e., quote and speakers). It includes a view with four display options, and also allows for two page layout options: full width (default) and half width.
Installation
---
Install this module like any other module. [See Drupal Documentation](https://drupal.org/documentation/install/modules-themes/modules-7).
This module requires the [Video Embed Field](https://www.drupal.org/project/video_embed_field) contrib module.
Configuration
---
* Create a new video node at node/add/stanford-video
* You can embed videos directly by inserting the direct URL to a video hosted on YouTube or Vimeo
* The default page views will be available at videos/recent-videos and /videos/recent-videos/grid (block views can be placed liek any other block views)
Troubleshooting
---
If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.
Contribution / Collaboration
---
You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests)