Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1 KB

README.md

File metadata and controls

24 lines (18 loc) · 1 KB

Emby Server

Emby Server is a personal media server with apps on just about every device.

It features a REST-based API with built-in documention to facilitate client development. We also have client libraries for our API to enable rapid development.

Build Instructions

To build Emby you will need to satify the following dependencies - make, libunwind, libicu, compat-openssl10, dotnet-sdk-2.1.10 for Fedora >= 26, on other distributions you will need the equivalents. The dotnet SDK can be obtained from: https://www.microsoft.com/net/learn/get-started/linux/rhel .

git clone https://github.com/dcrdev/Emby
cd ./Emby 
make

Command Line Arguments

Emby.Server.Unix.dll [-updatepackage string] [-programdata string] [-service] [-os string]

Developer Info

Api Docs

How to Build a Server Plugin