| Commit message (Expand) | Author | Age | Files | Lines |
* | add audio thumbnail and spectrogram resizer | Rodney Ewing | 2013-08-16 | 1 | -0/+64 |
* | fetch spectrogram for thumbnail creation, create spectrogram if not found | Rodney Ewing | 2013-08-16 | 1 | -9/+17 |
* | forgot nargs=2 | Rodney Ewing | 2013-08-16 | 1 | -0/+1 |
* | audio processing code cleanup | Rodney Ewing | 2013-08-16 | 1 | -136/+6 |
* | should store file as webm_audio instead of medium | Rodney Ewing | 2013-08-16 | 1 | -2/+2 |
* | media:thumb not medium:thumb :) | Rodney Ewing | 2013-08-16 | 1 | -2/+2 |
* | use name_builder with store_public, not create_pub_filepath | Rodney Ewing | 2013-08-16 | 1 | -18/+19 |
* | common_setup() must be the first processing step | Rodney Ewing | 2013-08-16 | 1 | -1/+2 |
* | Audio Initial Processor | Rodney Ewing | 2013-08-16 | 3 | -7/+202 |
* | remove old code | Rodney Ewing | 2013-08-16 | 2 | -119/+0 |
* | bulk_run reprocessing complete | Rodney Ewing | 2013-08-16 | 1 | -5/+19 |
* | Resize all processed thumbs | Rodney Ewing | 2013-08-16 | 1 | -2/+40 |
* | wrap get_entry_and_processing_manager in try, except block | Rodney Ewing | 2013-08-16 | 1 | -22/+30 |
* | run initial processing on all failed entries | Rodney Ewing | 2013-08-16 | 2 | -3/+21 |
* | add bulk_run, thumbs, and initial sub_commands | Rodney Ewing | 2013-08-16 | 3 | -25/+98 |
* | remove ProcessingState | Rodney Ewing | 2013-08-16 | 1 | -82/+0 |
* | delete existing file in store_public | Rodney Ewing | 2013-08-16 | 1 | -1/+4 |
* | Add image resizer and some cleanup of old code | Rodney Ewing | 2013-08-16 | 3 | -187/+58 |
* | Fix (by Rodney Ewing) for processing, specifically the way resize_tool was be... | Christopher Allan Webber | 2013-08-16 | 1 | -5/+2 |
* | Don't forget to run copy_original()! That's critical! | Christopher Allan Webber | 2013-08-16 | 1 | -0/+1 |
* | Fixing ./bin/gmg reprocess available, which I broke :) | Christopher Allan Webber | 2013-08-16 | 1 | -2/+3 |
* | Trying to fix the bug that's happening to rodney757 but not to me ;) | Christopher Allan Webber | 2013-08-16 | 1 | -4/+5 |
* | Revert "use parser.parse_known_args() instead of parser.parse_args()" | Christopher Allan Webber | 2013-08-16 | 6 | -45/+30 |
* | Fixing normal submission of media (well for images anyway) | Christopher Allan Webber | 2013-08-16 | 2 | -1/+3 |
* | A couple of fixes to stupid things I did while coding this. And it WORKS! | Christopher Allan Webber | 2013-08-16 | 1 | -9/+19 |
* | Fixing the MediaProcessor context manager so it actually, you know, works :) | Christopher Allan Webber | 2013-08-16 | 1 | -0/+1 |
* | Theoretically the last steps to get reprocessing working for initial & images | Christopher Allan Webber | 2013-08-16 | 2 | -25/+79 |
* | Factored the get_orig_filename from processing state and put it to use. | Christopher Allan Webber | 2013-08-16 | 2 | -2/+44 |
* | Record the original state of the media entry in the processor | Christopher Allan Webber | 2013-08-16 | 2 | -4/+7 |
* | Marking the initial steps for processing | Christopher Allan Webber | 2013-08-16 | 1 | -0/+18 |
* | Renaming the processing manager stuff to be less ambiguous. | Christopher Allan Webber | 2013-08-16 | 3 | -9/+16 |
* | That manager.process() line no longer made sense | Christopher Allan Webber | 2013-08-16 | 1 | -1/+0 |
* | Updating to the point where we can allllmost run with the new reprocessing code | Christopher Allan Webber | 2013-08-16 | 4 | -48/+64 |
* | Should be enough to get to the point where you can actually initialize a proc... | Christopher Allan Webber | 2013-08-16 | 3 | -8/+23 |
* | Steps toward working "run" reprocessing command. | Christopher Allan Webber | 2013-08-16 | 3 | -11/+58 |
* | Moving celery setup to the right place | Christopher Allan Webber | 2013-08-16 | 1 | -4/+4 |
* | Whitespacin' it up. | Christopher Allan Webber | 2013-08-16 | 1 | -0/+3 |
* | `gmg reprocess available --action-help` now tells you processor arguments! | Christopher Allan Webber | 2013-08-16 | 3 | -15/+31 |
* | "initial" reprocessing subcommand now works! | Christopher Allan Webber | 2013-08-16 | 4 | -10/+99 |
* | More progress towards the new reprocessing infrastructure: args updating | Christopher Allan Webber | 2013-08-16 | 3 | -23/+75 |
* | More steps towards a working reprocessing system. | Christopher Allan Webber | 2013-08-16 | 1 | -9/+19 |
* | Documentation for the MediaProcessor | Christopher Allan Webber | 2013-08-16 | 1 | -4/+54 |
* | started coding basics of new processing code | Christopher Allan Webber | 2013-08-16 | 1 | -0/+52 |
* | fix storage paramater in get_orig_filename(), fix __init__ for ProceessImage,... | Rodney Ewing | 2013-08-16 | 3 | -14/+18 |
* | Refactor processing/reprocessing functions into ProcessImage class | Rodney Ewing | 2013-08-16 | 2 | -101/+111 |
* | forgot to change to a class from a function after the refactor | Rodney Ewing | 2013-08-16 | 2 | -3/+3 |
* | change get_queued_filename to get_orig_filename and modified function | Rodney Ewing | 2013-08-16 | 2 | -28/+22 |
* | added comments and did a little refactoring. not sure if it is actually any c... | Rodney Ewing | 2013-08-16 | 4 | -77/+118 |
* | very rough working version of image reprocessing | Rodney Ewing | 2013-08-16 | 3 | -23/+18 |
* | add option to not run eagerly | Rodney Ewing | 2013-08-16 | 1 | -2/+8 |