Opened 19 years ago
Closed 19 years ago
Last modified 18 years ago
#48 closed patch (fixed)
mythgallery: move .thumbcache out of image directory
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythgallery | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
This is the latest version of a patch that I posted to the mailing list (http://gossamer-threads.com/lists/mythtv/dev/125506). It adds a checkbox: "Store thumbnails in image directory" to the MythGallery settings screen, and if it is not checked, thumbnails are generated in ~mythtv/MythGallery/.thumbcache instead of in the image directory. After I posted the original patch, Ed Wildgoose posted an updated version with automatic fallback for read-only directories. I took his version, added code to generate a full directory path and cleaned it up for Subversion
Attachments (1)
Change History (2)
Changed 19 years ago by
Attachment: | gallery.thumbnaillocation.patch added |
---|
comment:1 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [6778]) Patch from Eggert + Ed Wildgoose to optionally store generated thumbnails in the user's homedir. Closes #48.