Infobar EPG Options...

Moderators: Gully, peteru

Post Reply
IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Infobar EPG Options...

Post by IanSav » Mon Jul 04, 2016 11:28

Hi,

Does anyone have any knowledge or insight into why the Infobar EPG has had its Text mode display removed? At the moment the Infobar EPG has the following two "View mode" options "Multi EPG" and "Single EPG". In reality the code supports three modes "Text Multi EPG", "Graphics Multi EPG" and "Single EPG".

If users wish to try out restoring the missing mode then simply find the definition for "config.epgselection.infobar_type_mode" in "Components/UsageConfig.py" and replace "ConfigSelection(default="graphics", choices=[("graphics", _("Multi EPG")), ("single", _("Single EPG"))])" with "ConfigSelection(default="graphics", choices=[("text", _("Text Multi EPG")), ("graphics", _("Graphics Multi EPG")), ("single", _("Single EPG"))])". In other words simply insert the missing text mode option.

To complete the job edit "setup.xml", find the "epginfobargraphical" block and change the "View mode" description to "Choose the layout view mode (Text / Graphics Multi channel EPG or Single channel EPG).".

Does anyone have an objection to my creating a pull request to formally restore this missing mode of operation?

Regards,
Ian.

prl
Wizard God
Posts: 32709
Joined: Tue Sep 04, 2007 13:49
Location: Canberra; Black Mountain Tower transmitters

Re: Infobar EPG Options...

Post by prl » Mon Jul 04, 2016 12:29

IanSav wrote:Hi,

Does anyone have any knowledge or insight into why the Infobar EPG has had its Text mode display removed? At the moment the Infobar EPG has the following two "View mode" options "Multi EPG" and "Single EPG". In reality the code supports three modes "Text Multi EPG", "Graphics Multi EPG" and "Single EPG". ...
It appears to have been created that way back in Jan 2013. See commit f02939ac, "[EPG] add new Graphical Info Bar Epg, please note all epg settings will be reset." That's the entirety of the commit message, so If you want to know why it was done that way, I guess you'd have to ask Andy Blackburn.
Peter
T4 HDMI
U4, T4, T3, T2, V2 test/development machines
Sony BDV-9200W HT system
LG OLED55C9PTA 55" OLED TV

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: Infobar EPG Options...

Post by IanSav » Mon Jul 04, 2016 13:16

Hi Prl,

What do you think about a pull request to restore the text mode option?

Regards,
Ian.

prl
Wizard God
Posts: 32709
Joined: Tue Sep 04, 2007 13:49
Location: Canberra; Black Mountain Tower transmitters

Re: Infobar EPG Options...

Post by prl » Mon Jul 04, 2016 13:32

IanSav wrote:..
What do you think about a pull request to restore the text mode option?
...
If it works, why not? I've always wondered a bit why it wasn't enabled.
Peter
T4 HDMI
U4, T4, T3, T2, V2 test/development machines
Sony BDV-9200W HT system
LG OLED55C9PTA 55" OLED TV

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: Infobar EPG Options...

Post by IanSav » Mon Jul 04, 2016 13:49

Hi Prl,
prl wrote:If it works, why not? I've always wondered a bit why it wasn't enabled.
So far so good. I have not encountered any issue using the changes I posted.

For OverlayHD users this change means that the Infobar EPG follows all the skin choices selected for EPG displays. :)

Regards,
Ian.

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: Infobar EPG Options...

Post by IanSav » Tue Jul 05, 2016 16:10

Hi All,

Here is a sample of the Infobar EPG in Text mode:
InfobarEPG.jpg
OverlayHD version 0.82 Infobar EPG in Text mode...
Regards,
Ian.

Sir Lancelot
Master
Posts: 184
Joined: Wed Feb 20, 2008 10:47
Location: Tweed Heads West

Re: Infobar EPG Options...

Post by Sir Lancelot » Tue Jul 05, 2016 17:07

Hi IanSav

I like it.

Regards
Lance

User avatar
MrQuade
Uber Wizard
Posts: 11844
Joined: Sun Jun 24, 2007 13:40
Location: Perth

Re: Infobar EPG Options...

Post by MrQuade » Tue Jul 05, 2016 17:07

I like the Info display at the top of the screen. It actually makes the Infobar EPG quite useful!
Logitech Harmony Ultimate+Elite RCs
Beyonwiz T2/3/U4/V2, DP-S1 PVRs
Denon AVR-X3400h, LG OLED65C7T TV
QNAP TS-410 NAS, Centos File Server (Hosted under KVM)
Ubiquiti UniFi Managed LAN/WLAN, Draytek Vigor130/Asus RT-AC86U Internet
Pixel 4,5&6, iPad 3 Mobile Devices

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: Infobar EPG Options...

Post by IanSav » Tue Jul 05, 2016 19:44

Hi,

There is a small anomaly in the sample picture I provided above. This screen uses the new date and time formatting option code that is awaiting acceptance into the repository. In this case I selected a 12 hour clock display with a lower case am/pm display. I also use the new code that makes the start time, end time and separating character a single display widget. (If there is no start or end time then the separator is *not* shown.) I have, as yet, not tied the timeline time display into the new clock display code. As a result you can see am/pm times everywhere *except* for the timeline.

I intend to add a new pull request that will correct this issue once the existing time formatting pull request has been accepted. This new pull request will remove the 12/24 hour option from the EPG setting code and make this follow the global, higher level, time format code.

Sorry for any confusion this mixed sample image may have caused.

Regards,
Ian.

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: Infobar EPG Options...

Post by IanSav » Tue Jul 05, 2016 22:05

Hi,

Pull request "#244 - Restore Infobar EPG Text mode display created.

Regards,
Ian.

IanSav
Uber Wizard
Posts: 16846
Joined: Tue May 29, 2007 15:00
Location: Melbourne, Australia

Re: Infobar EPG Options...

Post by IanSav » Tue Jul 05, 2016 23:44

Hi,

Pull request "#245 - Sync timeline time to global time format created to address the synchronisation of the EPG timeline to the global time format settings. This pull request depends on pull request "#227 - Enhance time formats being accepted.

Regards,
Ian.

Post Reply

Return to “Developers Community”