-
Notifications
You must be signed in to change notification settings - Fork 35
Save images locally #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 |
There is a PR to sort of make this possible, but it's held up by something. I'm not a developer so I'm not sure of the situation. I use a work around right now. I use "Local Images Plus" (LIP) plugin to make all embedded images local. I turn off the auto mapping of "image" in the media configuration of Media DB (e.g. Series or Book), and then add it to the template yaml as image: "" for that media type, making sure to choose that template in the Media DB configuration area. When I add a new series via Media DB, everything is brought into yaml as expected, the LIP downloads the image and changes the yaml to link to the local copy of the file: image: "![[6f831825c980679eb035f35716558fef_MD5.jpg]]". The locations of the downloaded files are handled by LIP correctly. I hope this helps anyone in my situation, sorry if this isn't the appropriate place for this, I'm happy to move it somewhere else. Looking forward to this PR eventually making its way into the plugin. Thanks everyone for all your work on it! |
I agree, it would be great if there were a switch so that images could be stored in local storage as attachments. I'll try out the above suggestion, but I would prefer it to be an in-built feature. |
I mean, of course, that's the nature of a feature request. |
Images should be saved locally in a specified folder for offline use.
The text was updated successfully, but these errors were encountered: