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

Improve web-app Program Guide #822

Closed
bennettpeter opened this issue Dec 4, 2023 · 6 comments
Closed

Improve web-app Program Guide #822

bennettpeter opened this issue Dec 4, 2023 · 6 comments

Comments

@bennettpeter
Copy link
Member

Some improvements to the program guide have been requested:

  • Display 3 hours instead of 2 hours in the grid
  • Use different background colors for different genres of program.

If anybody has other requests please add them as comments to this feature request

@bennettpeter bennettpeter self-assigned this Dec 4, 2023
@kmdewaal
Copy link
Contributor

kmdewaal commented Dec 4, 2023

In the program guide it is possible to scroll up and down, but it is NOT possible to scroll left to right. This has to be done by clicking on arrows to go the full screen width later or earlier.
It would be great if you can scroll from left to right (and back) in the same way that you can scroll up and down.

@bennettpeter
Copy link
Member Author

@kmdewaal There is no easy way I could find to add horizontal scrolling. A huge amount of data would be involved if you could scroll horizontally for 14 days, so it would need a lazy load. Lazy loadfis available for vertical scroll, but I don't know about using it for horizontal scrolll.

@bennettpeter
Copy link
Member Author

closed in commit 3364fda

@kmdewaal
Copy link
Contributor

While we are at it... it would be nice if the program guide can filter on Channel Group, similar to how the Channel Editor can filter on video source. Since channel groups are automaticaly created for each video source this makes it then possible to view only the channels for one video source. Of course, this then also makes it possible to select a manually created channel group. This is functionality that is present in mythfrontend.

@kmdewaal
Copy link
Contributor

kmdewaal commented Dec 24, 2023

Channel Group selection works perfect. Thanks!

Looking at the latest version of the program guide, the background for the subtitle is colored with a dark color when it is a Series, TV Show, Movie or Sports. This gives good contrast for the subtitle text color which is white.

(To be explicit, this is about the program guide where you have Title / Subtitle / Description. Nothing to do with closed captions.)

However, for other types of shows the background is very light grey and the subtitle text color is white. This is not readable.
I suggest to make the default background also a dark color, or to change the text color to black when it is written on top of a light background.

@bennettpeter
Copy link
Member Author

Default color is now fixed in 77a1ff3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants