4173 Commits

Author SHA1 Message Date
Rodney Ewing
696b0ec64b added pdf Resizer 2013-08-16 15:30:20 -07:00
Rodney Ewing
5fabbcc497 Added pdf Initial processor 2013-08-16 15:30:20 -07:00
Rodney Ewing
698c7a8bc6 added file argument to video resizer and added ascii resizer 2013-08-16 15:30:20 -07:00
Rodney Ewing
35d6a95008 Added initial processor for ascii media 2013-08-16 15:30:20 -07:00
Rodney Ewing
57d1cb3cef added video transcoder 2013-08-16 15:30:20 -07:00
Rodney Ewing
371bcc24d2 Added thumbnail resizer for video 2013-08-16 15:30:20 -07:00
Rodney Ewing
52e9770466 use type=float for audio vorbis quality 2013-08-16 15:30:19 -07:00
Rodney Ewing
347ef58382 Added Initial processor for video 2013-08-16 15:30:19 -07:00
Rodney Ewing
0c509b1b7e added audio reprocessing transcoder 2013-08-16 15:30:19 -07:00
Rodney Ewing
ad80fc8ac7 just use the default quality when creating a thumbnail or spectrogram 2013-08-16 15:30:19 -07:00
Rodney Ewing
2e50e4b5f3 add audio thumbnail and spectrogram resizer 2013-08-16 15:30:19 -07:00
Rodney Ewing
d8f886dcb4 fetch spectrogram for thumbnail creation, create spectrogram if not found 2013-08-16 15:30:19 -07:00
Rodney Ewing
757376e34a forgot nargs=2 2013-08-16 15:30:19 -07:00
Rodney Ewing
440e33aa54 audio processing code cleanup 2013-08-16 15:30:19 -07:00
Rodney Ewing
9448a98eb2 should store file as webm_audio instead of medium 2013-08-16 15:30:18 -07:00
Rodney Ewing
776e4d7adc media:thumb not medium:thumb :) 2013-08-16 15:30:18 -07:00
Rodney Ewing
c6eaa555de use name_builder with store_public, not create_pub_filepath 2013-08-16 15:30:18 -07:00
Rodney Ewing
550af89fc1 common_setup() must be the first processing step 2013-08-16 15:30:18 -07:00
Rodney Ewing
5ac1fe8064 Audio Initial Processor 2013-08-16 15:30:18 -07:00
Rodney Ewing
36c17b85c1 remove old code 2013-08-16 15:30:18 -07:00
Rodney Ewing
a7f426368d bulk_run reprocessing complete 2013-08-16 15:30:18 -07:00
Rodney Ewing
0c4b68a804 Resize all processed thumbs 2013-08-16 15:30:18 -07:00
Rodney Ewing
441ed10de0 wrap get_entry_and_processing_manager in try, except block 2013-08-16 15:30:18 -07:00
Rodney Ewing
4e6013689b run initial processing on all failed entries 2013-08-16 15:30:18 -07:00
Rodney Ewing
7584080bf7 add bulk_run, thumbs, and initial sub_commands 2013-08-16 15:30:18 -07:00
Rodney Ewing
455f71d24c remove ProcessingState 2013-08-16 15:30:18 -07:00
Rodney Ewing
fb56676bf4 delete existing file in store_public 2013-08-16 15:30:17 -07:00
Rodney Ewing
583501415a Add image resizer and some cleanup of old code 2013-08-16 15:30:17 -07:00
Christopher Allan Webber
af51c423fb Fix (by Rodney Ewing) for processing, specifically the way resize_tool was being called
Thanks for fixing, Rodney :)
2013-08-16 15:30:17 -07:00
Christopher Allan Webber
916db96edb Don't forget to run copy_original()! That's critical!
This commit sponsored by Tony Schmidt.  Thank you!
2013-08-16 15:30:17 -07:00
Christopher Allan Webber
c100b8b284 Fixing ./bin/gmg reprocess available, which I broke :) 2013-08-16 15:30:17 -07:00
Christopher Allan Webber
de332ab9f5 Trying to fix the bug that's happening to rodney757 but not to me ;) 2013-08-16 15:30:17 -07:00
Christopher Allan Webber
ff12ecef34 Revert "use parser.parse_known_args() instead of parser.parse_args()"
This reverts commit 029e779c468ba1a6bfd893679cfaae7f418f45dd.
(and a bit more!)

This wasn't needed anymore because we did a "rest" capture and passed
that over to the reprocess run command.

Conflicts:
	mediagoblin/gmg_commands/assetlink.py
	mediagoblin/gmg_commands/dbupdate.py
	mediagoblin/gmg_commands/import_export.py
	mediagoblin/gmg_commands/users.py
2013-08-16 15:30:17 -07:00
Christopher Allan Webber
98d1fa3bed Fixing normal submission of media (well for images anyway) 2013-08-16 15:30:17 -07:00
Christopher Allan Webber
5b546d6533 A couple of fixes to stupid things I did while coding this. And it WORKS!
This commit sponsored by José María Serralde Ruiz.  Thank you!
2013-08-16 15:30:17 -07:00
Christopher Allan Webber
7a85bf985d Fixing the MediaProcessor context manager so it actually, you know, works :)
This commit sponsored by Mikiya Okuno.  Thank you!
2013-08-16 15:30:17 -07:00
Christopher Allan Webber
5fd239fa58 Theoretically the last steps to get reprocessing working for initial & images
Haven't tested it yet though :)

This commit sponsored by Samuel Bächler.  Thank you!
2013-08-16 15:30:16 -07:00
Christopher Allan Webber
eb372949a1 Factored the get_orig_filename from processing state and put it to use.
This commit sponsored by Vincent Demeester.  Thank you!
2013-08-16 15:30:16 -07:00
Christopher Allan Webber
22479c39a0 Record the original state of the media entry in the processor
This allows our processor to make some informed decisions based on the
state by still having access to the original state.

This commit sponsored by William Rico.  Thank you!
2013-08-16 15:30:16 -07:00
Christopher Allan Webber
2fa7b7f81a Marking the initial steps for processing 2013-08-16 15:30:16 -07:00
Christopher Allan Webber
55cfa34063 Renaming the processing manager stuff to be less ambiguous.
BONUS COMMIT to Ben Finney and the Free Software Melbourne crew. :)

IRONY: Initially I committed this as "media manager".
2013-08-16 15:30:16 -07:00
Christopher Allan Webber
a59f92f3ec That manager.process() line no longer made sense 2013-08-16 15:30:16 -07:00
Christopher Allan Webber
77ea4c9bd1 Updating to the point where we can allllmost run with the new reprocessing code
This commit sponsored by Odin Hørthe Omdal.  Thank you!
2013-08-16 15:30:16 -07:00
Christopher Allan Webber
d1e9913b71 Should be enough to get to the point where you can actually initialize a processing command now.
However, it doesn't celery task-ify it...

This commit sponsored by Catalin Cosovanu.  Thank you!
2013-08-16 15:30:16 -07:00
Christopher Allan Webber
4ba5bdd96e Steps toward working "run" reprocessing command.
This commit sponsored by Philippe Casteleyn.  Thank you!
2013-08-16 15:30:16 -07:00
Christopher Allan Webber
7a414c8d42 Moving celery setup to the right place
This commit sponsored by Jose Manuel Zueco Lazaro.  Thank you!
2013-08-16 15:30:15 -07:00
Christopher Allan Webber
19ed12b279 Whitespacin' it up. 2013-08-16 15:30:15 -07:00
Christopher Allan Webber
55a10fef0a gmg reprocess available --action-help now tells you processor arguments!
Every reprocessing action possible can inform you of its command line
argument stuff!  Is that awesome or what?
2013-08-16 15:30:15 -07:00
Christopher Allan Webber
85ead8ac3c "initial" reprocessing subcommand now works!
We are on our way now to a working reprocessing system under this
redesign!

This commit sponsored by Bjarni Rúnar Einarsson.  Thank you!
2013-08-16 15:30:15 -07:00
Christopher Allan Webber
58bacb33ac More progress towards the new reprocessing infrastructure: args updating
This commit sponsored by Elizabeth Webber.  Thanks, sis!
2013-08-16 15:30:15 -07:00