-
Notifications
You must be signed in to change notification settings - Fork 344
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
Comments
|
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. |
|
@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. |
|
closed in commit 3364fda |
|
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. |
|
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. |
|
Default color is now fixed in 77a1ff3 |
Some improvements to the program guide have been requested:
If anybody has other requests please add them as comments to this feature request
The text was updated successfully, but these errors were encountered: