[mythtv-users] Experts help needed

Brad DerManouelian myth at dermanouelian.com
Sat Feb 2 20:53:10 UTC 2008


On Feb 2, 2008, at 3:09 AM, Warpme wrote:

> @mitchell
>
> > Second that you beat me to it.
>
> I'm not fluent in english.
> Can You pls explain what you mean...
>
> @myth at dermanouelian
>
> Sure - it is my plan B.
> Q is: how can I launch mythmusic from script.
> I can use telnet aka network control - but is there easier way to do  
> it ?

He meant that he was going to say the same thing but I said it first.

Here's a script you can use to tell the frontend to go play music:

#!/bin/bash
nc localhost 6546 > /dev/null 2>&1 << EOF
jump playmusic
exit
EOF
exit 0



More information about the mythtv-users mailing list