[mythtv-commits] Ticket #6418: Additions to MythVideo.py

MythTV mythtv at cvs.mythtv.org
Tue Jul 21 20:12:58 UTC 2009


#6418: Additions to MythVideo.py
------------------------------------+---------------------------------------
 Reporter:  r.d.vaughan at rogers.com  |        Owner:  awithers
     Type:  enhancement             |       Status:  new     
 Priority:  minor                   |    Milestone:  0.22    
Component:  Bindings - Python       |      Version:          
 Severity:  low                     |   Resolution:          
  Mlocked:  0                       |  
------------------------------------+---------------------------------------

Comment(by r.d.vaughan at rogers.com):

 Version 2 replaces the previous MythVideo.py binding enhancement patch and
 adds:

 1) A new parameter for the getTitleId() function to return an array of
 intids for all matching search results. This is important for TV series
 searches such as "all episodes". For backward compatibility a single intid
 will still be returned if the array argument is not set to true, although
 the returned intid is random when there are more than one search result
 found.

 2) Additional optional search criteria for the getTitleId() function
 (subtitle, season and episode numbers). These new search criteria allow
 for searching any combination of a TV series: (a) all episodes; (b) all
 episodes for a specific season number; (c) a specific episode by season
 and episode number; (d) a specific episode by subtitle. These new search
 options should always be used with the array option set to True.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6418#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list