Update databases/rocksdb to version 3.11.2
[dports.git] / multimedia / emby-server / pkg-message
1 Emby Server uses ffmpeg for transcoding, which by default has
2 lame support disabled due to licensing issues. To enable mp3
3 audio when transcoding, you must reinstall multimedia/ffmpeg
4 from ports with the lame support option enabled.
5
6 If you had mediabrowser installed before the project was
7 renamed to emby-server, you may want to rename the user and
8 group (note that moving the database is not supported):
9 # pw groupmod 989 -n mediabrowser -l emby
10 # pw usermod 989 -n mediabrowser -l emby -g emby -c Emby\ Server
11
12 To automatically start Emby Server at boot time:
13 # echo 'emby_server_enable="YES"' >> /etc/rc.conf
14
15 To then manually start Emby Server without rebooting:
16 # service emby-server start
17
18 Once started, visit the following webpage to configure:
19 http://localhost:8096/