gentoo emby-server

Posted ramlife

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gentoo emby-server相关的知识,希望对你有一定的参考价值。

最近想用 emby-server + kodi 打造家庭播放平台, 在 gentoo 上面先尝试安装配置 emby-server.

首先, 使用 megacoffee 这个 overlay, 但是这个 overlay 使用 mercurial, 所以使用以下命令:
vim /etc/portage/package.use/layman

app-portage/layman mercurial

然后, 安装 layman

emerge layman

然后 添加 overlay

layman -f
layman -a megacoffee
layman -S

其中 Run layman -f once to update the repository list, run layman -S whenever you want to check for updates.

然后按照下面的内容, 对应添加到 package.use 中去:

# this disables libgdiplus support in mono as we don't use it
dev-lang/mono minimal

# picture format support: jpeg, png and webp are needed, everything else is optional and may depend on your photos file formats
media-gfx/imagemagick jpeg jpeg2k png webp tiff

# the q8 setting is optional and speeds up image processing, if you have other tools using imagemagick you might want to disable this
media-gfx/imagemagick q8

# these are some basic ffmpeg runtime options that should always be enabled for performance reasons
media-video/ffmpeg vdpau vpx threads

# here you should define spport for all codecs you have in your video collection!
media-video/ffmpeg aac mp3 pic theora vorbis x264 xvid webp

然后, 安装 emby-server

emerge -avND media-tv/emby-server

可以使用下面语句启动 emby-server

rc-service emby-server start

使用下面语句开机自启动 emby-server

rc-update add emby-server default

以上是关于gentoo emby-server的主要内容,如果未能解决你的问题,请参考以下文章

有关Gentoo Linux的安装

拾遗:Gentoo Tips

Gentoo虚拟机安装教程

在 gentoo 上安装 gitlab

记一次基于vmware的gentoo安装

gentoo 和 archlinux 有啥优缺点