Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (262 - 264 of 1173)

Ticket Resolution Summary Owner Reporter
#784 duplicate Visual indication of media type on gallery page thumbnails anongoblin
Description

On a gallery with both images and videos, it would be cool to have a visual or textual indication of which things were images and which were videos.

(It would be *really* excellent if the video indication included information about the length of the video.)

#429 fixed Videos/muisc don't play because MediaGoblin should take care of mime-type before upload them to Rackspace Cloudfiles Jorge Araya Navarro Jorge Araya Navarro
Description

This bug happen with some web browser which can't guess the mime type of a video and therefore, play such video. Rackspace by default set the mime type to application/octet-stream. I got a example code here:

conn = cloudfiles.get_connection(‘RACKCLOUD_USERNAME’, ‘RACKCLOUD_API_KEY’)
container = self.conn.get_container(‘container_name’)
meta_data = {}
video_object = container.create_object(‘remote_video_name.mp4′)
video_object.load_from_filename(‘/path/to/local/video.mp4′)
meta_data['mime-type'] = ‘video/mp4′
video_object.metadata = meta_data
video_object.sync_metadata()

source: http://www.jemery.com/2010/09/14/mime-type-is-really-important-to-set-for-html5-video-in-rackspace-cloudfiles/

#5590 fixed Videos are muted by default Ben Sturmfels
Description

When I play a video, it is muted by default and I have to click the "unmute" button beneath the video. This is happening for me on IceCat, Chromium and Gnome Web Browser.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.