From 4252bd88e9b1338036e5e60b6c25a8f061324fc0 Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Mon, 11 May 2026 05:29:31 +0200 Subject: [PATCH] docs: mention jellyfin support --- Casks/plezy.rb | 2 +- README.md | 23 +++++++++++------------ linux/packaging/build-packages.py | 2 +- linux/packaging/com.edde746.plezy.desktop | 4 ++-- pubspec.yaml | 2 +- 5 files changed, 16 insertions(+), 17 deletions(-) diff --git a/Casks/plezy.rb b/Casks/plezy.rb index b5be61f1..b709a130 100644 --- a/Casks/plezy.rb +++ b/Casks/plezy.rb @@ -4,7 +4,7 @@ cask "plezy" do url "https://github.com/edde746/plezy/releases/download/#{version}/plezy-macos.dmg" name "Plezy" - desc "Modern Plex client built with Flutter" + desc "Modern Plex and Jellyfin client built with Flutter" homepage "https://github.com/edde746/plezy" livecheck do diff --git a/README.md b/README.md index ddea354e..4060b0b4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Plezy -A modern Plex client for desktop and mobile. Built with Flutter for native performance and a clean interface. +A modern client for Plex and Jellyfin on desktop and mobile. Built with Flutter for native performance and a clean interface.
@@ -39,7 +39,7 @@ A modern Plex client for desktop and mobile. Built with Flutter for native perfo
### Browse & Discover
- Libraries, collections, and playlists
-- Discover hub — On Deck, trending, and personalized recommendations
+- Discover hub — Continue Watching, Next Up, trending, and recommendations
- Cross-server search
- Filtering, sorting, and alphabetical jump navigation
- Extras — trailers, deleted scenes, behind-the-scenes
@@ -49,10 +49,10 @@ A modern Plex client for desktop and mobile. Built with Flutter for native perfo
- HDR and Dolby Vision (not Linux)
- Full ASS/SSA subtitles with customizable styling
- Online subtitle search & download
-- Audio & subtitle preferences synced with Plex profile
+- Audio & subtitle preferences synced with your server profile
- Progress sync and resume
- Auto-play next episode with skip intro / skip credits
-- Chapter navigation with BIF thumbnail scrub previews
+- Chapter navigation with thumbnail scrub previews
- Playback speed, audio sync offset, sleep timer
- Ambient lighting and GLSL shader presets
- Picture-in-Picture on Android, iOS, and macOS
@@ -60,10 +60,9 @@ A modern Plex client for desktop and mobile. Built with Flutter for native perfo
- External player launch (VLC, MX Player, etc.)
###
Live TV & DVR
-- EPG guide grid
-- Channel tuning with favorites
-- DVR recording rules and scheduled recordings
-- Multi-server DVR support
+- Live TV channel browsing with favorites
+- Plex DVR support with EPG guide, recording rules, and scheduled recordings
+- Multi-server Live TV support where available
###
Downloads & Offline
- Download media for offline viewing
@@ -76,7 +75,7 @@ A modern Plex client for desktop and mobile. Built with Flutter for native perfo
- Real-time play / pause / seek sync
###
Integrations
-- Discord Rich Presence
+- Discord Rich Presence for Plex
- Trakt scrobbling
- Plezy Remote — control desktop and TV from mobile
- Android TV Watch Next row
@@ -84,14 +83,14 @@ A modern Plex client for desktop and mobile. Built with Flutter for native perfo
###
Platform & Customization
- Desktop, mobile, and TV — full D-pad, keyboard, and gamepad support
- Customizable keyboard shortcuts on desktop
-- In-app metadata and artwork editing
+- Plex metadata and artwork editing
- Localized in 14 languages
## Building from Source
### Prerequisites
- Flutter SDK 3.8.1+
-- A Plex account with server access
+- A Plex account or Jellyfin server with user credentials
### Setup
@@ -114,5 +113,5 @@ dart run build_runner build --delete-conflicting-outputs
## Acknowledgments
- Built with [Flutter](https://flutter.dev)
-- Designed for [Plex Media Server](https://www.plex.tv)
+- Supports [Plex Media Server](https://www.plex.tv) and [Jellyfin](https://jellyfin.org)
- Playback powered by [mpv](https://mpv.io) via [MPVKit](https://github.com/mpvkit/MPVKit) and [libmpv-android](https://github.com/jarnedemeulemeester/libmpv-android)
diff --git a/linux/packaging/build-packages.py b/linux/packaging/build-packages.py
index 821440ce..27436dfd 100755
--- a/linux/packaging/build-packages.py
+++ b/linux/packaging/build-packages.py
@@ -19,7 +19,7 @@ METADATA = {
"vendor": "edde746",
"maintainer": "edde746