Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A desktop app to enable discord rich presence for your Plex Media Server Activity

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)