By Date: <-- -->
By Thread: <-- -->

How do I select the transcoding profile after recording



Niels Dybdahl wrote:
> can I still select it after the show has been recorded ? 

I don't think there's a UI for this.

You can update the recorded table directly.  Something like

   update recorded set transcoder=22 where chanid=... and starttime=...

You'll probably have to play around with the sql to get it just right, 
but it's not hard.  The relevant tables are:

   recorded
   recordingprofiles
   profilegroups

The relationships are pretty self-evident if you look at them.

HTH,
john
_______________________________________________
mythtv-users mailing list
mythtv-users (at) mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users