Welcome! Log In Create A New Profile

Advanced

Howto: Install LogitechMediaServer

Posted by rkrug 
Howto: Install LogitechMediaServer
June 16, 2016 03:07AM
Following the recent Howtos, here is another one:

Install LMS

I did this on Wheezy and it worked.

Download LMS either from http://www.mysqueezebox.com/download or, I would recommend, version 7.9 nightly from http://downloads.slimdevices.com/nightly/?ver=7.9. Despite not bring released, 7.9 is really stable.

Download the LMS installation file and install it.

# wget THE_LINK_TO_THE_DEB
dpkg --install logitechmediaserver_x.y.z_all.deb

You will get some errors relating to missing dependencies, so we have
to install the missing dependencies:

apt-get install --fix-broken

Install Additional Software
This is needed for conversion from different formats. mplayer is needed for "Play Windows Media" plugin

apt-get install faad sox lame mplayer


You can also install the codecs for wma files, but this is optional:

sudo mkdir -p /usr/lib/codecs && \
if [ "$(uname -m)" = "x86_64" ]; then
 wget http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-amd64-20071007.tar.bz2
 tar xjvf essential-amd64-20071007.tar.bz2
 sudo cp -v essential-amd64-20071007/* /usr/lib/codecs
else
 wget http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20110131.tar.bz2
 tar xjvf all-20110131.tar.bz2
 sudo cp -v all-20110131/* /usr/lib/codecs
fi

Make sure that LMS is running

/etc/init.d/logitechmediaserver start

And enjoy.

You can acces the LMS via your browser on port 9000.

You can also install a player, but this is a different story - maybe later.
Please let me know if something does not work,

Rainer

===========================
Blog: https://rmkrug.wordpress.com/

1 x Pogoplug E02 (pink): Logitech media server

1 x Pogoplug E02 (pink): FTP server only (throw away configuration - quick to rebuild)

1 x GoFlex Net: running OpenMediaVault



Edited 2 time(s). Last edit at 01/09/2017 03:01AM by rkrug.
Re: Howto: Install LogitechMediaServer
June 16, 2016 03:08AM
RESERVED

===========================
Blog: https://rmkrug.wordpress.com/

1 x Pogoplug E02 (pink): Logitech media server

1 x Pogoplug E02 (pink): FTP server only (throw away configuration - quick to rebuild)

1 x GoFlex Net: running OpenMediaVault
Re: Howto: Install LogitechMediaServer
June 23, 2016 04:51AM
@rkrug

Thankyou for the time and effort to write this up!
Re: Howto: Install LogitechMediaServer
June 23, 2016 04:58AM
Thanks Rainer! I've added this to the Wiki thread also.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Howto: Install LogitechMediaServer
January 07, 2017 10:07PM
Looks like dpkg --install is a "double dash" option, so the first box should read:
# wget THE_LINK_TO_THE_DEB
dpkg --install logitechmediaserver_x.y.z_all.deb
(Anybody that knows what they are doing would know that. That means everyone but me :)
Re: Howto: Install LogitechMediaServer
January 09, 2017 12:59AM
flashless Wrote:
-------------------------------------------------------
> Looks like dpkg --install is a "double dash"
> option, so the first box should read:
>
> # wget THE_LINK_TO_THE_DEB
> dpkg --install logitechmediaserver_x.y.z_all.deb
>
> (Anybody that knows what they are doing would know
> that. That means everyone but me :)

Or for a less verbose command just use:

dpkg -i logitechmediaserver_x.y.z_all.deb


Ray
Re: Howto: Install LogitechMediaServer
January 09, 2017 03:02AM
Thanks - fixed it in the original post.

===========================
Blog: https://rmkrug.wordpress.com/

1 x Pogoplug E02 (pink): Logitech media server

1 x Pogoplug E02 (pink): FTP server only (throw away configuration - quick to rebuild)

1 x GoFlex Net: running OpenMediaVault
Author:

Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: