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: stef.an (FabioLolix)
Last Packager: stef.an
Votes: 72
Popularity: 0.000020
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 »

<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" ...

theking2 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.

theking2 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.)

theking2 commented on 2013-08-24 11:06 (UTC)

I suspect a Perl 5.18 incompatibility here. The guys at LMS are still at version 5.8 [CODE] $client ? $client->musicInfoTextCache($cache) : $musicInfoTextCache = $cache;[/CODE] After changing this to [CODE] if( $client ) { $client->musicInfoTextCache($cache)

Gregoire commented on 2013-08-23 12:15 (UTC)

Sorry for my "same as", specially that I forgot to say I am under x86_64. There is only gratitude from me regarding the great work done to have LMS under arch (I was on gentoo before and there were months without LMS which weren't a big problem for me). So another time : thank for all !!!

vesath commented on 2013-08-22 21:35 (UTC)

Guys... Do you think every single user of this package should post "me too" every time an issue is brought up? Noise does not make me work faster - quite the contrary. So unless you have something to contribute (for instance, a patch or a bounty for me to fix this bug), your input is really not required.

strider2 commented on 2013-08-22 20:41 (UTC)

Same here ...

Gregoire commented on 2013-08-22 20:00 (UTC)

Same problem as wilbert-vb here.