[mythtv-commits] Ticket #12344: Browse by TV/Movie to filter based on videometadata.contenttype

MythTV noreply at mythtv.org
Tue Jan 6 03:05:34 UTC 2015


#12344: Browse by TV/Movie to filter based on videometadata.contenttype
----------------------------------------+-----------------------
     Reporter:  bertaboy@…              |      Owner:  jyavenard
         Type:  Bug Report - General    |     Status:  new
     Priority:  minor                   |  Milestone:
    Component:  MythTV - Video Library  |    Version:  0.27.4
     Severity:  low                     |   Keywords:
Ticket locked:  0                       |
----------------------------------------+-----------------------
 mythtv/programs/mythfrontend/videolist.cpp currenty filters TV/Movies
 along the lines of
 if (((*p)->GetSeason() > 0) || ((*p)->GetEpisode() > 0))
   then TV
 else Movie

 This results in all other videos getting lumped into the 'Movie' node,
 regardless of its videometadata.contenttype value (i.e. MOVIE, TELEVISION,
 ADULT, MUSICVIDEO, HOMEVIDEO)

 Changing the IF/ELSE clauses to filter by videometadata.contenttype would
 fix/prevent the non-movie videos from appearing in the Movies node. This
 also helps prepare the Movies node for grouping movie collections in a
 similar fashion to tmdb (e.g. https://www.themoviedb.org/collection/645
 -james-bond-collection )

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12344>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list