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.
Search Criteria
Package Details: logitechmediaserver 8.5.2-1
Package Actions
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)
- perl (perl-gitAUR)
- perl-io-socket-ssl
- gd (gd-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make, aarch64)
- yasm (yasm-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (optional, x86_64) – transcoding on 64-bit systems
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR) (optional, x86_64) – transcoding on 64-bit systems
Required by (0)
Sources (3)
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)
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.
Pinned Comments
FabioLolix commented on 2024-05-26 08:40 (UTC)
-bin variant uploaded https://aur.archlinux.org/packages/logitechmediaserver-bin