Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (118 - 120 of 1174)

Ticket Resolution Summary Owner Reporter
#5458 fixed batchaddmedia does not properly parse the "media:location" header field Tim McIver
Description

The documentation here: http://mediagoblin.readthedocs.io/en/stable/siteadmin/commandline-upload.html#command-line-batch-uploading states that the path to a media file is given by the "media:location" header field but using this header field name causes a parse error.

Looking at the code here: http://git.savannah.gnu.org/cgit/mediagoblin.git/tree/mediagoblin/gmg_commands/batchaddmedia.py#n111 it seems the code is expecting the header field name to be "location". So, I guess either a code change or a documentation change is needed.

#5457 fixed Can't get Audio to process Espionage724
Description

I've tried on Ubuntu 16.04, openSUSE Tumbleweed, and currently Arch Linux, and cannot get audio to process.

I've installed everything (aside from bad and ugly gstreamer plugins) mentioned on the Wiki pages for both a base MG install and audio (Arch): sudo pacman -S --needed nodejs git python2-lxml automake make npm python2-pastedeploy python2-virtualenv gst-python2 python2 python2-pillow gst-libav gst-plugins-good python2-scipy python2-numpy libsndfile alsa-lib

I have added mediagoblin.media_types.audio (with double brackets on both sides; ticket formatted it weird) to mediagoblin_local.ini.

I have also ran gmg dbupdate and restarted both celery and paster.

All audio I've tried (various .ogas, .mp3s, and .oggs) fails to process.

Videos (even audio on the video) and pictures work fine. I'm not sure what else could be wrong, unless the documentation is missing some critical step, or audio support is broken.

I've used various MG builds from the master branch I think as far back as 0.80. At the time of writing, I'm using the latest version available from master.

#5455 no-action Latest flup is not python3-compatible ayleph
Description

The flup maintainer has dropped the ball and release a version that isn't actually python3-compatible, while also breaking python2-compatibility (see #5373). When trying to run v0.9.0 with latest flup, users report the below error.

File "/path/to/mediagoblin/lib/python3.4/site-packages/flup-1.0.3.dev20151210-py3.4.egg/flup/server/paste_factory.py", line 7, in asbool
NameError: name 'unicode' is not defined

There are alternative flup packages, such as https://pypi.python.org/pypi/flup6. We should try to find one that actually works and update the documentation. Until then, users can't run fcgi with python3.

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