Get link to image on pixabay

Created on 16 July 2024, 5 months ago

Problem/Motivation

The Media Pixabay module has the ability to get the link to the original image, eg see: https://www.drupal.org/project/media_pixabay/issues/3400072 ✨ Get link to image on pixabay or license Fixed

This is nice to display under the image out of concern for the contributor on pixabay, though not requiered.

I wonder if AI Automator Pixabay could support this feature?

Eventhough AI Automator Pixabay uses the Media Pixabay module this does not currently happen even if set up in the image media type.

✨ Feature request
Status

Active

Version

1.0

Component

User interface

Created by

πŸ‡©πŸ‡°Denmark lennart

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • 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...

  • πŸ‡©πŸ‡ͺ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.

Production build 0.71.5 2024