# 媒体服务通知

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" %}


---

# 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://wiki.vertex-app.top/zhui-ju/mei-ti-fu-wu-tong-zhi.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.
