TokyoTF / live-rec

With this application you can record livestream +18 from these pages: camsoda, chaturbate and more
The Unlicense
3 stars 0 forks source link

Feature: WebUI for Headless Server / NAS #4

Open Fastfinguh opened 2 weeks ago

Fastfinguh commented 2 weeks ago

Since this is Electron / .js could you please add an optional webui to add/remove models via WebUI

This would make the app very easy to use on headless linux servers or NAS storages

TokyoTF commented 2 weeks ago

It is very complicated because things that are used as electronAPI are not compatible outside the app, but what it could do is a simplified version that is compatible with Linux.

Fastfinguh commented 2 weeks ago

A simplified version would be fine too. Don't need previews on Linux server since I can't see them anyway. Maybe a bash script like sh live-rec add site:model -> sh live-rec add cb:cassies1 to start recording and sh live-rec remove site:model -> sh live-rec remove cb:cassies1 to stop recording

Thank you for taking it into consideration