Looking for a smart, easy-to-use Raspberry Pi media server solution with a good selection of client applications? You may have looked at Plex or Kodi but found that they don’t feel right. If so, then you should try Emba.
Easy to install and set up, Emby is an alternative to an intelligent media server. Here is how to install Emby Server and Emby Theater on Raspberry Pi.
What is Embi?
Emby is a media server. While not as well-known as other solutions (like Plex or Kodi), Emby is open source and has client and server software. This means that you can install the server module on a computer with your media data and then share it with client applications.
Various plugins can extend the capabilities of Emby. For example, you will find IPTV plugins for Internet TV. Emby also offers built-in parental controls to help protect your family from sensitive content. While Emby is less well-known than its competitors, its user base is growing.
For More Information, Here’s Why You Should Forget Plex and Kodi and Try Emby instead of this.
What you need for a Raspberry Pi Emby media center
To create an Emby media server, you will need:
- Raspberry Pi 2 or later (we used Raspberry Pi 4: )
- microSD card (16 GB or more for best results)
- PC with card reader
- Keyboard and mouse
- HDMI cable and suitable display
Make sure you have the correct power connector for your Raspberry Pi.
The process is simple: install Emby, connect it to the network, and then use it as a media server. Media stored on a USB hard drive can be added to Emby and then sent to devices on your network.
For example, the Raspberry Pi Emby box can serve your favorite home movies and photos to your TV or mobile phone.
Install Emby Media Server on Raspberry Pi
Installing the Emby server on the default Raspbian Buster Raspberry Pi is easy. Open a terminal and update and refresh to get started:
sudo rpi-update sudo apt dist-upgrade
Then use wget to download the ARMHF version from the Linux downloads page; this version is compatible with Raspberry Pi.
wget https://github.com/MediaBrowser/Emby.Releases/releases/download/4.2.1.0/emby-server-deb_4.2.1.0_armhf.deb
Install it with
dpkg -i emby-server-deb_4.2.1.0_armhf.deb
Wait until this completes. Your Raspberry Pi Emby server is installed. All you have to do now is set it up.
Set up your Emby Media Server
Access the Emby server through your browser. The easiest way to use the Raspberry Pi itself is to use the address http://localhost:8096 .
This will take you to the server setup. You will need to set your preferred language, username, password, and other options. The installer also gives you the option to link your Emby Connect account. This is a great way to connect to your server from any Emby account, without the need for an IP address. However, this is not required.
After that, you will see the «Setting up your libraries» screen. Click here Add Library .
Just find the location, then set the meta information according to the menu.
It’s mostly language based and shouldn’t take long.
When you’re done adding media locations, click Save . It’s time to start watching content on the Emby media server!