grigio / obs-cmd

obs-cmd is a OBS cli for obs-websocket v5 the current obs-studio implementation. It is useful on Wayland Linux or to control OBS via terminal
MIT License
125 stars 20 forks source link

Flatpak package #15

Open orowith2os opened 1 year ago

orowith2os commented 1 year ago

In working on obs-cmd, I noticed that it's a fairly niche tool, and the status of its development puts it into a bit of a weird situation with packaging - not to mention that it being in Rust makes some distros (Fedora) angry.

I'd love to help develop this (such that it's feature complete), and having a Flatpak package for it would help in getting it out to users faster.

If you're fine with it, I can submit obs-cmd to Flathub and automate the updating and maintenance of it.

grigio commented 1 year ago

I tried OBS via flatpak and I had issues with some plugins, so now I'm using OBS via AUR.

If you're fine with it, I can submit obs-cmd to Flathub and automate the updating and maintenance of it.

Yeah I'm fine with it if it do not add too many complexity/dependencies

orowith2os commented 1 year ago

I tried OBS via flatpak and I had issues with some plugins, so now I'm using OBS via AUR.

I expect more to be using the OBS Flatpak, since that's the only one of two packages officially supported by OBS.

But also, an obs-cmd flatpak would work regardless of OBS package type, so long as the websocket exists.

grigio commented 1 year ago

can you add it to the CI ? So it will produce a flatpak package automatically at every release?

orowith2os commented 1 year ago

The flatpak would be automatically updated and released when this repo releases too, by way of Flathub's own CI.