Search Criteria
Package Details: logitechmediaserver-git 20210126.9f548f9-1
Git Clone URL: | https://aur.archlinux.org/logitechmediaserver-git.git (read-only, click to copy) |
---|---|
Package Base: | logitechmediaserver-git |
Description: | Slimserver for Logitech Squeezebox players. This server is also called Logitech Media Server. (Git-Version, if you prefer stability consider using logitechmediaserver instead) |
Upstream URL: | https://github.com/Logitech/slimserver |
Keywords: | logitech slimserver squeezebox |
Licenses: | |
Provides: | |
Submitter: | stef.an |
Maintainer: | stef.an |
Last Packager: | stef.an |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-16 16:04 |
Last Updated: | 2021-01-26 09:54 |
Dependencies (9)
- perl-io-socket-ssl
- perl>=5.26 (perl-git)
- gd (make)
- git (git-git) (make)
- rsync (rsync-git) (make)
- yasm (yasm-git) (make)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git) (make)
- lib32-gcc-libs (lib32-gcc-libs-git, lib32-gcc-libs-gitb) (optional, x86_64) – transcoding on 64-bit systems
- lib32-glibc (lib32-glibc-linux4, glibc-force-mmap, lib32-glibc-force-mmap, lib32-glibc-minimal-git) (optional, x86_64) – transcoding on 64-bit systems
Required by (1)
- audiolinux (optional)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
mervinb commented on 2020-11-18 23:50
Yes, it's confirmed working for both x86_64 and aarch64. I've not done thorough testing, but my usual library playback, Tidal and BBC iPlayer all work fine. Tidal failed about a week ago. The git hashes were from yesterday's latest commits.
Please add the dependency nasm for x86_64 also. If I recall, earlier on in testing I found that some perl ssl libraries are needed, but I'm not sure which ones.
stef.an commented on 2020-11-18 18:40
If you can confirm the latest (or at least the githashes below) commit works on x86_64 and maybe armhf, I could happily update the aur package :)
blackhole commented on 2020-11-18 14:43
Can you update now? PKGBUILD is the same as before.
mervinb commented on 2020-11-18 05:57
@blackhole, I stand corrected! Although a new pkgver was created on PKGBUILD, the downloads were old, as you had suggested.
I've updated my PKGBUILD, and tested on rpi4 as well as x86_64. For x86_64, the nasm package is needed.
With this, I now have Tidal running again.
mervinb commented on 2020-11-17 02:40
Thanks, but the PKGBUILD actually downloads the latest version on git, so my build is from a 20201116 commit.
blackhole commented on 2020-11-16 21:56
Looking at the file downloaded slimserver-8d4c2b0b27b040f5c64313f039b64f1bd0efbaae.tar.gz the dates of all folders are 27/07/20 not 12/11/20 Maybe this must be changed, to make Tidal work...
mervinb commented on 2020-11-15 11:44
Tidal is not working on my LMS. There are changes that require the latest (12 Nov.) version of LMS: https://forums.slimdevices.com/showthread.php?112300-Attention-TIDAL-users-changes-ahead!&p=994507&viewfull=1#post994507
I've done a complete makepkg of the latest source, but I still have problems playing Tidal:
[20-11-15 19:33:18.8273] Slim::Player::Song::open (412) Error: Couldn't create command line for flc playback for [wimp://476882.flac]
[20-11-15 19:33:19.6840] Slim::Player::Song::open (412) Error: Couldn't create command line for flc playback for [wimp://476883.flac]
Has anyone been able to build a version of LMS that is able to play Tidal?
marakasmalan commented on 2020-08-31 05:22
It works now on my raspberry pi 3
$ uname -a Linux hostname 5.8.0-1-ARCH #1 SMP Sun Aug 9 00:03:44 UTC 2020 aarch64 GNU/Linux
Just did a pacman -Syu and then started with a clean reinstall (git clone... makepkg -csr)
Thank you stef.an
stef.an commented on 2020-08-04 17:52
Unfortunately I don't own such a board, could you check if /opt/logitechmediaserver-git/CPAN/arch/5.32/aarch64-linux-thread-multi/auto/XML/Parser/Expat exists and if there's a file Expat.so in it? This should be compiled upon make and maybe it fails somehow.
marakasmalan commented on 2020-08-04 06:59
I am also having some trouble, aarch64: $ uname -a Linux hostname 5.7.8-1-ARCH #1 SMP Sun Jul 12 03:38:28 UTC 2020 aarch64 GNU/Linux
$ perl -v This is perl 5, version 32, subversion 0 (v5.32.0) built for aarch64-linux-thread-multi
$ sudo systemctl status logitechmediaserver-git ● logitechmediaserver-git.service - Logitech Media Server Daemon Loaded: loaded (/usr/lib/systemd/system/logitechmediaserver-git.service; enabled; vendor preset: disabled) Active: inactive (dead) since Tue 2020-08-04 08:14:53 CEST; 2s ago Process: 22759 ExecStart=/opt/logitechmediaserver-git/slimserver.pl --prefsdir /opt/logitechmediaserver-git/prefs --cachedir /opt/logitechmediaserver-git/cache --logdir /opt/logitechme> Main PID: 22759 (code=exited, status=0/SUCCESS)
Aug 04 08:14:53 hostname slimserver.pl[22759]: XML::Parser: Aug 04 08:14:53 hostname slimserver.pl[22759]: Parser.pm and Expat.pm versions don't match at /opt/logitechmediaserver-git/CPAN/XML/Parser.pm line 20. Aug 04 08:14:53 hostname slimserver.pl[22759]: BEGIN failed--compilation aborted at /opt/logitechmediaserver-git/CPAN/XML/Parser.pm line 22. Aug 04 08:14:53 hostname slimserver.pl[22759]: Compilation failed in require at (eval 132) line 1. Aug 04 08:14:53 hostname slimserver.pl[22759]: BEGIN failed--compilation aborted at (eval 132) line 1. Aug 04 08:14:53 hostname slimserver.pl[22759]: To fix this problem you have several options: Aug 04 08:14:53 hostname slimserver.pl[22759]: 1. Install the latest version of the module(s) using CPAN: sudo cpan Some::Module Aug 04 08:14:53 hostname slimserver.pl[22759]: 2. Update the module's package using apt-get, yum, etc. Aug 04 08:14:53 hostname slimserver.pl[22759]: 3. Run the .tar.gz version of Logitech Media Server which includes all required CPAN modules. Aug 04 08:14:53 hostname systemd[1]: logitechmediaserver-git.service: Succeeded.
Anybody have any idea? Is it only because of perl version 5.32?