Package Details: logitechmediaserver 8.5.2-1

Git Clone URL: https://aur.archlinux.org/logitechmediaserver.git (read-only, click to copy)
Package Base: logitechmediaserver
Description: Slimserver for Logitech Squeezebox players. This server is also called Logitech Media Server. (Release-Version, if you prefer bleeding edge consider using logitechmediaserver-git instead)
Upstream URL: https://github.com/LMS-Community/slimserver
Keywords: logitech slimserver squeezebox
Licenses: GPL, custom
Submitter: vesath
Maintainer: FabioLolix (FabioLolix)
Last Packager: stef.an
Votes: 72
Popularity: 0.000000
First Submitted: 2011-11-03 06:54 (UTC)
Last Updated: 2024-07-01 19:06 (UTC)

Dependencies (10)

Required by (0)

Sources (3)

Pinned Comments

FabioLolix commented on 2024-05-26 08:40 (UTC)

-bin variant uploaded https://aur.archlinux.org/packages/logitechmediaserver-bin

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 50 Next › Last »

marco.vermeulen commented on 2013-11-17 21:08 (UTC)

I'm seeing exactly the same behaviour on a fresh install. Any ideas how we can fix this?

<deleted-account> commented on 2013-09-07 00:14 (UTC)

After upgrading from the previous version the service does not run and I get the following when running slimserver.pl from the command line: The following modules failed to load: EV JSON::XS Digest::SHA1 YAML::XS Sub::Name ******* NOTE: If you're running some unsupported Linux/Unix platform, please use the buildme.sh script located here: https://github.com/Logitech/slimserver-vendor/tree/public/7.7/CPAN If 7.7 is outdated by the time you read this, Replace "7.7" with the major version You should never need to do this if you're on Windows or Mac OSX. If the installers don't work for you, ask for help and/or report a bug. *******

vesath commented on 2013-09-04 04:12 (UTC)

Updated with faulty line commented out and --logdir replacing --logfile in the service file. Enjoy.

<deleted-account> commented on 2013-08-29 21:03 (UTC)

That was not correct. Instead of --logfile=.... use --logdir=/opt/logitechmediaserver/Logs

<deleted-account> commented on 2013-08-29 20:22 (UTC)

Please see http://bugs.slimdevices.com/show_bug.cgi?id=18048 The --logfile parameter should only contain the directory not the file.

<deleted-account> commented on 2013-08-27 16:20 (UTC)

Is there a possibility to get the previous version? I use yaourt to install/upgrade lms so I don't have an older package around.

strider2 commented on 2013-08-24 13:24 (UTC)

The workaround as described by theking2 works indeed. @vesath : sorry for the "noise" ...

<deleted-account> commented on 2013-08-24 12:21 (UTC)

ok what DID work is just comment out the line completely. Not sure what other sorts of havoc this produces but it least it plays music. :-) I will get in touch with the Michael about this.

<deleted-account> commented on 2013-08-24 11:09 (UTC)

The code at Info.pm+779 reads [code]$client ? $client->musicInfoTextCache($cache) : $musicInfoTextCache = $cache;[/code] after changing this to [code]if( $client ) { $client->musicInfoTextCache($cache); } else { $musicInfoTextCache = $cache; }[/code] the problem was not reported but it still is impossible to add to the playlist and play. It seems like a incompatibility with Perl 5.18. The LMS team is still on 5.8 . (I wonder why they picked Perl in the first place. Such a messy language.)