From 3b0b407cd06ea1537df7ed0469eae7bd2a465bac Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Wed, 5 Aug 2026 05:28:48 +0200 Subject: [PATCH] docs: list Emby alongside Plex and Jellyfin Feature footnotes distinguish the two MediaBrowser backends where they diverge: favorite and unwatched filters work on both, while Quick Connect stays Jellyfin-only because Emby exposes no such route. LAN discovery covers both, since Emby answers only its own datagram. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e3688da6..d2b961d0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Plezy -A modern client for Plex and Jellyfin on desktop, mobile, and TV. Built with Flutter for native performance and a clean interface. +A modern client for Plex, Jellyfin, and Emby on desktop, mobile, and TV. Built with Flutter for native performance and a clean interface.

Website · @@ -52,11 +52,11 @@ Package managers: ### Browse & Discover - Libraries, collections, and playlists — video and audio - Discover hub — Continue Watching, Next Up, trending, and recommendations -- Cross-server search across every connected Plex and Jellyfin server +- Cross-server search across every connected Plex, Jellyfin, and Emby server - Filtering, sorting, and alphabetical jump navigation - Folder browsing and folder playback — home-video libraries open in folder view - Resolution, HDR/Dolby Vision, and audio-format badges on cards and detail pages -- Favorites and unwatched library filters[^jf] +- Favorites and unwatched library filters[^mb] - Extras — trailers, deleted scenes, behind-the-scenes ### Explore & Requests @@ -119,9 +119,9 @@ Package managers: ### Platform & Customization - Desktop, mobile, and TV — full D-pad, keyboard, and gamepad support -- Multiple servers at once — Plex and Jellyfin side by side +- Multiple servers at once — Plex, Jellyfin, and Emby side by side - Profiles with per-profile downloads, watch state, and settings; Plex Home switching with PIN -- Jellyfin local-server discovery, multiple URLs per server, and Quick Connect sign-in +- Jellyfin and Emby local-server discovery and multiple URLs per server; Quick Connect sign-in[^jf] - TV layout options — corner spotlight backdrop, full-card artwork, and Force TV mode on desktop - Customizable keyboard shortcuts[^desktop] - Metadata and artwork editing @@ -129,6 +129,7 @@ Package managers: - Localized in English plus 21 translations [^jf]: Jellyfin only. +[^mb]: Jellyfin and Emby only. [^plex]: Plex only. [^connect]: Requires connecting the service under Settings > Services. [^hdr]: In-app HDR toggle on Windows, macOS, iOS, and tvOS. Dolby Vision on Android and Apple TV. @@ -148,7 +149,7 @@ Package managers: ### Prerequisites - Flutter SDK 3.44.0+ -- A Plex account or Jellyfin server with user credentials +- A Plex account, or a Jellyfin or Emby server with user credentials ### Setup @@ -203,5 +204,5 @@ Plezy is licensed under [GPL-3.0](LICENSE). ## Acknowledgments - Built with [Flutter](https://flutter.dev) -- Supports [Plex Media Server](https://www.plex.tv) and [Jellyfin](https://jellyfin.org) +- Supports [Plex Media Server](https://www.plex.tv), [Jellyfin](https://jellyfin.org), and [Emby](https://emby.media) - Playback powered by [mpv](https://mpv.io), [MPVKit](https://github.com/mpvkit/MPVKit), Android [ExoPlayer](https://developer.android.com/media/media3/exoplayer), [libass-android](https://github.com/peerless2012/libass-android), and [libmpv-android](https://github.com/jarnedemeulemeester/libmpv-android)