# 第三章：导入与管理媒体资源及网盘

### 🌐 目前支持的资料库类型

Forward 除了可以直接导入设备本地视频文件，当前还可通过“添加资料库”功能，引入以下类型的远程媒体源：

| 资料库类型        | 功能说明                  |
| ------------ | --------------------- |
| Emby         | 家庭媒体服务器               |
| Jellyfin     | 开源家庭媒体服务器             |
| Stremio 插件   | Stremio addon         |
| 115网盘        | 个人网盘                  |
| 百度网盘         | 个人网盘                  |
| 123网盘        | 个人网盘                  |
| 阿里云盘         | 个人网盘                  |
| WebDAV/Alist | 基于 WebDAV 协议的文件列表     |
| SMB          | 局域网共享（Windows 共享、NAS） |
| 飞牛           | 飞牛fnOS NAS系统          |

***

### ➕ 一、如何添加资料库

1. 打开 **Forward**，切换到底部导航栏的 **“追剧”** 页面。
2. 点击左上角的 **➕（添加资料库）** 按钮。
3. 在弹出的「添加资料库」对话框中，选择你要接入的资料库类型。

点击➕选择要添加的资料库类型

***

### 🛠 二、填写连接信息

以 **Emby** 为例（其他类型同理）：

1. **服务器地址**：输入你的 Emby 或 Jellyfin 服务器 IP/域名（带端口）。
2. **用户名/Token**：根据服务端设置输入登录用户名。
3. **保存**：点击“保存”即完成添加。

> **提示**：
>
> * WebDAV：Forward会自动扫描一遍局域网内的 WebDAV 地址，也可以手动输入，并根据需要填写用户名、密码。
> * SMB：需在同一局域网内，填写共享路径和访问凭据。
> * 阿里云盘 / 115网盘：需跳转授权。

<figure><img src="/files/prq9eP2qZhevl0d8fNtp" alt=""><figcaption></figcaption></figure>

***

### 🔄 三、扫描与聚合

* 添加成功后，Forward 会自动开始**扫描**该资料库中的媒体文件。
* 扫描过程中，你可在“追剧”页面看到对应资料库的进度条。
* 扫描完毕后，Forward 会根据文件夹及元数据自动生成海报墙，统一展示在“发现”或“追剧”页面。

<figure><img src="/files/RZovfZt4miJK9uMEGVWz" alt=""><figcaption></figcaption></figure>

***

### ⚙️ 四、管理已添加的资料库

* 在 **“设置 > 资料库管理”** 中，可查看、编辑或删除已添加的源。
* 编辑时可修改地址、凭据或扫描规则（如排除某些文件夹）。
* 删除后，Forward 会同时清除对应媒体的索引数据。

***

**百度网盘**

1. 前往 **设置 > 资料库 > 添加资料库**。
2. 选择 **百度网盘** 类型。
3. 使用设备码（Device Code）方式完成 OAuth 认证。
4. 授权成功后即可浏览和播放百度网盘中的视频文件。

**注意**：

* 百度网盘 VIP 用户可享受更好的播放体验（更高速率/更高清晰度）。
* API 有频率限制（每秒 5 次请求、每月 100 次配额），大文件夹浏览时请耐心等待。

**123 云盘**

1. 前往 **设置 > 资料库 > 添加资料库**。
2. 选择 **123 云盘** 类型。
3. 使用 OAuth 设备码方式登录。
4. 登录后可直接串流播放云盘中的视频。

**注意**：

* 需要 123 云盘账户。
* API 频率限制为每秒 10 次请求。
* Token 过期自动刷新，用户无需手动操作。

> 📌 下一章将带你深入了解 Forward 的 **播放体验**：手势操作、字幕管理、AI 跳片段等核心功能。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://forward-2.gitbook.io/forward/di-san-zhang-dao-ru-yu-guan-li-mei-ti-zi-yuan-ji-wang-pan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
