Currently in Pro I can add a URL to the IPTC data section, however it would be great if the URL was hyperlinked to open on click or there was a right click option to open in browser. Same for Source if a user is entering a URL as the source.
Announcement
Collapse
No announcement yet.
Feature Request: Web URL Hyperlink
Collapse
X
-
-
The only URL tag I can see is 'Creator Work URL'.
If you want to open this with your default web browser, create a CMD file with this content:
Code:for /F %%i in ('exiftool -b -creatorworkurl %1') do start %%i
You may want assign your external editor to a keyboard shortcut, which is possible in AC too.
You also will need to install exiftool and add it to the path variable.
Beware! This may introduce a security risk, as you are going to call unknown URLs.
- 1 like
Comment