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

MythTV version

Started by kyfalcon, November 08, 2011, 12:44:28 AM

Previous topic - Next topic

tschak909

MythTV_PlugIn is a plugin, which must be built with make so
MythTV_Player is a player, which must be built with make bin

-Thom

kyfalcon

Thanks Thom.

It has been a long time since I worked in C and so much has changed. Does the Myth_Player trigger the backend startup?

Kevin

tschak909

No. mythBackend always runs, and is started at system startup by upstart.

-Thom

kyfalcon

Thanks Thom, much appreciated!

Hey as far as the device data part for the client, would that be anything like getting a user name /password for a device much like is done in the shoutcast plugin?

kevin

tschak909

Yeah. Device data however has the quirk that it is cached if read from the router, so if you use standard DCE methods of getting to it, you'll get the same answer even if it has changed, until the router reloads.

-Thom

kyfalcon

That did it! Everything is working awesome!  I had to move the myth executables from /usr/local/bin to usr/bin also. Once I did that everything is working great. Now I am will run the MD setup script and see how thing go with my MD's. That ceton card is the shit!


Thanks for your help Thom.

tschak909

You're wecome, it's just a shame that the vast # of people who COULD make use of such tuners...can't.

-Thom

kyfalcon

Any idea why my master Mythbackend is being shutdown every minute?

tschak909