Author Topic: EPG VDR  (Read 3839 times)

pointman87

  • Guru
  • ****
  • Posts: 171
    • View Profile
EPG VDR
« 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
« Last Edit: March 06, 2017, 06:37:23 pm by pointman87 »

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: EPG VDR
« Reply #1 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?

pointman87

  • Guru
  • ****
  • Posts: 171
    • View Profile
Re: EPG VDR
« Reply #2 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

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: EPG VDR
« Reply #3 on: March 07, 2017, 11:32:45 am »
Did the MythTV screen look like the first VDR screen, ie. with EPG data?

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: EPG VDR
« Reply #4 on: March 07, 2017, 11:38:17 am »
If it did, change the association of the screens to the MythTV screen, ie.
Code: [Select]
//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:

Code: [Select]
//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.
Code: [Select]
sudo mysql pluto_main

pointman87

  • Guru
  • ****
  • Posts: 171
    • View Profile
Re: EPG VDR
« Reply #5 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

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: EPG VDR
« Reply #6 on: March 07, 2017, 04:52:17 pm »
Thanks for the feedback and the coffee. Greatly appreciated.