Emby

From wikinotes

emby is opensource software to stream your movies, tv, music etc.

Documentation

homepage https://emby.media/
forums https://emby.media/community/index.php?/forum/14-general/
official docs https://support.emby.media/support/solutions/44000259558
media filestructure docs https://support.emby.media/support/solutions/folders/44000764515

Locations

8096 port

Naming Conventions

/audiobooks/Author/Book/file.m4b
/movies/Name/name.m4b
/tvshows/Name/Season01/1x01.mkv

Install

Linux

sudo pacman -S emby-server
sudo systemctl enable/start emby-server

FreeBSD

# /etc/rc.conf
emby_server_enable="YES"
sudo pkg install emby-server
sudo service emby-server start

Config

http://serenity:8096/web/wizardstart.html			## initial setup