No hint button label if Copy or Rename is assigned to a button in Movie Player

Issue #421 resolved
prl created an issue

Labels are only applied to button hints if the method MovieSelection.can_function() exists and returns True.

MovieSelection.can_rename() and MovieSelection.can_copy() are missing.

Replication steps

From live TV, MEDIA, then MENU>Settings. For any of the settings Button Red/Green/Yellow/Blue, change the setting to Copy or Rename. GREEN Save. The label for the changed button does not appear on the corresponding button hint in the Movie Player selection screen.

Comments (2)

  1. Peter Urbanec

    Fix bug #421: No hint button label if Copy or Rename is assigned to a button in Movie Player

    Added required Screens.MovieSelection.MovieSelection.can_rename() and can_copy() methods.

    → <<cset 51c6b8f85372>>

  2. Log in to comment