|
| 1 | +--- |
| 2 | +title: |
| 3 | + en: Emby |
| 4 | + zh-CN: Emby |
| 5 | +icon: iconfont icon-state |
| 6 | +# This control sidebar order |
| 7 | +top: 493 |
| 8 | +# A page can have multiple categories |
| 9 | +categories: |
| 10 | + - guide |
| 11 | + - drivers |
| 12 | +--- |
| 13 | + |
| 14 | +::: en |
| 15 | +Mount media resources from an Emby server. |
| 16 | +::: |
| 17 | +::: zh-CN |
| 18 | +挂载 Emby 服务器中的媒体资源。 |
| 19 | +::: |
| 20 | + |
| 21 | +## URL { lang="en" } |
| 22 | + |
| 23 | +## URL 服务器地址 { lang="zh-CN" } |
| 24 | + |
| 25 | +::: en |
| 26 | +Emby server address, for example: `http://127.0.0.1:8086`. |
| 27 | +::: |
| 28 | +::: zh-CN |
| 29 | +Emby 服务器地址,例如:`http://127.0.0.1:8086`。 |
| 30 | +::: |
| 31 | + |
| 32 | +## ApiKey { lang="en" } |
| 33 | + |
| 34 | +## ApiKey { lang="zh-CN" } |
| 35 | + |
| 36 | +::: en |
| 37 | +Emby API Key. Use together with `UserID` for API authentication. |
| 38 | +::: |
| 39 | +::: zh-CN |
| 40 | +Emby API Key。与 `UserID` 搭配使用进行 API 认证。 |
| 41 | +::: |
| 42 | + |
| 43 | +## UserID { lang="en" } |
| 44 | + |
| 45 | +## UserID { lang="zh-CN" } |
| 46 | + |
| 47 | +::: en |
| 48 | +Emby user ID. Used with `ApiKey`. |
| 49 | +::: |
| 50 | +::: zh-CN |
| 51 | +Emby 用户 ID。与 `ApiKey` 搭配使用。 |
| 52 | +::: |
| 53 | + |
| 54 | +## Username { lang="en" } |
| 55 | + |
| 56 | +## 用户名 { lang="zh-CN" } |
| 57 | + |
| 58 | +::: en |
| 59 | +Emby account username. Used with `Password`. |
| 60 | +::: |
| 61 | +::: zh-CN |
| 62 | +Emby 账号用户名。与 `Password` 搭配使用。 |
| 63 | +::: |
| 64 | + |
| 65 | +## Password { lang="en" } |
| 66 | + |
| 67 | +## 密码 { lang="zh-CN" } |
| 68 | + |
| 69 | +::: en |
| 70 | +Emby account password. Used with `Username`. |
| 71 | +::: |
| 72 | +::: zh-CN |
| 73 | +Emby 账号密码。与 `Username` 搭配使用。 |
| 74 | +::: |
| 75 | + |
| 76 | +## LinkMethod { lang="en" } |
| 77 | + |
| 78 | +## 链接方式 LinkMethod { lang="zh-CN" } |
| 79 | + |
| 80 | +::: en |
| 81 | +Choose link method: |
| 82 | + |
| 83 | +- `stream`: Streaming link (recommended) |
| 84 | +- `download`: Direct download link |
| 85 | + |
| 86 | +Some Emby servers do not grant download permission. In that case, please use `stream`. |
| 87 | +::: |
| 88 | +::: zh-CN |
| 89 | +选择链接方式: |
| 90 | + |
| 91 | +- `stream`:串流链接(推荐) |
| 92 | +- `download`:下载链接 |
| 93 | + |
| 94 | +有些 Emby 服务器未开放下载权限,此时请使用 `stream`。 |
| 95 | +::: |
| 96 | + |
| 97 | +## Authentication Method { lang="en" } |
| 98 | + |
| 99 | +## 认证方式 { lang="zh-CN" } |
| 100 | + |
| 101 | +::: en |
| 102 | +Use **one** of the following login methods: |
| 103 | + |
| 104 | +1. `ApiKey + UserID` |
| 105 | +2. `Username + Password` |
| 106 | + |
| 107 | +Do not mix both methods at the same time. |
| 108 | +::: |
| 109 | +::: zh-CN |
| 110 | +登录方式二选一: |
| 111 | + |
| 112 | +1. `ApiKey + UserID` |
| 113 | +2. `Username + Password` |
| 114 | + |
| 115 | +请不要同时混用两种方式。 |
| 116 | +::: |
| 117 | + |
| 118 | +## Example Configuration { lang="en" } |
| 119 | + |
| 120 | +## 配置示例 { lang="zh-CN" } |
| 121 | + |
| 122 | +::: en |
| 123 | + |
| 124 | +- URL: `http://127.0.0.1:8086` |
| 125 | +- LinkMethod: `stream` |
| 126 | +- Authentication: choose one method only |
| 127 | + |
| 128 | +::: |
| 129 | + |
| 130 | +::: zh-CN |
| 131 | + |
| 132 | +- URL:`http://127.0.0.1:8086` |
| 133 | +- LinkMethod:`stream` |
| 134 | +- 认证方式:仅选择其中一种 |
| 135 | + |
| 136 | +::: |
0 commit comments