What is Real Media Library plugin?
Real Media Library (RML) is a WordPress media library organization plugin that adds folder-based organization with a more feature-complete interface than FileBird. Developed by Matthias Günter/devowl.io, RML provides a column-based folder tree, drag-and-drop file management, and a file manager experience that closely resembles a desktop file system interface. It uses a virtual folder system (like FileBird) that does not change physical file paths.
RML goes beyond FileBird in several ways: it supports tagging images with multiple labels (an image can be in multiple collections simultaneously), provides a “Gallery” collection type where images are explicitly ordered for gallery display, and has more sophisticated filter and search capabilities within the media library. The Pro version adds a visual media picker redesign and deeper integration with some page builders.
Pricing: RML Lite is free on WordPress.org. RML Pro adds features like order-sorting within collections, better gallery integration, and enhanced search. While FileBird is the more widely installed option (500,000 vs RML’s smaller install base), RML appeals to users who prefer its more feature-rich interface or who specifically need ordered gallery collections.
Need Help With Real Media Library Setup, Troubleshooting, or Customization?
Need help with Real Media Library? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.
Get Real Media Library Expert HelpKey Features
- Virtual folder organization for the WordPress media library
- Column-based file manager interface with nested folder tree
- Drag-and-drop file management
- Gallery collections (ordered image sets) for defined display order
- Tagging/multi-collection support (image appears in multiple collections)
Pros & Cons
Pros
- More feature-rich interface than FileBird — gallery collections with explicit ordering are valuable for content creators
- Multi-collection tagging allows same image to logically belong to multiple categories without duplication
- REST API support enables programmatic media management for custom workflows
Cons
- Smaller user community than FileBird — fewer tutorials and community resources
- Pro pricing for ordered galleries and enhanced features
Free vs Premium
Lite (free): folder organization, basic management. Pro: gallery ordering, advanced features. Check devowl.io for current pricing.
Common Problems & Fixes
Real Media Library folders are not appearing in the WooCommerce product image selection dialog. How do I enable RML in WooCommerce?
RML integrates with WooCommerce’s media selection modals. If folders are missing: (1) verify RML is active and updated; (2) clear all WordPress and browser caches; (3) RML’s media modal integration may need a re-registration — try deactivating and reactivating RML; (4) check if another media organization plugin (FileBird) is also active and conflicting with RML’s modal injection.
The gallery order set in Real Media Library is not being respected when displaying a gallery shortcode. How do I fix gallery ordering?
RML Gallery collections maintain an explicit display order. If the shortcode output does not match the configured order: (1) verify the shortcode uses RML’s own gallery shortcode syntax rather than the standard WordPress shortcode; (2) the standard shortcode does not respect RML’s custom ordering — use RML’s dedicated gallery display method; (3) clear all caches after changing the gallery order in RML.
After activating Real Media Library, the WordPress media library takes much longer to load. How do I improve performance?
RML adds taxonomy queries to media library loading. For large libraries: (1) ensure database indexes are properly created — RML creates indexes on installation, but manual index verification can help; (2) enable object caching (Redis/Memcached) to cache repeated taxonomy queries; (3) RML Pro may have performance optimizations not available in the Lite version; (4) reduce the media library items per page to smaller batches (Media → Library → Screen Options → Number of items per page).
Customization & Developer Notes
How do I create an ordered gallery collection using Real Media Library?
In the media library, right-click in the RML folder panel and select “Create Collection” → “Gallery.” Add images to the gallery collection by dragging them into it. In the gallery view, drag images to arrange them in the desired display order. Use RML’s gallery shortcode (documented in RML settings) to embed the ordered gallery in a post or page. The gallery renders images in the explicitly defined order, which is RML’s key advantage over standard WordPress galleries that use upload date order by default.
How do I assign the same image to multiple RML folders without duplicating it?
RML supports “Collections” that allow multi-membership (unlike standard folders where each file is in one folder). Right-click an image and use “Add to Collection” to add it to multiple collections simultaneously. The image file exists only once on disk and in the database — collections are virtual tags. This is useful for images that conceptually belong in multiple categories (e.g., a product shot that fits in both “Products/Shirts” and “Lookbook/Spring 2025”).
Frequently Asked Questions
Should I use FileBird or Real Media Library?
FileBird is better for most users: larger community, simpler interface, and unlimited folders in the free version. Real Media Library is better when you specifically need ordered gallery collections (explicit image ordering), multi-collection image assignment, or prefer RML’s column-based file manager interface. Both use virtual folders and are compatible with major page builders. Try the free version of each to determine which interface suits your workflow.
Does Real Media Library physically organize files into folders on the server?
No — RML uses virtual folders implemented through WordPress taxonomy. Files remain in WordPress’s standard uploads directory structure (organized by year/month of upload). The folder hierarchy exists only in the database. This means RML is completely reversible — deactivating it returns the media library to its default view without any changes to files on disk or their URLs.
Can Real Media Library break after updates?
Yes, that can happen, especially on older sites with many plugins. This usually happens when the plugin, theme, and add-ons are updated out of sequence. In most cases, testing on staging catches the issue before it reaches the live site. From experience, backups and changelog reviews save a lot of cleanup time.
What should I check before installing Real Media Library?
Start by checking whether another plugin already does the same job. In most cases, overlap is what creates avoidable conflicts and performance issues. A common issue is installing a plugin because it looks convenient without checking the stack first. From experience, a short compatibility review avoids most of the pain later.