Emby

Mount media resources from an Emby server.

挂载 Emby 服务器中的媒体资源。

URL

URL 服务器地址

Emby server address, for example: http://127.0.0.1:8086.

Emby 服务器地址,例如:http://127.0.0.1:8086

ApiKey

ApiKey

Emby API Key. Use together with UserID for API authentication.

Emby API Key。与 UserID 搭配使用进行 API 认证。

UserID

UserID

Emby user ID. Used with ApiKey.

Emby 用户 ID。与 ApiKey 搭配使用。

Username

用户名

Emby account username. Used with Password.

Emby 账号用户名。与 Password 搭配使用。

Password

密码

Emby account password. Used with Username.

Emby 账号密码。与 Username 搭配使用。

LinkMethod

链接方式 LinkMethod

Choose link method:

  • stream: Streaming link (recommended)
  • download: Direct download link

Some Emby servers do not grant download permission. In that case, please use stream.

选择链接方式:

  • stream:串流链接(推荐)
  • download:下载链接

有些 Emby 服务器未开放下载权限,此时请使用 stream

Authentication Method

认证方式

Use one of the following login methods:

  1. ApiKey + UserID
  2. Username + Password

Do not mix both methods at the same time.

登录方式二选一:

  1. ApiKey + UserID
  2. Username + Password

请不要同时混用两种方式。

Example Configuration

配置示例

  • URL: http://127.0.0.1:8086
  • LinkMethod: stream
  • Authentication: choose one method only
  • URL:http://127.0.0.1:8086
  • LinkMethod:stream
  • 认证方式:仅选择其中一种

Contributors