forked from Lainports/freebsd-ports
- 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
17 lines
654 B
Text
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/
|