Custom Query (1173 matches)
Results (193 - 195 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#571 | fixed | Collection descriptions don't support Markdown but pretend they do | ||
Description |
To reproduce:
The field "Description of this collection" has a note saying "You can use Markdown for formatting.". That should be removed or Markdown support should be added to collection descriptions. |
|||
#575 | fixed | Need Test for "The API" | ||
Description |
We now have an API to allow people to upload media automatically. We need tests for it. Or rather: I need tests, because I have refactored it (see #509) and want to know, if I made any mistakes. |
|||
#577 | fixed | De-noisify video transcoding | ||
Description |
ProgressCallback (which saves media_entry.save() to the db) and _log.info() is called every second during video transcoding informing the user of transcoding progress, even the percentage has not changed at all. For small 10MB videos this means I get about 4 log entries with the same transcoding percentage. Please consider merging my upcoming de-noisification of the log and database activities, by only logging/save()'ing when things have actually changed. |