[mythtv-users] How do I select the transcoding profile after recording

John Biundo johnbiundo at sbcglobal.net
Sun Mar 19 20:14:19 UTC 2006


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


More information about the mythtv-users mailing list