Media Content Usage is an Event Handler and Property Editor for Media items in Umbraco 7.x, to find which Content references different Media.
It creates a new RelationType called "Relate Media and Content". Listens to the Published event for Content and adds relations between Media and Content that can be found in different Properties for relevant DataTypes (customizable with "MediaContentUsageDataTypeList" key in web.config).
The relations can be read in Umbraco Backoffice in the Developer section, or with the provided Property Editor called "Media Content Usage". When a property of this type is placed on Media Items, it gives the editor information and links to the referenced Content.
Version history
1.0.2 is tested with Umbraco 7.15.7 and adds support for umb://media UDI's in property data.
1.0.1 adds the feature to view the whole path to the Content, plus handling unpublished and trashed Content in a better way.
1.0 Initial release with basic event handling and property editor.
Further information
Please read the github page and/or use the provided Forum.