# 附录一：其他使用技巧

### 🎞️ 1. 轮播图封面：选择海报或背景

Forward 首页轮播模块支持切换封面样式，可设置为：

* **海报**（Poster）：更加紧凑的信息展现形式，适用于内容较多的模块。
* **背景**（Backdrop）：视觉冲击力更强，推荐用于焦点推荐类内容。

此外，Forward 会尽可能使用 **无字幕高清海报**（如启用“尝试使用 TMDB 加载高清无字海报”选项），提升整体观感。

***

### 🔄 2. 服务器订阅：自动接入 MoviePilot 任务流

Forward 内置了对 MoviePilot（简称 MP）的订阅对接机制。

**🛠 配置步骤**

1. 前往 **设置 > 服务 > 服务器订阅**。
2. 开启 **「是否启用服务器订阅」** 开关。
3. 填写 **服务器地址**（你的 MoviePilot 实例地址）。
4. 根据需要开启 **「是否同步移除订阅」** — 在 Forward 中取消的订阅也会在 MP 中删除。
5. 若服务器需要认证，开启 **「是否需要登录」** 并填写用户名和密码。
6. 点击 **「测试连接」** 验证配置。

**🔄 同步逻辑**

* 在 Forward 中将影片加入「订阅清单」后，自动同步到 MoviePilot 的订阅任务。
* 支持按季度/剧集订阅。
* 订阅数据包含 TMDB ID、标题、年份、类型、季数、海报等。
* **功能说明**：开启功能后，当你将某部影片加入 Forward 的「待看清单」，该影片将自动同步至你在 MP 平台的订阅任务中。
* **适配插件**：需填写支持订阅的 MP 服务器地址，Forward 将自动完成数据对接。
* **相关设置**：
  * 支持移除同步（将 Forward 中已移除的片单从 MP 中取消）。

> 🎯 MoviePilot 是一款自动媒体采集工具，支持自动订阅和追踪影视资源更新，适合深度用户。

{% embed url="<https://t.me/ForwardWidgets/193>" %}

***

### ☁️ 3. CD2 登录集成：嵌入式支持

Forward 目前已内嵌支持使用 **CD2（CloudDrive 2）** 平台。

* **功能说明**：用户可通过 Forward 内部嵌入的网页，直接登录 CD2 平台进行账户管理与资源同步。
* **权限说明**：使用 CD2 功能需购买 CD2 作者的授权账号，Forward 本身不提供账号注册或购买服务。
* **同步范围**：登录后，部分资源聚合与订阅模块将能够直接关联 CD2 中的资源路径或索引服务。

**⚙️ 配置**

**路径**：设置 > 服务 > CloudDrive2 (Beta)

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

| 选项    | 说明                          |
| ----- | --------------------------- |
| 启动/停止 | 手动控制 CD2 本地服务的运行状态          |
| 随应用启动 | 开启后，打开 Forward 时自动启动 CD2 服务 |

**📌 技术细节**

* 本地 WebDAV 服务器运行在 `127.0.0.1:19798`（HTTP）/ `19799`（HTTPS）。
* 配置文件存储于 `Documents/config.toml`。
* 日志目录位于 `Documents/log/`。
* 支持文件浏览器 Web 界面。

> 📌 CD2 是一套基于浏览器的 WebDAV/CloudDrive 聚合资源解决方案，适合进行媒体资源聚合与内容源绑定。

***

### 📺tvOS TopShelf 支持

在 Apple TV 上，Forward 支持 TopShelf 展示，在主屏顶部快速浏览推荐内容。

**📺 展示内容**

* 正在追的剧集和最近观看的影片。
* 每个条目显示标题、简介、类型、时长、海报和背景图。
* 支持预告片视频自动预览播放。

**⚙️ 配置**

在 tvOS 端的 **设置 > 偏好 > 指定桌面内容模块** 中可调整 TopShelf 展示内容。数据缓存在本地，通过 模块共享给 TopShelf 扩展。

{% embed url="<https://t.me/forwardplayer/304>" %}

***

## 🔗 Forward URL Scheme 速查表

Forward 支持通过 **URL Scheme** 快速触发应用内操作，例如：

* ⚡ 快速导入服务器
* 🏠 导入首页配置
* 🧩 导入 Widget 模块
* 📦 导入 Stremio 源
* ▶️ 播放测试
* 🔎 快速搜索与内容定位

这些链接可以通过 **浏览器、二维码、Telegram、网页按钮等方式直接触发**。

***

## 📋 URL Scheme 快速列表

| 功能              | URL Scheme                   |
| --------------- | ---------------------------- |
| 📡 导入 Emby 服务器  | `forward://import?type=emby` |
| 🏠 导入首页配置       | `forward://home?code=`       |
| 🧩 导入 Widget 模块 | `forward://widget?url=`      |
| 📦 导入 Stremio 源 | `forward://stremio?url=`     |
| ▶️ 播放测试         | `forward://play?url=`        |
| 🎬 TMDB 跳转      | `forward://tmdb?id=&type=`   |
| ⭐️ IMDb 跳转      | `forward://imdb?id=`         |
| 🔍 全局搜索         | `forward://search?q=`        |

***

## 📡 导入 Emby 服务器

用于快速添加 **Emby 服务器配置**。

```
forward://import?type=emby&scheme=SCHEME&host=HOST&port=PORT&username=USERNAME&password=PASSWORD
```

***

## 🌐 Emby 多线路示例

```
forward://import?type=emby&scheme=SCHEME&host=HOST&port=PORT&username=USERNAME&password=PASSWORD&title=abc&line1=http://123.com&line1title=线路1&line2=https://456.com:8898&line2title=线路2
```

***

## 🏠 导入首页配置

```
forward://home?code=CODE&accessPassword=PASSWORD
```

***

## 🧩 导入 Widget 模块

```
forward://widget?url=
```

示例：

```
forward://widget?url=https://example.com/widgets.json
```

***

## 📦 导入 Stremio 源

```
forward://stremio?url=
```

***

## ▶️ 播放测试

```
forward://play?url=
```

示例：

```
forward://play?url=https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8
```

***

## 🎬 TMDB 跳转

通过 TMDB ID 直接打开影片或剧集详情页。

```
forward://tmdb?id=ID&type=TYPE
```

示例：

```
forward://tmdb?id=603&type=movie
```

参数说明：

| 参数      | 说明                |
| ------- | ----------------- |
| 🎬 id   | TMDB ID           |
| 📺 type | 类型：`movie` 或 `tv` |

***

## ⭐️ IMDb 跳转

通过 IMDb ID 快速打开对应内容。

```
forward://imdb?id=ID
```

示例：

```
forward://imdb?id=tt0133093
```

***

## 🔍 全局搜索

在 Forward 内发起全局搜索。

```
forward://search?q=KEYWORD
```

示例：

```
forward://search?q=Interstellar
```

***

## 💡 使用技巧

📢 频道：@forwardplayer\
🧩 组件频道：@ForwardWidgets\
💬 群组：@inchmade\_studio

在社区中，你可以获取：

* 最新版本更新信息
* 官方或第三方模块分享
* 使用技巧与问题交流

### 更多技巧（即将补充）

* 🎚️ **播放页面手势技巧**
* 🧩 **模块调试与布局优化**
* 🔁 **快速清理缓存或重置推荐偏好**
* 📁 **批量导入配置文件操作建议**

***


---

# 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/fu-lu-yi-qi-ta-shi-yong-ji-qiao.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.
