#10572 closed enhancement (worksforme)
Media Library: add fields for media information to describe license info
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Media | Version: | 2.8.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Media Library: add fields for media information to describe license info.
These days CC license becomes very popular and sometimes it's difficult to find place were you could Attribute author. In case it would be possible to have this meta data inside WP, you could simply link image or small text (like: CC License) to image page where all this info would be displayed automatically next to media file, plus, link to Creative Commons license page (according license type) could be automatically added too.
It would be very convenient to have fields to Attribute author of the media.
It would be very nice to have fields for media info describing:
License type: (for example: Creative Commons - Attribution)
Author Name:
Author URL:
Thank you!
Change History (8)
comment:2
janeforshort — 3 years ago
This sounds like plugin territory to me. Core should focus on basic management functions for uploading or linking to files, with hooks for plugins to extend the media functionality as needed for various use cases.
- Component changed from General to Media
- Keywords Media Information Metadata Attribution License CC Creative Commons Author removed
- Milestone changed from Unassigned to 3.1
Moving to 3.1 for now where media is likely to get an overhaul. But I'm pretty sure there's already an API (not very well documented) in place to add fields to save media information in postmeta.
- Resolution set to wontfix
- Status changed from new to closed
I think this belongs in a plugin, not core. We want to make the core media features more basic, and then have a really great media core plugin, so I'm closing at wontfix. When the media core plugin development starts, this could be suggested there.
- Resolution wontfix deleted
- Status changed from closed to reopened
I agree it should not be in core. I was just concerned we didn't have the hooks to be able to do this.
Going to re-close as worksforme. We can re-open if new hooks are needed. I imagine this is something we'll keep in mind in 3.1 without needing this ticket as a reminder.
- Milestone 3.1 deleted
- Resolution set to worksforme
- Status changed from reopened to closed
As part of a core plugin it wouldn't be tied to a core WP release cycle, but would have it's own versioning.

There are already tickets out there for "add metadata to media", but this is an excellent example of why it is needed.
I would think the metadata framework should be added per other similar tickets, and then this particular usage could be implemented via plugin for those who need it.