MythTV Channel
Hi,I trying to create a new channel. I have the client and server on the same local machine.
I can see 2 channels if I look at http://localhost:32400/channels/all - Apple Movie Trailer, and the new one I'm working on for MythTV
<MediaContainer size="2"><br />
<Directory platforms="*" protocols="" key="/video/amt" title="Apple Movie Trailers" thumb="/video/amt/:/resources/icon-default.png?t=1338805150" art="/video/amt/:/resources/art-default.jpg?t=1338805150" share="0" identifier="com.plexapp.plugins.amt" lastAccessedAt="1338805384"/><br />
<Directory platforms="*" protocols="" key="/video/mythtv" title="MYTH TV" thumb="/video/mythtv/:/resources/icon-default.png?t=1338735413" art="/video/mythtv/:/resources/art-default.jpg?t=1338735413" share="0" hasStoreServices="1" hasPrefs="1" identifier="com.plexapp.plugins.mythtv" lastAccessedAt="1338853213"/><br />
</MediaContainer>
when I run the client (fresh install) It only shows channel directory and no video channels.
Any suggestions ? I've got a container returning in debug, but need to see on the client to move to the next stage.
Thanks
Paul