> For the complete documentation index, see [llms.txt](https://wiki.vertex-app.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.vertex-app.top/zhui-ju/mei-ti-fu-wu-tong-zhi.md).

# 媒体服务通知

Vertex 通过监听一个网络地址, 由上述 Emby / Plex / Jellyfin 媒体服务器在进行 添加新项目 / 播放开始 / 播放停止 等操作时, 发送相关内容至 Vertex, 由 Vertex 将信息推送至 Vertex 内设置的通知工具

## 要求

要求 Emby / Plexy / Jellyfin 服务器能够访问到 Vertex

## 关于推送内容

因为三类媒体服务器所推送至 Vertex 的内容不同, 因此 Vertex 推送至通知工具的内容可能因媒体服务器的不同而有所差异 另外, 推送通知的封面可以在 Vertex - 全局设置 内修改, 默认为 Vertex 的 Logo

## 监听地址

```yaml
  Plex: http://$IP:$PORT/api/openapi/$APIKEY/plex
  Emby: http://$IP:$PORT/api/openapi/$APIKEY/emby
  Jellyfin: http://$IP:$PORT/api/openapi/$APIKEY/Jellyfin
```

上述地址中 $IP / $PORT / $APIKEY 应当根据自己的实际情况修改

```yaml
$IP: 即访问 Vertex 所用到的的 IP 地址
$PORT: 即访问 Vertex 所用到的的 端口
$APIKEY: Vertex 的 APIKEY, 可以在 Vertex - 全局设置 内找到, 如果 ApiKey 一栏为空, 需要保存一次全局设置然后生成
```

## 配置教程

{% file src="/files/ndVSFZghzMSHAW6L27Ma" %}
