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

Include Channel Number with Live TV Channels #2017

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

Conversation

michaelcresswell
Copy link

Changes

Adds a channel number to Live TV displays.

Issues

Fixes #2016

@michaelcresswell michaelcresswell requested a review from a team as a code owner October 27, 2024 16:56
@michaelcresswell michaelcresswell marked this pull request as draft October 28, 2024 11:44
@michaelcresswell michaelcresswell changed the title Draft: Include Channel Number with Live TV Channels Include Channel Number with Live TV Channels Oct 28, 2024
@@ -5,7 +5,11 @@ import "pkg:/source/utils/config.bs"
sub setFields()
json = m.top.json
m.top.id = json.id
m.top.title = json.name
if isValid(json.number)
m.top.title = `CH ${json.number} ${json.name}`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do all languages use CH to abbreviate "Channel"? We should probably be translating this string so other languages can customize it if needed

@cewert cewert added the general-improvement Quality of life improvements that don't add new functionality. label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
general-improvement Quality of life improvements that don't add new functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include Channel Number with Live TV Channel Title
4 participants