[mythtv-commits] Ticket #2718: Add buttons to queue jobs on recorded programs

MythTV mythtv at cvs.mythtv.org
Thu Nov 23 17:07:44 UTC 2006


#2718: Add buttons to queue jobs on recorded programs
---------------------------------+------------------------------------------
 Reporter:  jeff at jeffpiazza.org  |       Owner:  xris   
     Type:  patch                |      Status:  new    
 Priority:  minor                |   Milestone:  unknown
Component:  mythweb              |     Version:  head   
 Severity:  medium               |  
---------------------------------+------------------------------------------
 Adds buttons to each program's entry in the "Recorded Programs" listing,
 allowing a recorded program to be submitted for commercial flagging,
 transcoding, or any of the four user jobs that have been defined.  User
 jobs are identified by their user-entered descriptions (i.e., they aren't
 translated).

 Also moves the current "Delete" and "Delete + Rerecord" buttons into the
 "status" row for each entry, removing a column in the full table.  The
 formatting of the various status indicators are slightly affected,
 converting the current <span> elements to table cells.  This looks OK to
 me, but others may have a different aesthetic.

 The new buttons, and the relocation of the existing buttons, occurs under
 the control of a $buttons_under variable, which is currently set "TRUE"
 directly in the code, but could alternatively be exposed as a user
 preference.

 This patch has been tested against the 0.20 release.  The svn sources
 don't patch directly from the same diff, due to the new "has been viewed"
 flag, but I believe I updated the diffs appropriately.  However, I don't
 have a backend compatible with the current svn sources, however, so have
 not been able to verify this specific patch.

 I'm not sure what the usual protocol is, but this patch doesn't include
 the results of re-running modules/_shared/lang/build_translation.pl.

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


More information about the mythtv-commits mailing list