w3wilkes wrote: 
> Thanks, got to the point of the syntax working and debug shows all is
> well right up to a point. When I click Save and Generate it just stops
> and the WebGUI left hand frame blanks with Page not Found (404).
Edit logitechmediaserver-7.9.1/Slim/Web/Pages.pm

Code:
--------------------
    
  require Slim::Web::Pages::Home;
  # add this:
  require Slim::Web::Pages::BrowseDB;
  # end add
  require Slim::Web::Pages::Status;
  require Slim::Web::Pages::EditPlaylist;
  require Slim::Web::Pages::Playlist;
  require Slim::Web::Pages::Progress;
  require Slim::Web::Pages::Trackinfo;
  require Slim::Web::Pages::Search;
  
  Slim::Web::Pages::Common->init();
  Slim::Web::Pages::Home->init();
  # add this:
  Slim::Web::Pages::BrowseDB->init();
  # end add
  
--------------------



SW: 'Web UI for LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor'
(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
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to