We'll create fresh WordPress site with Media Features installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Add functionalities for your media library:
Common Supported file extensions:
Just install this plugin and adjust to your needs.
This plugin provides 2 custom filters:
1) Change labels and other arguments passed to register_taxonomy function:
add_filter( ‘media_category_args’, ‘my_media_category_args’ );
2) Hooks inside the category postbox HTML used to edit individual file information:
add_filter( ‘media_category_html’, ‘my_media_category_html’ );
The use of these hooks are recommended, thus, if the plugin gets deactivated, those hooks will not be called anymore and then you get things consistent and clean.
Do you want to translate it to your language? Just reply to the «Translations» topic in the forum.