I've always wanted a way to view album inserts, scanned booklets, and PDFs directly inside MusicBee. It always felt like such a missed opportunity that the beautiful scans were hidden away and only accessible through the file browser—something most people rarely use. So, I created AlbumInsertsViewer to solve that problem.
This plugin lets you easily view album artwork, booklets, and inserts right within MusicBee, making the music experience even better. Experience your liner notes and artwork the way they were meant to be enjoyed—seamlessly integrated with your music.
⭐ Enjoying this plugin? Please consider giving it a star! It helps others discover it and motivates continued development. Your support means a lot!
- 🖼️ Automatic Image Slideshow - Displays all images found in your album folders
- 📚 PDF Booklet Detection - Automatically finds and displays PDF liner notes
- 📌 Dockable Panel - Integrates seamlessly into MusicBee's interface
- 🪟 Floating Window - Also works as a standalone draggable window
- 🔄 Smart Search - Recursively searches subdirectories for scans
- 🎯 Fallback Support - Uses embedded artwork when no files are found
- ⚙️ Highly Configurable - Customize colors, slideshow timing, and more
The demo contains the plugin with color configurations created to match with the MusicBee theme named
BlossomTheme. Theme configuration for AlbumInsertsViewer that matches the above theme published here : MB-AlbumInsertsViewer Blossom Theme
- Download the latest
AlbumInsertsViewer.dllfrom the Releases page - Copy it to your MusicBee plugins folder:
C:\Program Files (x86)\MusicBee\Plugins\ - Restart MusicBee
- Open the viewer from the menu:
View → Album Inserts Viewer
Requirements: Windows, MusicBee 3.0+, .NET Framework 4.8
- Play any track in MusicBee
- The plugin automatically loads images from the album folder
- Switch between Scans and Booklet tabs to view images or PDFs
- Images cycle automatically (if multiple images exist)
- Click on any image to open it in your default viewer
To dock the plugin in MusicBee:
- Go to
View → Arrange Panels → Drag the "album inserts viewer" to any panel of you preference - It should display when you Save and Apply changes.
Open from View → Album Inserts Viewer for a standalone draggable window.
The plugin automatically creates a configuration file on first run at:
C:\Users\[YourUsername]\AppData\Roaming\MusicBee\albuminsertsviewer.colors.conf
To access this file, press Win+R and paste: %appdata%\MusicBee\
The configuration file is located at:
C:\Users\[YourUsername]\AppData\Roaming\MusicBee\albuminsertsviewer.colors.conf
The documentation for the config file can be found at : config.md
The plugin searches for these files in your album folders:
- Images:
.jpg,.jpeg,.png,.bmp,.gif - PDFs:
.pdf(liner notes, booklets, etc.)
Files can be in the main album folder or any subdirectory like:
Album/Scans/Album/Artwork/Album/Booklet/
The plugin automatically searches all subdirectories recursively.
# Clone the repository
git clone https://github.com/ShamalLakshan/AlbumInsertsViewer.git
cd AlbumInsertsViewer
# Open in Visual Studio
AlbumInsertsViewer.sln
# Add reference to MusicBeePlugin.dll from your MusicBee installation
# Build in Release mode
# Copy output DLL to MusicBee Plugins folderAlbumInsertsViewer/
├── AlbumInsertsViewer.cs # Main plugin logic and MusicBee integration
├── AlbumInsertsPanel.cs # Dockable panel implementation
├── Form1.cs # Floating window logic
├── Form1.Designer.cs # UI component initialization
├── Form1.resx # UI resources
└── MusicBeeInterface.cs # MusicBee API interface
- PDF Viewing: Currently opens PDFs in external applications. Native PDF viewer support is planned for a future release. See Issues for more details and workarounds.
Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests through the Issues page.
This project is licensed under the MIT License - see the LICENSE file for details.
- Bug reports: Open an issue
- Feature requests: Open an issue
- Questions: Check existing issues or start a discussion
- MusicBee community for feedback and testing
- All contributors who help improve this plugin
Enjoying AlbumInsertsViewer? If this plugin has enhanced your music listening experience, please consider giving it a star! ⭐
⭐ Star this repository — It takes just a second and helps in so many ways:
- 🔍 Helps other MusicBee users discover this plugin
- 💪 Motivates me to keep developing and improving the plugin
- 📊 Shows that people find this useful
- 🙏 Your appreciation is the best reward for open-source work!
Every star matters and genuinely encourages me to dedicate more time to this project!
You can also:
- 🐛 Report bugs you encounter
- 💡 Suggest new features
- 🔄 Share with other MusicBee users
Made with ❤️ for the MusicBee community





