Opened 14 years ago
Closed 12 years ago
#8808 closed enhancement (fixed)
Support preview rendering
Reported by: | Scott Gifford | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | MovieMacro |
Severity: | normal | Keywords: | |
Cc: | juha.mustonen@… | Trac Release: | 0.11 |
Description
MovieMacro should be a preview renderer for movie types. That makes it show up whenever a recognized video file is shown, without the user having to download the file or embed it with MovieMacro.
I will attach a patch that implements this.
Attachments (1)
Change History (8)
Changed 14 years ago by
Attachment: | moviemacro-preview-render.patch added |
---|
comment:1 Changed 12 years ago by
Cc: | juha.mustonen@… added; anonymous removed |
---|
comment:2 Changed 12 years ago by
Owner: | changed from Louis Cordier to Ryan J Ollos |
---|---|
Status: | new → assigned |
Replying to sgifford:
That makes it show up whenever a recognized video file is shown, without the user having to download the file or embed it with MovieMacro.
The two cases I think that of where this would apply are the attachment page and the browser. The next checkin will add support for both. Please let me know if you can think of any others.
comment:3 Changed 12 years ago by
- Added preview rendering of movies. Previews are rendered for attachments and repository files. For preview rendering to be available for all attachments, set the value of the
[mimeviewer]
max_preview_size
configuration entry to greater than or equal to the value of the[attachment]
max_size
configuration entry intrac.ini
.
The initial version of the patch was by sgifford. Thanks!
comment:4 Changed 12 years ago by
Feedback from testing is appreciated. You'll need to enable the new movie.web_ui
component in trac.ini
, or through the web admin panel.
comment:6 Changed 12 years ago by
I was having a strange problem with the pages needing numerous refreshes initially, before the IHTMLPreviewRenderer
first seemed to register. I think this was probably just an issue with my development environment, but please let me know if you encounter any similar issues.
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Patch to support preview rendering