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.
#
Initial SetupFirst 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:
This command will configure an emby docker container for your user.
#
How to AccessEmby can be accessed from your browser at https://<hostname.ltd>/<username>/emby/
. You'll need to visit this address to finish the installation wizard. Please do this step before moving on.
#
Emby ConnectDue 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.ltd>/<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 ManagementLike all box configured applications, you can manage emby via SSH with box with start, stop, restart, enable and disable commands.
- Start
- Stop
- Restart
- Enable
- Disable
#
ConfigurationWhen 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.
#
LibrariesDuring 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 setupWhile not covered in this documentation, there are further guides and documentations on the Emby Forum