Drafts笔记管理
macOS命令行管理
该技能通过自动化Stremio网页界面,搜索影视内容并将本地流媒体链接投射到Chromecast设备,实现从电脑到电视的无缝观影体验。
环境准备
pip install playwright && playwright installpip install catt调用方式
当用户说”在Chromecast上播放XX”或”在电视上看XX”时触发。
参数说明
query:要搜索的影视名称(必填)device:Chromecast设备名称,默认”Living Room”执行示例
python3 scripts/stremio_cast.py "The Matrix" "Quarto"
见下方输入与输出表格。
| 项目 | 内容 |
|---|---|
| 输入 | 影视标题(query)、Chromecast设备名(device,可选,默认”Living Room”) |
| 输出 | 投屏执行状态及Chromecast播放反馈 |
| 适用人群 | Stremio用户、Chromecast持有者、需要自动化投屏的用户 |
| 不包含 | Stremio服务端安装、硬件设备提供、版权内容获取、其他投屏协议支持 |
| 依赖条件 | 本地Stremio Service(11470端口)、Playwright、CATT工具、同网络Chromecast |
scripts/stremio_cast.py中的选择器原始链接:https://github.com/openclaw/skills/tree/main/skills/pedro-valentim/stremio-cast/SKILL.md
来源类型:GitHub仓库