[mythtv-commits] Ticket #3585: [PATCH] Add cast information to mythvideo

MythTV mythtv at cvs.mythtv.org
Mon Feb 4 04:04:37 UTC 2008


#3585: [PATCH] Add cast information to mythvideo
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |        Owner:  awithers
     Type:  enhancement  |       Status:  new     
 Priority:  minor        |    Milestone:  0.21    
Component:  mythvideo    |      Version:  unknown 
 Severity:  medium       |   Resolution:          
  Mlocked:  0            |  
-------------------------+--------------------------------------------------

Comment(by Bill <level42 at sympatico.ca>):

 updated patch to fix cast ordering when the videomanager fetches the data.
 Previously it would be displayed in reverse order.  Also is a small fix to
 imdb.pl that allows it to fetch cast data for tv episodes.

 Note that the cast order will be shown in reverse order after videomanager
 is used to fetch the data.  You need to restart the frontend to fix this
 as some data is static in dbaccess.cpp.  The problem is in the add
 function of MultiValueImp, need to use push_front instead of push_back,
 but that function doesn't exist.  Since this is minor, and is fixed by
 restarting the frontend I don't see a reason to fix it.

 Note that this patch relies on the fact that the cast data is inserted
 into the database in first bill order, and that the database will return
 it this way.  It works for me, if we find in the future this is not the
 case, I'll have to add a field to videometadatacast to indicate the cast
 order.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3585#comment:10>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list