[mythtv-commits] Ticket #11785: Archive Utilities 'Play Created DVD' uses machine hostname, should use frontend identifier

MythTV noreply at mythtv.org
Mon Aug 26 15:57:30 UTC 2013


#11785: Archive Utilities 'Play Created DVD' uses machine hostname, should use
frontend identifier
----------------------------------+----------------------------
 Reporter:  J.Pilk@…              |          Owner:
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - General      |        Version:  0.26-fixes
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+----------------------------

Comment (by J.Pilk@…):

 The success flag is written using the frontend identifier;  it's read
 using the hostname.  If they don't match, it doesn't play.  After I unset
 the backend override I only had success when these two names were the
 same.

 I think the flag should be read using the LocalHostName.  But at present
 config.xml has two lines defining that.  It's unfortunate that the names
 are so similar. The current configuration works but I don't think it's
 reflected in this file snippet.

 I haven't rebooted or restarted mythbackend since quitting frontend setup.

     <MythFrontend>
       <DefaultBackend>
         <LocalHostName>gatewayf12</LocalHostName>
         <!-- This is NOT the name now shown in frontend Setup General -->
         <!-- The DVD played as soon as I quit frontend setup with the name
 set as below -->
       </DefaultBackend>
     </MythFrontend>
   </UPnP>
   <LocalHostName>gateway12</LocalHostName>
   <!-- machine hostname -->
   <Database>

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


More information about the mythtv-commits mailing list