[mythtv-commits] Ticket #7822: Mythbackend cannot locate recordings for preview/delete, but can play them

MythTV noreply at mythtv.org
Sat Aug 13 14:56:50 UTC 2011


#7822: Mythbackend cannot locate recordings for preview/delete, but can play them
--------------------------------+----------------------------
 Reporter:  tjharris@…          |          Owner:  mdean
     Type:  defect              |         Status:  closed
 Priority:  minor               |      Milestone:  unknown
Component:  MythTV - General    |        Version:  0.22-fixes
 Severity:  medium              |     Resolution:  invalid
 Keywords:                      |  Ticket locked:  0
--------------------------------+----------------------------

Comment (by mab893@…):

 Eventually found the problem that was causing this for me:
 recorded.hostname needs to match the current value of your backend
 hostname. If you had recordings that were under a different hostname, you
 need to update them with something like:

 {{{
 update recorded set hostname='YOURHOSTNAME' where
 hostname='YOUROLDHOSTNAME';
 }}}

 Otherwise, it thinks the recording is hosted elsewhere.

 For me, my hostname had changed from a short name to a fully qualified
 host name.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/7822#comment:12>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list