Opened 19 years ago
Closed 19 years ago
#2472 closed patch (fixed)
Adda thumnail offset and bookmark image option to mytharcive
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mytharchive | Version: | 0.20 |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Adds an thumbnail offset for creating initial thumbnail.jpg and the first chapter. This will resolve the issue of blank frames being used.
Set the following in mythburn.py to enable:
thumboffset = (Time in Seconds)
Also adds an option to use a bookmarks (only for myth recordings) as the initial thumbnail.jpg
Set the following in mythburn.py to enable:
usebookmark = True
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | mythburn.py.patch added |
---|
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [11361]) Close #2472 - Add a thumbnail offset and bookmark image option to MythArchive.
Apply a slightly modified version of the patch on the ticket. It allow for a thumbnail offset to be used when grabbing the thumbnail image used on the main menu and also for the first chapter menu image. You can also tell the script to use the preview image created for recordings if available.
There's a couple of settings at the top of the script - 'thumboffset' (defaults to 10 seconds) and 'usebookmark' (defaults to True).
Replying to lofty69@gmail.com:
Will this be committed to 0.20.fixes or only 0.21?