diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-04 20:37:26 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-04 20:37:26 +0100 |
commit | 26a9e750dc6f1313413524cd97e60a94e25a56ec (patch) | |
tree | ce651746328b2a2137d367d2affb82865cf0760f /TODO | |
parent | 89512313b263c9b5250b8d51e5e6eb04d0ac43e7 (diff) |
Add option to save replay/recording to a folder with the name of the game
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -24,21 +24,10 @@ Add support for window selection in capture. Add option to record the focused monitor. This works on wayland too when using kms capture since we can get cursor position without root and see which monitor (crtc) the cursor is on. -For system startup dont allow default output/input audio, as that can change after startup. For example if default output is a bluetooth devices that gets connected after startup. - Make hotkeys configurable. -Move hotkey to gsr-ui-daemon which should execute gpu-screen-recorder --info on start, write that output to /tmp/blabla (or $XDG_RUNTIME_DIR) and gsr-ui - should read that tmp file. gsr-ui should remove show/hide functions for overlay and run show on startup. - -Combobox shouldn't show all items if its the combobox at the bottom and scrolling is needed to show them all. - Filechooser should have the option to select list view, search bar and common folders/mounted drives on the left side for quick navigation. Also a button to create a new directory. -Start recording/replay/streaming with correct data from settings. -Save recording/replay/streaming status to file. -Save gsr info data to file to quick re-open. - Support wayland (excluding gnome, or force xwayland on gnome). Restart replay on system start if monitor resolution changes. @@ -61,3 +50,5 @@ Add global setting. In that setting there should be an option to enable/disable Add profiles and hotkey to switch between profiles (show notification when switching profile). Fix first frame being black. + +Add support for systray. |