Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detachment of the list of commands for selecting a signal source from the list of signal sources. #912

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 28, 2022

  1. Detachment of the list of commands for selecting a signal source from…

    … the list of signal sources.
    
    There is one serious flaw in the current implementation of the media player: if I don't want to see channels in the source list (on TV), then I can't select a channel using a script (with a number).
    This happens because channel switching commands are removed from the list of commands using a custom configuration (not everyone needs channel numbers in the list of sources, this is personally inconvenient for me).
    Adding a copy of the dictionary with commands for generating a list of signal sources solves this problem, since in this case the original set of commands remains unchanged and switching channels by number will be available. At the same time, the list of devices will be based on the list of commands from the device configuration, but can be shortened (edited) by the user in the yaml device configuration without affecting the functionality of the device.
    glebsterx committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    23604aa View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    62b875a View commit details
    Browse the repository at this point in the history