Jump to content

Update Emby Server Raspberry Pi


markle88
Go to solution Solved by Latchmor,

Recommended Posts

markle88

This feels like a really stupid question, but could someone walk me through how to properly update emby to the latest revision on a raspberry pi 3?

Link to comment
Share on other sites

  • Solution
Latchmor

This feels like a really stupid question, but could someone walk me through how to properly update emby to the latest revision on a raspberry pi 3?

 

I've been doing this in a terminal window (think I saw it in the original Raspberry Pi thread)

cd
cd emby-theater-pi
git pull

;)

  • Like 1
Link to comment
Share on other sites

  • 2 months later...
markle88

This is how you update the emby-server?

I don't think that is right. 

 

Can anyone else help?

 

Running Emby server on Raspbian and i need to update to the latest server.

Link to comment
Share on other sites

Latchmor

Apologies, you are correct. I added the command for theater!

 

Luke will probably see this again and let you know. I think he thought it was theatre too as he liked my post.

 

Sent from my OnePlus 3T

Link to comment
Share on other sites

Well assuming you followed our installation instructions it would just be a regular apt-get update.

Link to comment
Share on other sites

markle88

Sorry but i am very new to Linux.

So these are the commands i input to install Emby server.

 

wget -qO - http://download.opensuse.org/repositories/home:emby/xUbuntu_14.04/Release.key | sudo apt-key add -
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/emby/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/emby-server.list"
sudo apt-get update
sudo apt-get install emby-server

 

It works great!

 

Now when I try to upgrade to the latest version of the server however i input the following command.

sudo apt-get update

 

But when i restart the server, i still get the "Please shutdown the server and update manually" message. I must be missing something. 

 

I am currently at version 3.2.10.0 but it is telling me to update to 3.2.12.

Edited by markle88
Link to comment
Share on other sites

Strudo76

After doing sudo apt-get update

 

I think you need

 

sudo apt-get upgrade emby-server

 

or just

 

sudo apt-get upgrade

 

to upgrade all available packages

 

EDIT: It's possible you may need to stop the server service before doing the upgrade. Probably best to anyway if you can.

Edited by Strudo76
Link to comment
Share on other sites

  • 1 month later...
karaskis

@@Luke and @@Strudo76,

 

I'm sorry, it's not clear to me how to update.

Same issue, installed emby-server on a Pi3 using official instructions: https://emby.media/c...l-instructions/

 

I shut down the service and sudo apt-get update When I turn the service on again  i still get the "Please shutdown the server and update manually" message. 

Also tried shutting down, sudo apt-get update  then sudo apt-get upgrade emby-server and I get:  Running apt-get upgrade on your system can cause adverse effects on your system Use apt-get dist-upgrade, which is the proper way to administer a Debian / Ubuntu system

 

Tried  sudo apt-get update emby-server, but again nothing happens.  :huh:

 

Is there a step by step guide on how to update on a pi3?

 

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...