Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ombrelin/plex-rich-presence
A desktop app to enable discord rich presence for your Plex Media Server Activity
https://github.com/Ombrelin/plex-rich-presence
Last synced: 10 days ago
JSON representation
A desktop app to enable discord rich presence for your Plex Media Server Activity
- Host: GitHub
- URL: https://github.com/Ombrelin/plex-rich-presence
- Owner: Ombrelin
- License: mit
- Created: 2020-04-12T17:42:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T22:14:43.000Z (2 months ago)
- Last Synced: 2024-10-11T19:44:12.344Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 68 MB
- Stars: 187
- Watchers: 5
- Forks: 16
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!WARNING]
> **Status of the project**
> This project in in maintenance only-mode. As I'm not a PLEX user anymore, I won't be working on new features for this project.
> However, I will still review and integrate contributions, feel free to send a PR if you want to develop a specific feature.# Plex Rich Presence
Plex Rich Presence is a multiplatform .NET 6 GUI App that allows you to display your current PLEX session in your Discord Rich presence status.
New features from version 2.0 :
- Supports non-admin users
- Supports choosing a server
- CLI version
- PLEX SSO Login## Release Version
Releases for windows and linux can be found [here](https://github.com/Ombrelin/plex-rich-presence/releases/latest)
## Screenshots
![screenshots](screenshots/login.png)
![screenshots](screenshots/server.png)
![screenshots](screenshots/activity.png)
## Build & Run form sources
Requires .NET 6+ SDK
```
cd src/PlexRichPresence.UI.Avalonia
dotnet run
```## Libraries used
- AvaloniaUI
- .NET MVVM Toolkit
- Microsoft DI
- Moq
- PlexApi
- Discord RPC .NET
- FluentAssertions## Special Thanks
[@GrandKhan] for the logo
Thanks to [Discord](https://discord.com/) and [PLEX Media Server](https://plex.tv)