> For the complete documentation index, see [llms.txt](https://embywiki.feverss.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://embywiki.feverss.cloud/use-on-various-devices/use-on-macos/using-official-client-on-macos/shi-yong-jiao-ben-po-jie.md).

# 使用脚本破解

## 一键破解 <a href="#yi-jian-po-jie" id="yi-jian-po-jie"></a>

打开 **终端** 或 **iTerm** ，输入下面命令并回车

```
/bin/bash -c "$(curl -fsSL https://git.io/EmbyPremiereUnlock.sh)"
```

![](/files/tqRZIXBGuOoAhLfoM3I9)

输入 Mac 开机密码后提示解锁成功并自动重启 Emby 客户端

由于破解脚本是放到 github 的，有的人网络不行，github 被污染，所以脚本可能没获取到，这会导致破解失败！

**这时请使用下面的备用脚本**

```
/bin/bash -c "$(curl -fsSL https://gitlab.com/iptv-org/embypublic/-/raw/master/Script/EmbyPremiere.sh)"
```

## 播放 <a href="#bo-fang" id="bo-fang"></a>

![](/files/LxoksxvuAJDxNjEHeE9C)

随便找一部影片来播放，美滋滋。

如果 Emby 客户端更新了，可能需要使用上面命令重新破解一下。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://embywiki.feverss.cloud/use-on-various-devices/use-on-macos/using-official-client-on-macos/shi-yong-jiao-ben-po-jie.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
