freebsd-ports/multimedia/emby-server/pkg-message
Li-Wen Hsu 87e108e5f5 - Update to 4.0.2.0 [1]
- Fix cannot fix shared library errors [2] [3]
- Update maintainer's email [3]

PR:		232935 [2] 232966 [3]
Submitted by:	Dries Michiels <driesm.michiels@gmail.com> [1] [2]
		Maxime Gauduin <alucryd@archlinux.org> [3]
Approved by:	Maxime Gauduin <alucryd@archlinux.org> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D19130
2019-03-04 20:14:38 +00:00

17 lines
654 B
Text

It is recommended to recompile this port from source
with the LAME option enabled to support mp3 transcoding.
If you had mediabrowser installed before the project was
renamed to emby-server, you may want to rename the user and
group (note that moving the database is not supported):
# pw groupmod 989 -n mediabrowser -l emby
# pw usermod 989 -n mediabrowser -l emby -g emby -c Emby\ Server
To automatically start Emby Server at boot time:
# echo 'emby_server_enable="YES"' >> /etc/rc.conf
To then manually start Emby Server without rebooting:
# service emby-server start
Once started, visit the following webpage to configure:
http://localhost:8096/