Opened 19 years ago
Closed 19 years ago
Last modified 18 years ago
#2667 closed enhancement (fixed)
Added DVD movie animation to MythArchive
| Reported by: | Owned by: | paulh | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mytharchive | Version: | 0.20 |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | yes |
Description
Code is for SVN 0.20
Change 1: MythArchive only supported Thumbnail images for the selected movies. This patch will allow a short preview of the movie to be used instead of the Thumbnail. To use replace the %thumbnail with %movie.
The change can work for all menus (main, details, chapters), however I would not advise using a movie preview for the chapters due to the time it takes to generate the previews.
Change 2: The mythburn.py for the XML Theme 'graphic' item was also changed to allow a image to be specified that exists within the theme path. The current version expected a fully qualitified filename to be specified.
Change 3: Modified the XML Theme 'graphic' item to include a image mask. This mask can be used to mask the %thumbnail or %movie to any shape desired.
Change 4: Added the '-l' command to the mplex command used for encoding the menus. This was done since if the supplied audio was longer than the specified menu duration, then the menu would have the same duration as the audio. Currently the silence used for the menu had a length of about 30 seconds but the default theme setting was 15 seconds.
Attachments (2)
Change History (6)
by , 19 years ago
| Attachment: | mythburn-preview.patch added |
|---|
by , 19 years ago
| Attachment: | test-theme.zip added |
|---|
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [12242]) Make it possible to add animated thumbnail images to the DVD themes. Adds a couple of themes that use the new feature. Mostly based on the patch by pholmes but with a few changes here and there.
It's advisable to go into MythArchive's settings pages to check the new jpeg2yuv setting is set appropriately.
Closes #2667.
comment:3 by , 19 years ago
comment:5 by , 18 years ago
| Ticket locked: | set |
|---|

Test theme showing the use of the changes