docs: add Live TV to readme
This commit is contained in:
@@ -13,15 +13,13 @@ A modern Plex client for desktop and mobile. Built with Flutter for native perfo
|
|||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
### Mobile
|
|
||||||
<a href='https://apps.apple.com/us/app/id6754315964'><img height='60' alt='Download on the App Store' src='./assets/app-store-badge.png'/></a>
|
<a href='https://apps.apple.com/us/app/id6754315964'><img height='60' alt='Download on the App Store' src='./assets/app-store-badge.png'/></a>
|
||||||
<a href='https://play.google.com/store/apps/details?id=com.edde746.plezy'><img height='60' alt='Get it on Google Play' src='./assets/play-store-badge.png'/></a>
|
<a href='https://play.google.com/store/apps/details?id=com.edde746.plezy'><img height='60' alt='Get it on Google Play' src='./assets/play-store-badge.png'/></a>
|
||||||
<a href='https://www.amazon.com/gp/product/B0GK65CVS1'><img height='60' alt='Available at the Amazon App Store' src='./assets/amazon-badge.png'/></a>
|
<a href='https://www.amazon.com/gp/product/B0GK65CVS1'><img height='60' alt='Available at the Amazon App Store' src='./assets/amazon-badge.png'/></a>
|
||||||
|
|
||||||
### Desktop
|
- [Windows (x64, arm64)](https://github.com/edde746/plezy/releases/latest/download/plezy-windows-installer.exe)
|
||||||
- [Windows (Universal)](https://github.com/edde746/plezy/releases/latest/download/plezy-windows-installer.exe)
|
- [macOS (x64, arm64)](https://github.com/edde746/plezy/releases/latest/download/plezy-macos.dmg)
|
||||||
- [macOS (Universal)](https://github.com/edde746/plezy/releases/latest/download/plezy-macos.dmg)
|
- [Linux (x64, arm64)](https://github.com/edde746/plezy/releases/latest) - .deb, .rpm, .pkg.tar.zst, and portable tar.gz available
|
||||||
- [Linux (x64)](https://github.com/edde746/plezy/releases/latest) - .deb, .rpm, .pkg.tar.zst, and portable tar.gz available
|
|
||||||
- [NixOS/Nix](https://github.com/mio-19/nurpkgs/tree/main/pkgs/plezy) - Community package by [@mio-19](https://github.com/mio-19)
|
- [NixOS/Nix](https://github.com/mio-19/nurpkgs/tree/main/pkgs/plezy) - Community package by [@mio-19](https://github.com/mio-19)
|
||||||
- **Homebrew** (macOS):
|
- **Homebrew** (macOS):
|
||||||
```bash
|
```bash
|
||||||
@@ -49,6 +47,12 @@ A modern Plex client for desktop and mobile. Built with Flutter for native perfo
|
|||||||
- Progress sync and resume
|
- Progress sync and resume
|
||||||
- Auto-play next episode
|
- Auto-play next episode
|
||||||
|
|
||||||
|
### 📺 Live TV & DVR
|
||||||
|
- EPG guide grid
|
||||||
|
- Channel tuning
|
||||||
|
- DVR recording rules and scheduled recordings
|
||||||
|
- Multi-server DVR support
|
||||||
|
|
||||||
### 📥 Downloads
|
### 📥 Downloads
|
||||||
- Download media for offline viewing
|
- Download media for offline viewing
|
||||||
- Background downloads with queue management
|
- Background downloads with queue management
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
name: plezy
|
name: plezy
|
||||||
description: "A beautiful Plex client for Flutter"
|
description: "A beautiful Plex client for Flutter"
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 1.18.0+39
|
version: 1.18.0+40
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.8.1
|
sdk: ^3.8.1
|
||||||
|
|||||||
Reference in New Issue
Block a user