enigma2 icon indicating copy to clipboard operation
enigma2 copied to clipboard

`Record` menu item numbers differ

Open wedebe opened this issue 1 year ago • 4 comments

! Before you log an issue, have you updated to the most recent version? It's possible the issue may have already been fixed. 2023-10-24

Describe the bug / Actual behaviour: Menu items in the Record menu are assigned various numbers. As elsewhere (eg. Channel List context menu), each item should be assigned a designated number so users can quickly and easily do what they need, instead of having to visually scroll the menu.

Eg:

(Button)		(Action)
1                 	Stop recording
1 2	          	Record event
  2 3	          	Record indefinitely
    3 4	        	Record duration
      4 5         	Record until time
          6       	Change recording duration
            7     	Change recording end time
        5     8  	Stop timer recording
        5 6   8 9	Do not record

Expected behaviour:

  • Numbers assigned to menu items should remain consistent per item, regardless of how many items are in the menu. (See the Channel List context menu for a good example).
  • Stop recording should appear below Change recording end time
  • Perhaps 0 for Do not record would be more appropriate?

An example:

1 Record event
2 Record indefinitely
3 Record duration
4 Record until time
5 Change recording duration
6 Change recording end time
7 Stop recording*
8 Stop timer recording
0 Do not record

With a timer recording and no instant recording in progress:

1 Record event
2 Record indefinitely
3 Record duration
4 Record until time
8 Stop timer recording
0 Do not record

Has this issue started to happen just recently? No, has always been an issue

To reproduce: Steps to reproduce the behavior:

  1. Set various combinations of timer and instant recording and check the Record menu
  2. Observe number change for specific items (eg. Do not record can be any of , 6, 8, or 9)

Screenshots rec-no-timer-20231026221428 rec-instant-20231026221701 rec-timer-20231026220924 rec-instant timer-20231026221749

Image/Box Model (please complete the following information):

  • Version: 7.3
  • BoxModel: N/A

Additional context *Adding a hotkey of Stop button for Stop recording would be a nice bonus for this menu, or display ⬛ Stop recording in place of the number 7?

wedebe avatar Oct 27 '23 09:10 wedebe