media helpers

0

This plugin adds several helpers to the default WP Media Management. Each helper tries to be as tiny as possible (as a feature and as lines of code) and independent from the other helpe

Version
Last updated
Active installations
WordPress Version
Tested up to
pa_tag
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

Description

This plugin adds several helpers to the default WP Media Management. Each helper tries to be as tiny as possible (as a feature and as lines of code) and independent from the other helpers. Helpers can be enabled one by one.The aim is to provide a fine control and to avoid all possible conflicts.

  • Use an external URL as the media file and save it to the database like an uploaded media. This allow external media providers to be used inside the Media Library. You can also attach a new media to a post without specifying any file (fake media). This allows you to work on the media without having the file yet.
  • Duplicate media
  • Limit the resolution of uploaded images (WP allows you to limit the filesize, but not the resolution)
  • Update a media permalink each time its title is changed (now included in core for WP 3.5)
  • Change the parent of a previously attached media
  • Change the file of a media without creating a new media entry