How to Set Up Audiobooks in Plex -- Complete Guide
Plex is best known as a video streaming platform, but it handles audiobooks surprisingly well once you get the setup right. The challenge is that Plex does not have a dedicated audiobook library type, so you need to work within its existing library structures and use the right tools to get proper metadata, chapter navigation, and progress tracking.
This guide covers the complete audiobook setup process: choosing the right library type, organizing your files, tagging metadata, selecting the best playback app, and configuring progress tracking so you never lose your place.
Choosing the Right Library Type
This is the most important decision, and the source of the most confusion. You have two options for audiobooks in Plex: a Music library or an Other Videos / Other library. Each has trade-offs.
Music Library (Recommended)
A Music library treats each audiobook as an "album" and each chapter or file as a "track." This approach works well because:
- Music libraries understand multi-track albums, which maps naturally to multi-chapter audiobooks
- The Plex music player supports gapless playback between tracks
- Third-party audiobook apps like Prologue connect to Plex Music libraries
- Metadata agents can match audiobook-specific data when configured correctly
The downside is that your audiobooks will appear alongside your music if you use the same library. The solution is to create a separate Music library specifically for audiobooks. Name it "Audiobooks" and point it to a dedicated audiobook folder. This keeps audiobooks out of your regular music library.
Other Library
An "Other" type library in Plex does minimal processing -- it does not try to match metadata from online agents. This can be useful if your audiobooks have unique or non-standard metadata that causes matching problems. However, "Other" libraries do not work with most third-party audiobook apps, and you lose features like automatic metadata matching.
For most users, a dedicated Music library is the better choice.
Folder Structure
Organize your audiobook files following Plex's music folder structure. Each audiobook should be in its own folder, nested under the author name:
Audiobooks/
Author Name/
Book Title (Year)/
01 - Chapter One.mp3
02 - Chapter Two.mp3
03 - Chapter Three.mp3
cover.jpg
If your audiobook is a single file (common with M4B format), the structure is simpler:
Audiobooks/
Author Name/
Book Title (Year)/
Book Title.m4b
cover.jpg
Key points about folder structure:
- Keep each book in its own folder to prevent Plex from merging files from different books
- Use the author name as the top-level folder (Plex treats this as the "artist")
- Number your chapter files with zero-padded track numbers (01, 02, 03) to ensure correct ordering
- Include a
cover.jpgin the book folder for artwork
Audio File Formats
Plex supports all common audio formats for audiobooks:
- M4B: The standard audiobook format. Supports embedded chapters within a single file, making it the cleanest option. M4B is essentially an M4A file with a different extension, so Plex handles it natively.
- MP3: Universally compatible. Multi-chapter audiobooks use one MP3 per chapter. Lacks single-file chapter support, so you need a separate file for each chapter.
- M4A/AAC: Same codec as M4B but without the audiobook-specific container. Works fine in Plex.
- FLAC: Lossless audio. Overkill for spoken word but works if that is what you have.
M4B is the best format for audiobooks in Plex because it supports chapters within a single file. This means you do not need dozens of individual files per book, and chapter navigation works within the file itself.
Tagging Metadata with MP3Tag
Proper metadata tags are critical for Plex to display your audiobooks correctly. MP3Tag (available for Windows, with a macOS version available) is the standard tool for editing audio file tags. Here are the fields that matter for audiobooks:
| Tag Field | What to Enter | Plex Mapping |
|---|---|---|
| Title | Chapter name or number | Track title |
| Album | Book title | Album name |
| Artist / Album Artist | Author name | Artist name |
| Track Number | Chapter number (1, 2, 3...) | Track order |
| Year | Publication year | Release year |
| Genre | "Audiobook" or specific genre | Genre filter |
| Comment | Narrator name (optional) | Visible in details |
| Cover Art | Book cover image | Album artwork |
In MP3Tag, select all files for a single audiobook, then set the Album, Artist, Album Artist, Year, and Genre fields consistently across all files. Set individual track numbers and titles for each chapter file.
Setting the Genre to "Audiobook" across all your audiobook files lets you use Plex's genre filter to separate audiobooks from music if they ever end up in the same library.
Prologue: The Best iOS Audiobook App for Plex
The standard Plex app works for audiobook playback, but it lacks audiobook-specific features like bookmarking, sleep timers, and playback speed control. Prologue is a dedicated iOS audiobook player that connects directly to your Plex server.
Why Prologue
- Designed for audiobooks: The interface is built around books, not albums. It shows book covers, author names, and reading progress.
- Chapter navigation: Jump between chapters with a tap. For M4B files with embedded chapters, Prologue displays each chapter individually.
- Playback speed: Speed up or slow down narration (0.5x to 3x) without affecting pitch.
- Sleep timer: Set a timer to stop playback after a specified duration or at the end of the current chapter.
- Offline downloads: Download audiobooks to your device for offline listening without using the Plex Sync feature.
- Progress sync: Syncs your listening position back to Plex, so you can pick up where you left off on any device.
Setting Up Prologue
Install Prologue from the App Store, sign in with your Plex account, and select the Music library that contains your audiobooks. Prologue will display your audiobooks with cover art and let you browse by author, title, or recently added. It only shows content from the library you select, so your music library remains separate.
Chapter Support
Chapter navigation depends on your file format:
- M4B with embedded chapters: Plex and Prologue both recognize the chapter markers. You can jump to any chapter within the single file. This is the ideal setup.
- Multiple MP3/M4A files (one per chapter): Each file appears as a separate track. Navigation between chapters means switching tracks. This works but is less elegant than embedded chapters.
- Single MP3 without chapters: No chapter navigation is possible. You can only scrub through the file manually. Avoid this format if your audiobook is more than a few hours long.
If you have audiobooks as single MP3 files without chapters, consider converting them to M4B with chapter markers using a tool like m4b-tool (a command-line utility) or Audiobookshelf (which can merge and chapter-mark files automatically).
Progress Tracking and Bookmarking
Plex tracks playback position for audio tracks, but its implementation is designed for music (where you typically listen to entire songs) rather than audiobooks (where you stop mid-chapter and resume later). Here is how to make progress tracking reliable:
- Use Prologue or a dedicated audiobook app. These apps manage bookmarks more carefully than the standard Plex music player.
- Do not shuffle. Make sure shuffle is turned off in whatever player you use. Shuffled audiobook chapters are a nightmare.
- Use M4B files when possible. Single-file audiobooks with chapters have simpler progress tracking than multi-file audiobooks where the position spans both a track number and a timestamp within that track.
Audible Audiobook Considerations
If you have purchased audiobooks from Audible, those files are in Audible's proprietary AAX or AAXC format with DRM. Plex cannot play DRM-protected files directly. Audible's terms of service restrict how you can use purchased content, so check your local laws and Audible's policies regarding format conversion before proceeding.
If you determine that converting your purchased Audible files for personal use is permitted in your jurisdiction, tools like OpenAudible or AAXtoMP3 can convert AAX files to standard M4B or MP3 format while preserving chapter markers. The converted files can then be added to your Plex audiobook library like any other audio file.
Alternative: Audiobookshelf
If audiobooks are a major part of your media consumption, consider running Audiobookshelf alongside Plex. Audiobookshelf is a self-hosted audiobook server purpose-built for the format. It handles chapters, bookmarks, progress tracking, and metadata matching natively. You can run both Plex (for video, music, and photos) and Audiobookshelf (for audiobooks) on the same machine, each serving the content type it handles best.
Phlix -- The Photo Browser for Plex
Just as audiobooks deserve a dedicated player, your Plex photos deserve a dedicated browser. Phlix offers a chronological timeline, offline downloads, and 4K AirPlay slideshows. Free to browse, Pro from $6.99/yr.
Download Phlix FreeiOS 17+ · Works with any Plex Media Server