[mythtv-commits] Ticket #2233: A PERL script to be run as a userjob to export DVB radio recordings to MP3

MythTV mythtv at cvs.mythtv.org
Wed Aug 23 22:29:01 UTC 2006


#2233: A PERL script to be run as a userjob to export DVB radio recordings to MP3
--------------------------------------+-------------------------------------
 Reporter:  justin.hornsby at gmail.com  |       Owner:  stuarta
     Type:  enhancement               |      Status:  new    
 Priority:  trivial                   |   Milestone:  unknown
Component:  mythtv                    |     Version:  head   
 Severity:  low                       |  
--------------------------------------+-------------------------------------
 How to use dvbradioexport.pl

 dvbradioexport.pl %CHANID% %STARTTIME% %ENDTIME% exportdir bitrate --debug

 %CHANID% = channel ID associated with the recording to export

 %STARTTIME% = recording start time in either 'yyyy-mm-dd hh:mm:ss' or
 'yyyymmddhhmmss' format

 %ENDTIME = as %STARTTIME% but for the recording end time

 exportdir = dir to export completed MP3 files to (note the user the script
 runs as must have write permission on that dir

 bitrate = CBR bitrate in kbps (e.g. 192)

 --debug = enable debugging information - outputs which commands would be
 run etc

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2233>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list