aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/processing
Commit message (Collapse)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-232-4/+4
| | | | This removes some 'u' prefixes and converts simple format() calls to f-strings.
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-052-3/+1
|
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-052-29/+29
|
* Add main_transcoding_progress to ProgressCallbackvijeth-aradhya2017-08-221-2/+4
|
* Fix percentage reportingvijeth-aradhya2017-08-101-1/+4
| | | | | | | Report transcoding_progress as the overall percent of all resolutions. Modify Logging. Closes #6
* Simple hack to handle main workflow problemvijeth-aradhya2017-06-171-3/+2
| | | | | | | Remove redundunt workflow methods from the other media type's processing.py. Fixes #1
* Celery Priority testing with debug statementsvijeth-aradhya2017-06-131-2/+1
| | | | | | Error at this line: `self.entry.set_file_metadata(self.curr_file, **file_metadata)` Otherwise, celery part should work fine.
* Add priority to the celery tasksvijeth-aradhya2017-06-121-1/+2
| | | | | Few more changes to be made before executing the tasks. Also #1 should be handled soon after this.
* Merge branch 'master' into 'multiple-qualities-backend'Vijeth Aradhya2017-06-101-0/+3
|\ | | | | | | | | RabbitMQ addition in master See merge request !1
| * Switch to rabbitmq by default and in docsBoris Bobrov2017-06-091-0/+3
| |
* | Add workflow method to VideoProcessingManagervijeth-aradhya2017-06-051-1/+1
| | | | | | | | | | This commit makes sure the old celery call works perfectly when workflow method is introduced.
* | Add workflow method to ProcessingManagervijeth-aradhya2017-06-041-0/+7
|/ | | | | This method just raises NotImplementedError if the specific media processing manager does not have a workflow method.
* Fix occurence of unicode()Boris Bobrov2016-02-011-1/+2
| | | | Fix unicode() -> six.text_type()
* changes to BaseProcessingFail arguments usageBoris Bobrov2016-02-011-2/+5
|
* changed the way we save information about exceptionsBoris Bobrov2016-01-281-5/+3
|
* a tiny fix to function docBoris Bobrov2015-02-161-2/+2
|
* updated function docsBoris Bobrov2015-02-161-0/+3
|
* Porting video to GStreamer 1.0Boris Bobrov2015-02-161-3/+2
| | | | | | | | | | | Porting includes: - thumbnailer - transcoder - metadata handling - new common discoverer for media - new tests with in-memory test video generating - handling regardless of audio availability in the file - Pythonic gst pipelines
* Fix #658 and #974 - Rollback database on_return of taskJessica Tallon2014-12-011-0/+14
|
* Change urllib and urllib import with six.moves.urllib.Berker Peksag2014-06-071-6/+6
|
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-2/+4
| | | | I will be switch to use ``from __future__ import unicode_literals`` later.
* Merge branch 'master' into upstream-masterSebastian Spaeth2013-12-121-1/+1
|\ | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html mediagoblin/templates/mediagoblin/user_pages/user.html
| * Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-09-091-2/+11
| |\
| * \ Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-09-051-2/+1
| |\ \
| * \ \ Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi2013-08-252-62/+312
| |\ \ \
| * | | | Typo error.Aditi2013-07-031-1/+1
| | | | |
* | | | | Oh god how did I leave a pdb.set_trace() in hereChristopher Allan Webber2013-11-101-2/+0
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Well, cleaning that up :) This commit sponsored by Enrico Zini. Thanks!
* | | | Support python 2.6 again! Thanks to julianoliver for catching this.Christopher Allan Webber2013-09-091-2/+11
| |_|/ |/| | | | | | | | This commit sponsored by Sam Clegg. Thank you!
* | | should use public_store.file_exists to check if the file copied correctlyRodney Ewing2013-09-021-2/+1
| |/ |/|
* | Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'Christopher Allan Webber2013-08-212-57/+306
|\ \ | | | | | | | | | | | | | | | Conflicts: mediagoblin/processing/task.py mediagoblin/submit/lib.py
| * | refactor get_orig_filename to return an acceptable filename to the processor.Rodney Ewing2013-08-161-14/+27
| | | | | | | | | | | | If there is an original video file and we skip transcoding, delete the webm_640 file
| * | only try and delete queue file if it existsRodney Ewing2013-08-161-3/+4
| | |
| * | catch processing exceptions and if entry_orig_state is processed, then ↵Rodney Ewing2013-08-161-1/+12
| | | | | | | | | | | | ignore the exception
| * | raise an error if the file failed to copy to public storageRodney Ewing2013-08-161-1/+19
| | | | | | | | | | | | catch copy_local_to_storage errors and raise PublicStoreFail, saving the keyname
| * | run initial processing on all failed entriesRodney Ewing2013-08-161-0/+5
| | |
| * | add bulk_run, thumbs, and initial sub_commandsRodney Ewing2013-08-161-2/+13
| | |
| * | remove ProcessingStateRodney Ewing2013-08-161-82/+0
| | |
| * | delete existing file in store_publicRodney Ewing2013-08-161-1/+4
| | |
| * | Add image resizer and some cleanup of old codeRodney Ewing2013-08-161-2/+2
| | |
| * | Fixing normal submission of media (well for images anyway)Christopher Allan Webber2013-08-161-0/+2
| | |
| * | Fixing the MediaProcessor context manager so it actually, you know, works :)Christopher Allan Webber2013-08-161-0/+1
| | | | | | | | | | | | This commit sponsored by Mikiya Okuno. Thank you!
| * | Theoretically the last steps to get reprocessing working for initial & imagesChristopher Allan Webber2013-08-161-10/+34
| | | | | | | | | | | | | | | | | | Haven't tested it yet though :) This commit sponsored by Samuel Bächler. Thank you!
| * | Factored the get_orig_filename from processing state and put it to use.Christopher Allan Webber2013-08-161-0/+34
| | | | | | | | | | | | This commit sponsored by Vincent Demeester. Thank you!
| * | Record the original state of the media entry in the processorChristopher Allan Webber2013-08-162-4/+7
| | | | | | | | | | | | | | | | | | | | | 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!
| * | Renaming the processing manager stuff to be less ambiguous.Christopher Allan Webber2013-08-162-5/+12
| | | | | | | | | | | | | | | | | | BONUS COMMIT to Ben Finney and the Free Software Melbourne crew. :) IRONY: Initially I committed this as "media manager".
| * | Updating to the point where we can allllmost run with the new reprocessing codeChristopher Allan Webber2013-08-162-20/+46
| | | | | | | | | | | | This commit sponsored by Odin Hørthe Omdal. Thank you!
| * | Should be enough to get to the point where you can actually initialize a ↵Christopher Allan Webber2013-08-161-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | processing command now. However, it doesn't celery task-ify it... This commit sponsored by Catalin Cosovanu. Thank you!
| * | Steps toward working "run" reprocessing command.Christopher Allan Webber2013-08-161-1/+25
| | | | | | | | | | | | This commit sponsored by Philippe Casteleyn. Thank you!
| * | `gmg reprocess available --action-help` now tells you processor arguments!Christopher Allan Webber2013-08-161-3/+3
| | | | | | | | | | | | | | | Every reprocessing action possible can inform you of its command line argument stuff! Is that awesome or what?
| * | "initial" reprocessing subcommand now works!Christopher Allan Webber2013-08-161-2/+6
| | | | | | | | | | | | | | | | | | | | | We are on our way now to a working reprocessing system under this redesign! This commit sponsored by Bjarni Rúnar Einarsson. Thank you!