<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Alternatively, is there a way of selecting a bunch of 50 files and then saying &quot;do this action on all of them&quot;?<br></blockquote></div><div><br>I haven&#39;t actually tried this, but I&#39;ve read on this list that you can add a bunch of recordings to a playlist, and then do a bulk transcode on the playlist.<br>
</div></div></blockquote></div><br>Sounds like a good tip, thanks---provided that adding each recording to the playlist isn&#39;t as laborious in terms of submenu selection as actually invoking the transcoding job!<br><br>
Would it be possible to populate the playlist with an sql query? I can easily produce a table of the recordings I want to transcode---it&#39;s simply the ones for which a cutlist is defined! I&#39;d just do something along the lines of<br>
<br>select title, subtitle, basename from recorded where cutlist = 1 ;<br><br>