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 .. 35 36 37 38 39 40 41 42 43 44 45 .. 50 Next › Last »

<deleted-account> commented on 2011-08-09 19:41 (UTC)

Thanks for the suggestion. I updated to 7.6.1 http://wiki.slimdevices.com/index.php/Nightly_Builds by modifying the PKGBUILD that is part of this package to point http://downloads.slimdevices.com/nightly/7.6/sc/33022/squeezeboxserver-7.6.1-33022.tgz and updated the SHA1SUM. Scanning works now and my images are back :)

<deleted-account> commented on 2011-08-08 23:41 (UTC)

Theme is Ok for me, too. But there are problems with Image::Scale. I get a segfault on every database rescan when it comes to artwork scanning. I also had to uninstall 7.5. and remove the /opt/squeezebox-server folder and then install 7.6. to get a stable server. You may want to try this if reinstalling does not help. Since there are Scanner bugs in the 7.6. release I installed 7.6.1. nightly some days ago. Scanner is really fast an reliable now (except for segfault on artwork scan), server is up for some days now. No segfaults, no errors in log.

vesath commented on 2011-08-08 23:41 (UTC)

It shouldn't matter to reinstall the package from scratch. I don't know what's wrong with artwork resizing on your machine. You can try rebuilding this package, or use the exact same one as me: http://arch.vesath.org/all/

<deleted-account> commented on 2011-08-08 23:31 (UTC)

I had the previous version installed and decided to do a fresh install so I uninstalled the previous version, deleted the /opt/squeezebox-server folder and reinstalled. Not sure if that helps

<deleted-account> commented on 2011-08-08 23:26 (UTC)

Got a bunch of these for all the .png's that are missing: [11-08-08 15:56:33.5351] Slim::Web::Graphics::__ANON__ (326) Artwork resize for html/images/albums_25x25.png failed [11-08-08 15:56:33.7009] Slim::Web::Graphics::__ANON__ (326) Artwork resize for html/images/artists_25x25.png failed etc..

vesath commented on 2011-08-08 23:11 (UTC)

I can download this file just fine. The package contains /opt/squeezebox-server/HTML/EN/html/images/artists.png from which I assume the resized 25x25 picture is derived using Image::Scale (included in /opt/squeezebox-server/CPAN/auto/Image/Scale/). Have you checked the logs for warnings/errors?

<deleted-account> commented on 2011-08-08 22:56 (UTC)

Is anyone missing some .png files for the default theme? Missing a lot of theme picture files so the default theme looks really bad. I checked the file system and the files are missing so it makes sense they are not able to load by the browser. Anyone else having this problem? ex: http://localhost:9000/html/images/artists_25x25.png <-- not found

vesath commented on 2011-08-07 21:05 (UTC)

aprins: Edit /opt/squeezebox-server/modules.conf and replace 0.88 by 0.9. I believe this comes from an inconsistency upstream, and I will update this package to reflect that soon.

<deleted-account> commented on 2011-08-07 19:46 (UTC)

Vesath, thanks for your work on this ;-) I have one problem when installing the package (pacman -U): The following CPAN modules were found but cannot work with Squeezebox Server: Audio::Scan (loaded 0.90, need 0.88) To fix this problem you have several options: 1. Install the latest version of the module(s) using CPAN: sudo cpan Some::Module 2. Update the module's package using apt-get, yum, etc. 3. Run the .tar.gz version of Squeezebox Server which includes all required CPAN modules. Any idea how to come around this problem?

vesath commented on 2011-07-31 00:54 (UTC)

So I partly fixed the scanner problem: you can now do `./scanner.pl --wipe --progress ~/music/` and it will work. Not sure why the GUI still doesn't do anything, though.