Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrianbj/getvideothumbs
Processwire module for automatically populating an images field with thumbnails (poster imagses) from YouTube and Vimeo
https://github.com/adrianbj/getvideothumbs
processwire thumbnails vimeo youtube
Last synced: about 1 month ago
JSON representation
Processwire module for automatically populating an images field with thumbnails (poster imagses) from YouTube and Vimeo
- Host: GitHub
- URL: https://github.com/adrianbj/getvideothumbs
- Owner: adrianbj
- License: gpl-2.0
- Created: 2013-09-28T14:57:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T22:40:26.000Z (over 3 years ago)
- Last Synced: 2024-05-02T00:34:43.929Z (8 months ago)
- Topics: processwire, thumbnails, vimeo, youtube
- Language: PHP
- Homepage:
- Size: 52.7 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GetVideoThumbs
Processwire module for automatically populates an images field with thumbnails (poster imagses) from YouTube and Vimeo
It allows you to enter URLs to YouTube and Vimeo videos in specified fields, and when you save the page it will grab thumbnails for the video and add them to a specified images field.
Check the module configuration options for:
* the template(s) to search for video URLs. If none selected, all will be searched.
* the field(s) to search for video URLs (these can be textarea, text, or URL fields)
* name of the video images field (must be an images field)
* which thumbnail(s) you want grabbed
* whether to grab the first available or all available thumbnails based on those that you list#### Support forum:
http://processwire.com/talk/topic/4614-youtube-and-vimeo-thumbnail-grabber/## License
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.(See included LICENSE file for full license text.)