Emby 4.8.11🎈破解版

    108

自用Docker emby 4.8.11 🎈破解

系统:Debian or 飞牛NAS

破解程序通用

🎟️docker emby

docker-compose.yaml

services:
  emby:
    image: emby/embyserver
    container_name: emby
    restart: unless-stopped
    network_mode: bridge
    ports:
      - 8096:8096
    environment:
      - TZ=Asia/Shanghai
    volumes:
      - ./config:/config
      - ./media:/mnt  # 自定义路径
    healthcheck:
      test: ["CMD", "ls", "/mnt"]
      interval: 30s
      timeout: 5s
      retries: 3
      start_period: 10s

✨️破解

下载并解压破解补丁

wget --no-check-certificate https://cangshui.net/-down/-mysh/emby/emby4.8.11.0/emby-happy.tar
tar -xf emby-happy.tar

或者下载我上传的https://www.123865.com/s/YrnDVv-2pFb?pwd=emby

emby-happy解压路径自定义

cd emby-happy

docker cp ./connectionmanager.js emby:/system/dashboard-ui/modules/emby-a piclient/connectionmanager.js

docker cp ./Emby.Web.dll emby:/system/Emby.Web.dll

docker cp ./embypremiere.js emby:/system/dashboard-ui/embypremiere/embypremiere.js

docker cp ./MediaBrowser.Model.dll emby:/system/MediaBrowser.Model.dll

docker cp ./Emby.Server.Implementations.dll emby:/system/Emby.Server.Implementations.dll

# 这五条命令里的 "emby:" 请改成你自己的容器名称

重启

docker restart emby

🔖插件

神医助手:https://github.com/sjtuross/StrmAssistant

网易云搜刮插件:https://github.com/xixka/Emby.Music-China-Provider

🫧弹幕

https://github.com/9channel/dd-danmaku

修改文件 /system/dashboard-ui/index.html (Docker版,其他类似),在</body>前添加如下标签

<script src="https://cdn.jsdelivr.net/gh/RyoLee/emby-danmaku@gh-pages/ede.user.js" defer></script>

另一个方案

https://github.com/fengymi/emby-plugin-danmu

🖌️美化

docker exec EmbyServer /bin/sh -c 'cd /system/dashboard-ui && wget -O - https://raw.githubusercontent.com/Nolovenodie/emby-crx/master/script.sh | sh'

消息盒子

# 暂无消息 #

只显示最新10条未读和已读信息