It works.
I am currently running the encode script by hand, but I will soon get it integrated into mythtv job system. My encodes look terrible, I suspect ipod video formats are not HD :).
We have the following 3 scripts:
Myth.brs - Does all the roku magic.
recorded_shows.xml - accesses the mythtv database and presents a list of shows in xml to the brightscript code
transcode_mp4 - creates lousy h.264 encodes of mpeg2 files
All of this will be available by Monday, or when we get the code all pretty. I also need to write a list of instructions, which based upon my prior attempts at documentation, nobody will understand.
There is still a lot of things to be implemented,
1. store current position in show. Thought I might create a new database table for this kind of stuff. This one I will do.
2. Delete shows from mythtv. This might be a simple database update, but I am not sure. Oops, we
The stuff I am not going to do:
1. List a tv schedule and schedule a future recording. I can probably give the information in xml, but the navigation/selection logic is an SEP.
2. Live TV. Want it bad, no idea how to do it.
--Stephen