Michael Mayer
Michael Mayer
Doesn't a full rescan work? Note all metadata fields have a certain priority. So XMP for example will overwrite Exif. YAML sidecar files will only be used as backup when...
Thank you! Before we merge it as it is, how do other applications handle it? Are there any other CSS tricks we could try? I haven't had time to compare...
@CezaryDanielNowak Thanks again for your suggestions and contribution! Since this has been improved as part of the recent upgrade from Vuetify v1.5 to v3.7, I will go ahead and close...
@andiz2 Awesome, thank you very much! I've updated the issue description and added the most important acceptance criteria as well as links to the code and library we're using. I'll...
You will be able to test these changes with our preview build shortly: - https://docs.photoprism.app/getting-started/updates/#development-preview If you use a reverse proxy, you can alternatively set the `X-Robots-Tag` header there (or...
These changes add a route to serve a `robots.txt` file. It either disallows all routes on the site or serves a custom `robots.txt` file that you can put in the...
@per2jensen This is expected since the header is currently only omitted in demo mode and for public instances, see `/internal/server/security.go`: ``` // Only allow crawlers to index the site if...
Our preview images have been updated for final testing: - https://docs.photoprism.app/release-notes/ - https://docs.photoprism.app/getting-started/updates/#development-preview Any help in testing the preview build is very welcome and will help us get it released...
The changes above add a "photoprism dl [url]" command that allows you to download and import videos directly from a URL. An updated development preview build will be available soon...
My latest changes to the "photoprism dl [url]" command add support for downloading media types other than video, specifically normal images, raw images, vector graphics, PDF documents, and audio files....