Media File Renamer Pro

Media File Renamer Pro v5.9.1

No permission to download

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,964
110,696
120
Tomz updated Media File Renamer Pro with a new update entry:

Media File Renamer Pro v5.4.7

Download Media File Renamer Pro v5.4.7 Nulled Free
= v5.4.7 (2022/10/12) =

* Add: Consider WebP as an "Image" (which it is 😏).
* Fix: The 'Featured Only' and 'Images Only' were not working perfectly.
* Update: Optimized the way options are updated and retrieved.
* Update: Some refactoring to simplify the code.
* Note: Please try my new [Database Cleaner](https://wordpress.org/plugins/database-cleaner/)! You'll love it.

Read the rest of this update entry...
 
  • Love
  • Like
Reactions: yuval and JRGWxRxZ

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,964
110,696
120

AnormaL

Active member
Dec 26, 2019
163
68
28
I have already gone through all their documentation. That's why asking here for additional help. This plugin can’t differentiate between jpg file & jpeg file. I set to auto rename as per media title. When I upload 2 images, one in jpg & another in jpeg with same media name; the plugin renamed them as same. It should rename them differently. It works fine till I use a plugin to convert my images to webp. So when these auto-renamed images are converted to webp; their extension changes to webp. Then both images look identical.

So is there any way to solve this issue? I hope you understand my concern.
or you can just add this snippet and you will get auto media rename based on post slug

PHP:
function wp_modify_uploaded_file_names($image_name) {
    // Get the parent post ID, if there is one
    if( isset($_GET['post_id']) ) {
        $post_id = $_GET['post_id'];
    } elseif( isset($_POST['post_id']) ) {
        $post_id = $_POST['post_id'];
    }
    // Only do this if we got the post ID--otherwise they're probably in
    //  the media section rather than uploading an image from a post.
    if(is_numeric($post_id)) {
 
        // Get the post slug
        $post_obj = get_post($post_id);
        $post_slug = $post_obj->post_name;
 
        // If we found a slug
        if($post_slug) {
 
            $random_number = rand(100,999999);
            $image_name['name'] = $post_slug . '-' . $random_number . '.jpg';
        }
    }
    return $image_name;
}
add_filter('wp_handle_upload_prefilter', 'wp_modify_uploaded_file_names', 1, 1);
 

silumantu

Member
Oct 9, 2019
169
23
18
or you can just add this snippet and you will get auto media rename based on post slug

PHP:
function wp_modify_uploaded_file_names($image_name) {
    // Get the parent post ID, if there is one
    if( isset($_GET['post_id']) ) {
        $post_id = $_GET['post_id'];
    } elseif( isset($_POST['post_id']) ) {
        $post_id = $_POST['post_id'];
    }
    // Only do this if we got the post ID--otherwise they're probably in
    //  the media section rather than uploading an image from a post.
    if(is_numeric($post_id)) {
 
        // Get the post slug
        $post_obj = get_post($post_id);
        $post_slug = $post_obj->post_name;
 
        // If we found a slug
        if($post_slug) {
 
            $random_number = rand(100,999999);
            $image_name['name'] = $post_slug . '-' . $random_number . '.jpg';
        }
    }
    return $image_name;
}
add_filter('wp_handle_upload_prefilter', 'wp_modify_uploaded_file_names', 1, 1);
Thanks for reply. Should I use this snippet with this plugin or without this plugin?
 

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,964
110,696
120
  • Like
Reactions: JRGWxRxZ

Atsekabe

Well-known member
Apr 20, 2020
208
315
63
== Changelog ==

= 5.5.0 (2022/11/12) =
* Fix: Enhanced the behavior of the UI.
* Note: The plugin has no known bugs for a while, and I am now happy to work on littke extra features :) By the way, if you like it, please review the plugin [by clicking here](https://wordpress.org/support/plugin/media-file-renamer/reviews/?rate=5#new-post). Thank you!
 

Attachments

  • media-file-renamer-pro-v5.5.0.zip
    469.5 KB · Views: 6

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,964
110,696
120
Tomz updated Media File Renamer Pro with a new update entry:

Media File Renamer Pro v5.5.0

Download Media File Renamer Pro v5.5.0 Nulled Free
= v5.5.0 (2022/11/12) =

* Fix: Enhanced the behavior of the UI.
* Note: The plugin has no known bugs for a while, and I am now happy to work on littke extra features :) By the way, if you like it, please review the plugin [by clicking here](https://wordpress.org/support/plugin/media-file-renamer/reviews/?rate=5#new-post). Thank you!

Read the rest of this update entry...
 
  • Love
Reactions: donaconda

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,964
110,696
120
Tomz updated Media File Renamer Pro with a new update entry:

Media File Renamer Pro v5.5.1

Download Media File Renamer Pro v5.5.1 Nulled Free
= v5.5.1 (2022/12/24) =

* Update: Enhanced the hooks (filters).
* Note: The plugin has no known bugs for a while, and I am now happy to work on littke extra features :) By the way, if you like it, please review the plugin [by clicking here](https://wordpress.org/support/plugin/media-file-renamer/reviews/?rate=5#new-post). Thank you!

Read the rest of this update entry...
 
  • Like
Reactions: JRGWxRxZ

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,964
110,696
120
Tomz updated Media File Renamer Pro with a new update entry:

Media File Renamer Pro v5.5.2

Download Media File Renamer Pro v5.5.2 Nulled Free
= v5.5.2 (2022/01/06) =

* Update: Slowly (but surely) separating the Rename mode from the Move mode. I will make the UI better and more adapted to the chosen mode. You will find the switch in the Renamer Dashboard.
* Note: The plugin has no known bugs for a while, and I am now happy to work on littke extra features :) By the way, if you like it, please review the plugin [by clicking...

Read the rest of this update entry...
 
  • Like
  • Love
Reactions: Kamily and JRGWxRxZ

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,964
110,696
120
Tomz updated Media File Renamer Pro with a new update entry:

Media File Renamer Pro v5.5.3

Download Media File Renamer Pro v5.5.3 Nulled Free
= v5.5.3 (2022/01/27) =

* Update: Better move features and cleaner UI.
* Note: The plugin has no known bugs for a while, and I am now happy to work on littke extra features :) By the way, if you like it, please review the plugin [by clicking here](https://wordpress.org/support/plugin/media-file-renamer/reviews/?rate=5#new-post). Thank you!

Read the rest of this update entry...
 
  • Like
Reactions: JRGWxRxZ

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,964
110,696
120

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,964
110,696
120
Tomz updated Media File Renamer Pro with a new update entry:

Media File Renamer Pro v5.5.7

Download Media File Renamer Pro v5.5.7 Nulled Free
= v5.5.7 (2022/02/09) =

* Add: New option to disable the Dashboard.
* Note: A bit late on the support, it's unusual, but very busy these days. I am also trying to gather the feedback/issues to fix them all at once in a good way. Thank you for your patience!
* Note: The plugin has no known bugs for a while, and I am now happy to work on littke extra features :) By the way, if you like it, please review the plugin [by clicking...

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,964
110,696
120
tanierlyons updated Media File Renamer Pro with a new update entry:

Media File Renamer Pro v5.6.8 Nulled

== Changelog ==

= 5.6.8 (2023/09/14) =
* Add: Auto-Attach feature now use the data from [Media Cleaner](https://wordpress.org/plugins/media-cleaner/) (if available), which is extremely accurate!
* Fix: Random issues related to metadata not existing.
* Fix: Optimize the way the move feature works.
* Fix: Move didn't handle the WebP and AVIF files properly.
* Fix: Was not possible to completely delete the filename to type it from scratch.
* Fix: When uninstalled, all the...

Read the rest of this update entry...
 
  • Like
Reactions: JRGWxRxZ

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,964
110,696
120
tanierlyons updated Media File Renamer Pro with a new update entry:

Media File Renamer Pro v5.7.9

== Changelog ==

= 5.7.9 (2024/01/01) =

* Update: Enhanced UI with selection options for upload and improved AI prompts.
* Fix: Resolved issues in 'Rename All' AI functionality and fixed Sync selection.
* Optimization: Improved history features with new filters, styling changes, and history limit adjustments.
* Add: New renaming methods with NekoTabs, history tracking, and AI-enhanced renaming capabilities.
* Update: Streamlined settings with revised tabs for Manual...

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,964
110,696
120
MrSam_1 updated Media File Renamer Pro with a new update entry:

Media File Renamer Pro

= v5.8.2 (2024/02/02) =
* Add: "On Upload Method" indicator on the media-new page for better clarity during uploads.
* Add: Auto Rename confirmation for improved user interaction.
* Add: Security enhancement with Force Rename on null values.
* Update: On Upload methods now specifically target Metadatas selected in Fields Sync, enhancing precision.
* Add: Caption Metadata for extended file information handling.
* ⭐️ Don't hesitate to join our [Discord Channel](https://discord.gg/bHDGh38).
* 🌴...

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,964
110,696
120

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu