Installing Logitechmediaserver 7.9 nightly builds on Arch Linux

AVForums

Help Support AVForums:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

Now Playing

AVForums Super Veteran
Joined
May 25, 2010
Messages
1,208
Reaction score
13
Location
South Africa
Clone Squeeze on Arch:
Code:
git clone https://github.com/SqueezeOnArch/soa-aur.git
cd soa-aur/logitechmediaserver-7.9-cpan/
makepkg -s

When that's done you'll see a file in the folder with a .xz extension.  Install it like so:
Code:
sudo pacman -U logitechmediaserver-cpan-7.9r374.094b184-1-x86_64.pkg.tar.xz

Code:
cd ../logitechmediaserver-7.9-lms/
makepkg -s

When that's done you'll see a file in the folder with a .xz extension.  Install it like so:
Code:
sudo pacman -U logitechmediaserver-lms-7.9r19448.c05d936-1-x86_64.pkg.tar.xz

open localhost:9000 in your browser and LMS' web gui will appear.
 
Top