Emby
Take your home videos, music, and photos with you wherever you go, even offline with Emby Mobile Sync. Emby mobile apps are available for Android, iPhone, iPad, Windows Phone and Windows Tablets.
Or sit back and enjoy Emby from the living room. Emby apps are available for Android TV, Amazon Fire TV, Chromecast, Roku, Xbox, Home Theater Computers, and more.
Upgrading your EMBY instance is a simple process, login to the webui/dashboard we provide for your service, find the "Service info" section in the page you are presented with, from there simply click "Restart" next to plex, that will restart the app and also check for updates, please note that we are usually 2-3 days behind on updates!
Initial Setup
First you must connect to your slot via ssh. If you need help connecting to the server, please read the help article here.
Installing emby is easy. Simply issue the following command:
box install emby
This command will configure an emby docker container for your user.
How to Access
Emby can be accessed from your browser at https://<hostname.io>/<username>/emby/
. You'll need to visit this address to finish the installation wizard. Please do this step before moving on.
Emby Connect
Due to the reverse proxy setup, you'll need to add your server manually to Emby Connect if you want to use Emby through the centralized service. Follow the steps to get your Emby connected:
- Get to the server select screen (this is the default screen)
- Click add server
- Enter
https://<hostname.io>/<username>/emby/
in the hostname field - Leave the port field blank
- Click Connect
- Enter your user and password
- Click finish
Emby is now connected!
Service Management
Like all box configured applications, you can manage emby via SSH with box with start, stop, restart, enable and disable commands.
- Status
- Start
- Stop
- Restart
- Enable
- Disable
box status emby
box start emby
box stop emby
box restart emby
box enable emby
box disable emby
Configuration
When you load up Emby for the first time, you'll be greeted by the setup wizard. Setup is fairly straightforward. We've already gone ahead and added your two basic media libraries for you.
Libraries
During the setup of Emby, we added two folders to your home directory and created a corresponding Library in Emby:
- TV Shows >
~/media/TV Shows
- Movies >
~/media/Movies
These correspond to two different locations in your emby container:
- TV Shows >
/data/media/TV Shows
- Movies >
/data/media/Movies
If you are needing to create a custom folder to your Library (in the instance of rclone or plexdrive), you will find that your entire home directory has been mounted under the /data folder of your Emby instance.
Further setup
While not covered in this documentation, there are further guides and documentations on the Emby Forum