mherger wrote: 
> 
> On Windows all those files are bundled up into one binary. You can't 
> edit them. May I ask why you'd need to add that module manually? Doesn't
> 
> the plugin take care of it? 
> 
It doesn't, that't why it's broken on versions of LMS > 04/2014 (unless
UPnP is enabled, see 'here'
(https://github.com/Logitech/slimserver/commit/a20bb8ee5f753c3f67f2d1dd1d7bf84ee4c0e321#diff-6c07eb9c923b18ed6dc98d3129d43cb1))
So for those who cannot apply the fix outlined below, enabling UPnP may
solve the issue (haven't tested this, though)

> 
> In any case it should be easier to fix this in the plugin code than in
> LMS itself.
> 

PlaylistGenerator/Plugin.pm line 25:

Code:
--------------------
    
  # add the next line
  require Slim::Web::Pages::BrowseDB;
  use Slim::Utils::Prefs;
  
--------------------


PlaylistGenerator/Plugin.pm line 98:

Code:
--------------------
    
  checkDefaults();
  # add the next line
  Slim::Web::Pages::BrowseDB->init() unless Slim::Web::Pages->getPageFunction( 
qr/^browsedb\.(?:htm|xml)/);
  
--------------------



SW: 'Web UI for LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor / Generator'
(http://forums.slimdevices.com/showthread.php?108199-Announce-LMS-Playlist-Editor)
| 'Music Classification'
(http://forums.slimdevices.com/showthread.php?108278-Announce-Essentia-Integration-music-classification-(moods-genres-))
| 'Similar Music'
(http://forums.slimdevices.com/showthread.php?108495-Announce-LMSmusly-play-similar-music)
| 'LMSlib2go' (https://www.nexus0.net/pub/sw/lmslib2go/)
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth/ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=108436

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to