Extend image cache plugin to resize images, and download them when new items are imported #62

Open
opened 2021-01-03 01:28:01 +00:00 by jaywll · 1 comment
jaywll commented 2021-01-03 01:28:01 +00:00 (Migrated from gitlab.com)

Extends #27 so that it can be closed for MVP.

Enhancements:

  • Plugin should store in the cache when it encounters a 404, to avoid hitting that URL on every page load
  • Images should be resized (and compressed?) to save storage space
  • Images should be downloaded when new feed items are added to the database, rather than when they're displayed in the UI.
  • Create the 'external' folder in the library if it doesn't already exist.
Extends #27 so that it can be closed for MVP. Enhancements: - [ ] Plugin should store in the cache when it encounters a 404, to avoid hitting that URL on every page load - [ ] Images should be resized (and compressed?) to save storage space - [ ] Images should be downloaded when new feed items are added to the database, rather than when they're displayed in the UI. - [ ] Create the 'external' folder in the library if it doesn't already exist.
jaywll commented 2021-01-04 18:42:46 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
Sign in to join this conversation.
No description provided.