Ombrelin / plex-rich-presence

A desktop app to enable discord rich presence for your Plex Media Server Activity
MIT License
186 stars 16 forks source link

CLI Version #56

Open JamesDAdams opened 2 years ago

JamesDAdams commented 2 years ago

Hi, there are a cli version for plex-rich-presence ? Because I would like to create a docker container to run the software h24.

Ombrelin commented 2 years ago

Hello, No there isn't one yet. I'll definetly do it in the upcoming rewrite !

Ombrelin commented 2 years ago

Hello, I was triaging issues as I am planning the rewrite and I think that your use case of running you app in a docker container is not possible. To trigger the rich presence, my app sends a signal to a discord client running on the same machine, I don't see how that could work in a docker container ?

JamesDAdams commented 2 years ago

Hello, I was triaging issues as I am planning the rewrite and I think that your use case of running you app in a docker container is not possible. To trigger the rich presence, my app sends a signal to a discord client running on the same machine, I don't see how that could work in a docker container ?

A discord install in a docker container with X11 (the overkill thing :D )

Ombrelin commented 2 years ago

Okay I see, did not think about that ! I'll definetly include this in the new version given the low effort required. Once done, I'd be interested if you documented your docker setup :p

JamesDAdams commented 2 years ago

Okay I see, did not think about that ! I'll definetly include this in the new version given the low effort required. Once done, I'd be interested if you documented your docker setup :p

Check this https://github.com/davidk/docker-discord

JamesDAdams commented 2 years ago

there is this too, but i don't know if it would work, https://www.npmjs.com/package/discord-rpc

Ombrelin commented 2 years ago

This NPM package is a simple RPC discord client in the same fashion I already use in the app

JamesDAdams commented 2 years ago

ok