- Issue created by @lennart
- πΊπΈUnited States freelock Seattle
+1 to this -- our media image bundle has a field for "source" meant to be a link to the image source, and copyright notice. I think this should be part of any media automation.
This automator is really cool! But I have no idea who shot the specific images it selects...
-
marcus_johansson β
committed 43990127 on 1.0.x
Issue #3461878: Get link to image on pixabay
-
marcus_johansson β
committed 43990127 on 1.0.x
- π©πͺGermany marcus_johansson
This is fixed an on dev - to test it you also need the dev branch of the ai module.
Check the following image for all the fields that you can populate into other fields:
Alt Text and Title are pseudo fields and just decides how/if they should be filled out - there are other automators for this if you need an vision LLM to kick in.
Author Link copies a link with the authors name as the title.
Image Link copies to a link.
Tags generates terms on the first vocabulary on the taxonomy field.
User is just the user as string.
Page ID is just the id as string - string is chosen if we will add more stock image databases in the future, so you can mix the ids. That's why its not integer.I will maybe abstract this to be a stock image automator in the future and the different vendors like this only hooks into that, so I don't have to rewrite code over and over.