News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

EPG VDR

Started by pointman87, March 06, 2017, 06:34:24 PM

Previous topic - Next topic

pointman87

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
BR Daniel

[url="http://wiki.linuxmce.org/index.php/User:Pointman87"]http://wiki.linuxmce.org/index.php/User:Pointman87[/url]

Marie.O

I prefer the num pad plus color keys.

Did you use the Sarah wizard to change back to VDR?
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

pointman87

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
BR Daniel

[url="http://wiki.linuxmce.org/index.php/User:Pointman87"]http://wiki.linuxmce.org/index.php/User:Pointman87[/url]

Marie.O

Did the MythTV screen look like the first VDR screen, ie. with EPG data?
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

Marie.O

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

If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

pointman87

Worked like a charm, enjoy the coffee   ;)

That would be an awesome toggle switch in webadmin :D

BR Daniel
BR Daniel

[url="http://wiki.linuxmce.org/index.php/User:Pointman87"]http://wiki.linuxmce.org/index.php/User:Pointman87[/url]

Marie.O

Thanks for the feedback and the coffee. Greatly appreciated.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]