LinuxMCE Forums

General => Users => Topic started by: pointman87 on March 06, 2017, 06:34:24 PM

Title: EPG VDR
Post by: pointman87 on March 06, 2017, 06:34:24 PM
Hello all!
After i installed my 14.04 AMD64 system, choose VDR for TV, i had EPG channel list on my orbiters, GREAT!
But after an experiment changing to MythTV for TV, epic fail it and changed back to VDR, i now have the number keypad with color keys instead for channel list. How do i get the EPG channel list back?

BR Daniel
Title: Re: EPG VDR
Post by: Marie.O on March 06, 2017, 09:00:31 PM
I prefer the num pad plus color keys.

Did you use the Sarah wizard to change back to VDR?
Title: Re: EPG VDR
Post by: pointman87 on March 07, 2017, 07:21:13 AM
I do to, its easier to use vdr menus, but SWMBO doesnt  ;D
Yes i used Sarah, first to change to Myth then again to change to VDR.

BR Daniel
Title: Re: EPG VDR
Post by: Marie.O on March 07, 2017, 11:32:45 AM
Did the MythTV screen look like the first VDR screen, ie. with EPG data?
Title: Re: EPG VDR
Post by: Marie.O on March 07, 2017, 11:38:17 AM
If it did, change the association of the screens to the MythTV screen, ie.

//to associate LiveTV with Myth:
UPDATE MediaType_DesignObj SET FK_Screen=48, FK_Screen_OSD=128, FK_DesignObj_Popup=4898 WHERE psc_id=3 ";


To change back to the VDR screen:


//to associate LiveTV with VDR:
UPDATE MediaType_DesignObj SET FK_Screen=117, FK_Screen_OSD=278, FK_DesignObj_Popup=5576 WHERE psc_id=3";


The SQL statements above are to be used inside of the pluto_main database as user root, ie.

sudo mysql pluto_main

Title: Re: EPG VDR
Post by: pointman87 on March 07, 2017, 04:45:28 PM
Worked like a charm, enjoy the coffee   ;)

That would be an awesome toggle switch in webadmin :D

BR Daniel
Title: Re: EPG VDR
Post by: Marie.O on March 07, 2017, 04:52:17 PM
Thanks for the feedback and the coffee. Greatly appreciated.