You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently there are two program args at the moment: user-data path and path of cec-client. It would be nice to have additionally command-line switches for
fullscreen mode and
resolution.
Use-case
I start Emby with xinit on a desktopless linux on startup. The default resolution is 720x480px. It would be nice to start Emby per one-liner, rather than by editing ~/.config/Electron/windowstate.json.
Also parsing double hyphen options like
electron main.js --fullscreen
would be nice (for example with the help of the yargs package).
The text was updated successfully, but these errors were encountered:
Apparently there are two program args at the moment: user-data path and path of cec-client. It would be nice to have additionally command-line switches for
Use-case
I start Emby with xinit on a desktopless linux on startup. The default resolution is 720x480px. It would be nice to start Emby per one-liner, rather than by editing
~/.config/Electron/windowstate.json
.Also parsing double hyphen options like
electron main.js --fullscreen
would be nice (for example with the help of the yargs package).
The text was updated successfully, but these errors were encountered: