This module provides a field type in order to assign a "probability weight" to it.
A probability weight is a float number which indicates a weight... not a fixed weight as many other modules do, but a weight with certain degree of randomness in order to ensure desired content appears in the first places with some probability, but not always. This module allows Views module to sort content in that way.
It's very useful in marketing context, where some products are desired to be promoted, but not always, in order to avoid being annoying.
Many fields can be assigned to any entity type, so you can have not only a unique probability weight per content, but many as desired.
Other similar project is Random Weight, but there are many differences because the scope is totally different:
The most important difference: there is no randomness control with Random Weight. Weights are assigned randomly. With Probabilistic Weight, you can define which entities are most likely to be in the top by assigning them a probability.
Random Weight generates a weight randomly using cron. But then, the weight is always the same and the entities will be sort the same way, until the next cron runs. With Probabilistic Weight, query results will be different each time query is executed.
7.x-2.x uses Google / Youtube API V3 and Google api php client library that requires composer to install.
7.x-1.x still uses API V2 and depends on the Zend Framework. check the readme file if you still want to use it...
Overview
This module provides a field to upload videos directly to Youtube and a fomatter to display them. It uses the Zend Framework to interface the Youtube API and implements the "browser upload method" so the video file never hits the Drupal file system. It saves storage and bandwidth and your users don't need a Youtube Account.
By this way you can use Youtube as a fully integrated solution to store and process the videos of your website!
Features
Youtube uploader field (acts as a file field, with "display" option)
Video formatter to display videos at predefined or custom size
Thumbnail formatter to display image preview of the video using an image style
Specific permission to allow users to edit video directly on youtube
link to refresh data (title and thumb) from Youtube
configure privacy, video delete on Youtube, description, category and tags on a site wide or field level
This module has been tested to work with Views and Panels module.