slimserver
slimserver copied to clipboard
Server for Squeezebox and compatible players. This server is also called Lyrion Music Server.
Testing CometD subcriptions to server status and player status notifications using [libcometd.js](https://github.com/CDrummond/lms-material/blob/master/MaterialSkin/HTML/material/html/lib/libcometd.js) from the material-skin plugin. When this [code path](https://github.com/Logitech/slimserver/blob/989a03a992ab6db69e91225bd275d18e0a701445/Slim/Web/Cometd.pm#L455) is followed on the server long-polled notifications are stalled until...
Currently, LMS's UPnP server hard limits listings at 200 entries: https://github.com/Logitech/slimserver/blob/e64c0e31caf4ebd7a77ce480db3395e35d33bd6e/Slim/Plugin/UPnP/MediaServer/ContentDirectory.pm#L161-L164 https://github.com/Logitech/slimserver/blob/e64c0e31caf4ebd7a77ce480db3395e35d33bd6e/Slim/Plugin/UPnP/MediaServer/ContentDirectory.pm#L762-L765 This limit should be configurable, as with `maxPlaylistLength`, and it might want to start higher when `$os->canDBHighMem()` too....
If media files are (re-)moved without changed content, the files deleted and updated/added count is wrong in v8.0.x. See [here](https://ibb.co/MR53Wkn) for an example where removed file count is wrong by...
I'm currently running **Logitech Media Server Version: 8.1.1 - 1610364019 @ Thu Jan 14 06:14:13 WEST 2021**. I play a playlist (.m3u) created and shuffled by myself (not by LMS),...
It would be nice to know if the file being streamed is being transcoded or not when displaying technical info. Thanks.
Starting LMS when the system starts fails for several reasons: * PrefPane fails to create the LaunchDaemon item to start with * LMS doesn't want to start as `root`, but...
Currently with the Podcast plugin, feeds need to be added/saved one by one; there is no bulk import. For people with many feeds, this becomes tedious. An 'OPML import' function...
When playing a radio station (e.g. Rock Antenne) from the saved favorites or the Radio Menu, the remote_title using the songinfo CLI or the WebInterface works correctly. Selecting the Context...
Currently, LMS as a UPnP/DLNA server only supports browsing by artist, album, genre, year, new, folder hierarchy, ~~and playlist~~: https://github.com/Logitech/slimserver/blob/215b437de107e739765fe3f14964a12cff7ffd98/Slim/Plugin/UPnP/MediaServer/ContentDirectory.pm#L298-L306 Browsing by album artist (contributor?) would be very helpful in...
I use the CLI to monitor the power state of my piCorePlayer to also power on/off the amplifier. Recently, the subscribe power command has been returning 'power ' without the...