[mythtv-commits] Ticket #5353: MythWeb Music Streaming does not work on backend unless Music Plugin is installed

MythTV mythtv at cvs.mythtv.org
Tue May 13 05:53:44 UTC 2008


#5353: MythWeb Music Streaming does not work on backend unless Music Plugin is
installed
-------------------------------+--------------------------------------------
 Reporter:  boratko at gmail.com  |       Owner:  xris   
     Type:  defect             |      Status:  new    
 Priority:  minor              |   Milestone:  unknown
Component:  mythweb            |     Version:  0.21   
 Severity:  medium             |     Mlocked:  0      
-------------------------------+--------------------------------------------
 The only reason Music Streaming doesn't work on a backend without the
 Music Plugin installed is that it looks for the "Music Location" setting.
 This setting should either be made available without having the music
 plugin installed, simlar to the video location setting, or an if statement
 should be added to stream.php as follows:

 if ($basepath == NULL){
      $basepath = "<MYTHWEBDIRECTORY>/data/music";
 }

 Since I didn't delve into the mythweb coding I didn't see a variable which
 holds the base directory for mythweb, so I just hardcoded this if
 statement into stream.php and it worked fine.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5353>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list