Just for what it's worth (which is not much), I had the same issue as
the OP, PasTim. After upgrading from 7.9.1 stable to the Dec. 10 build
of 7.9.2, I could not get the new Advanced Search menu. DJanGo's
directions solved the problem:


Code:
--------------------
    service logitechmediaserver stop
  rm  /var/lib/squeezeboxserver/cache/templates/*
  service logitechmediaserver start
--------------------


What I used on Debian was slightly different:


Code:
--------------------
    sudo systemctl stop logitechmediaserver.service
  sudo rm -r  /var/lib/squeezeboxserver/cache/templates/*
  sudo systemctl start logitechmediaserver.service
--------------------


------------------------------------------------------------------------
RobbH's Profile: http://forums.slimdevices.com/member.php?userid=67008
View this thread: http://forums.slimdevices.com/showthread.php?t=109825

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

Reply via email to