[mythtv-commits] Ticket #3126: [PATCH] Enable remote front end start/stop transcoding of file in the backend

MythTV mythtv at cvs.mythtv.org
Thu Feb 22 21:34:18 UTC 2007


#3126: [PATCH] Enable remote front end start/stop transcoding of file in the
backend
--------------------------------+-------------------------------------------
 Reporter:  morpheuz at gmail.com  |       Owner:  ijr    
     Type:  patch               |      Status:  new    
 Priority:  minor               |   Milestone:  unknown
Component:  mythtv              |     Version:  0.20   
 Severity:  medium              |  
--------------------------------+-------------------------------------------
 With this patch, I added an entry at MythProtocol so remote frontends can
 request, for the backend, the transcode of files.

 Sintax of msg:

 START_TRANSCODE_DISK FILE TRANSCODE_PROFILE
 e.g.: START_TRANSCODE_DISK 1000_20061207123000.nuv High Quality

 STOP_TRANSCODE_DISK FILE
 e.g.: STOP_TRANSCODE_DISK 1000_20061207123000.nuv

 The backend will answer with an "OK" if the job was correctly inserted in
 the queue or "ERROR" if something went wrong (e.g.: there is no such
 transcode profile).

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/3126>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list