[mythtv-commits] Ticket #13242: Seektable for video can be created but is not recognised

MythTV noreply at mythtv.org
Mon Apr 2 15:59:56 UTC 2018


#13242: Seektable for video can be created but is not recognised
-----------------------------------+------------------------------
 Reporter:  J.Pilk@…               |          Owner:  pbennett
     Type:  Bug Report - General   |         Status:  assigned
 Priority:  minor                  |      Milestone:  needs_triage
Component:  MythTV - Mythcommflag  |        Version:  Unspecified
 Severity:  medium                 |     Resolution:
 Keywords:                         |  Ticket locked:  0
-----------------------------------+------------------------------

Comment (by paulh):

 Why is it looking in /home/john? Kind of looks like you have your storage
 groups screwed up somewhere.

 If you run this query in mysql it will tell you what 'Video' storage
 groups you have defined.

 {{{
 SELECT * FROM storagegroup WHERE groupname = 'Videos';
 }}}


 This will tell you what filename to pass to mythcomflag

 {{{
 SELECT filename FROM videometadata WHERE filename LIKE
 "%22112_20180314154800_8614.ts%";
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13242#comment:6>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list