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
I prefer the num pad plus color keys.
Did you use the Sarah wizard to change back to VDR?
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
Did the MythTV screen look like the first VDR screen, ie. with EPG data?
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
Worked like a charm, enjoy the coffee ;)
That would be an awesome toggle switch in webadmin :D
BR Daniel
Thanks for the feedback and the coffee. Greatly appreciated.