<br><br><div class="gmail_quote">On 27 March 2012 06:33, Tom Lichti <span dir="ltr"><<a href="mailto:tom@redpepperracing.com">tom@redpepperracing.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, Mar 26, 2012 at 4:28 PM, Raymond Wagner <<a href="mailto:raymond@wagnerrp.com">raymond@wagnerrp.com</a>> wrote:<br>
</div><div class="im">> On 3/26/2012 16:11, Tom Lichti wrote:<br>
>><br>
>> Although through some testing by dumping the database,<br>
>> create a recording through the frontend, stop recording, dump the<br>
>> database again and compare the difference, I only see recorded being<br>
>> hit, not sure what the other 11 tables are, but I'll take a look at<br>
>> MiroBridge.<br>
><br>
><br>
> To get something to show up, the `recorded` table is really the only one you<br>
> actually need. To behave properly, you need to add matching entries to<br>
> `recordedprogram` and `oldrecorded`. You also need to add a dummy<br>
> `videosource` and `channel` to map the recording to. You need to populate<br>
> seek data in `recordedseek`, and besides the skiplist and cutlist, there are<br>
> a handful of additional bits of information stored in `recordedmarkup`.<br>
> Those seven should be considered required.<br>
><br>
> I was adding in `capturecard` and `cardinput`, but you only need the<br>
> channel, not something to record it with. Any optional cast information<br>
> would be in `people` and `recordedcredits`. Any banners or backdrops would<br>
> be stored in `recordedartwork`. Content ratings would get stored in<br>
> `recordedrating`, although that and the previous three should be handled by<br>
> the metadata importer. Depending on how well integrated you want to make<br>
> it, you could add entries to `channelgroup`, `channelgroupnames`, and<br>
> `playgroup`.<br>
<br>
</div>Ah, ok, I see what you mean. I am using existing channels, the rest I<br>
don't care about, although I am adding entries to recordedartwork<br>
where available, and the internal myth player works fine without a<br>
seektable and the other bits. I was concerned that I was missing<br>
something really important, but for my use case, this works. I just<br>
want to make the AMCD process a little more robust.<br>
<br>
Thanks<br>
<span class="HOEnZb"><font color="#888888">Tom<br>
</font></span><div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br>Mythmediamonitor also works well to add videos into recordings, may or may not be compatible with 0.25<br><br><a href="http://nowsci.com/mythmediamonitor/">http://nowsci.com/mythmediamonitor/</a><br>
<br>Regards,<br><br>Anthony<br></div></div><br>