docs: mention jellyfin support
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Plezy
|
||||
</h1>
|
||||
|
||||
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.
|
||||
|
||||
<p align="center">
|
||||
<img src="assets/screenshots/macos-home.png" alt="Plezy macOS Home Screen" width="800" />
|
||||
@@ -39,7 +39,7 @@ A modern Plex client for desktop and mobile. Built with Flutter for native perfo
|
||||
|
||||
### <img src="assets/readme_icons/browse.svg" height="20" alt="" align="center" /> 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.)
|
||||
|
||||
### <img src="assets/readme_icons/live-tv.svg" height="20" alt="" align="center" /> 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
|
||||
|
||||
### <img src="assets/readme_icons/downloads.svg" height="20" alt="" align="center" /> 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
|
||||
|
||||
### <img src="assets/readme_icons/integrations.svg" height="20" alt="" align="center" /> 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
|
||||
### <img src="assets/readme_icons/customization.svg" height="20" alt="" align="center" /> 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)
|
||||
|
||||
@@ -19,7 +19,7 @@ METADATA = {
|
||||
"vendor": "edde746",
|
||||
"maintainer": "edde746 <noreply@github.com>",
|
||||
"url": "https://github.com/edde746/plezy",
|
||||
"description": "A modern Plex client for desktop and mobile",
|
||||
"description": "A modern Plex and Jellyfin client for desktop and mobile",
|
||||
}
|
||||
|
||||
# Icon sizes to generate
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Plezy
|
||||
Comment=A modern Plex client for desktop and mobile
|
||||
Comment=A modern Plex and Jellyfin client for desktop and mobile
|
||||
Exec=plezy
|
||||
Icon=plezy
|
||||
Terminal=false
|
||||
Categories=AudioVideo;Video;Player;
|
||||
Keywords=plex;media;streaming;video;
|
||||
Keywords=plex;jellyfin;media;streaming;video;
|
||||
StartupWMClass=plezy
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
name: plezy
|
||||
description: "A beautiful Plex client for Flutter"
|
||||
description: "A beautiful Plex and Jellyfin client for Flutter"
|
||||
publish_to: "none"
|
||||
version: 2.0.0+85
|
||||
|
||||
|
||||
Reference in New Issue
Block a user