飞牛装好了?送你一个5万+影音中心 无脑傻瓜安装

一、一键安装命令 bash <(curl -sSLf https://xy.ggbond.org/xy/xy_install.sh)

备用: bash -c “$(curl -sSLf https://xy.ggbond.org/xy/xy_install.sh)”

二、解决Emby在浏览器中播放115资源的跨域请求问题 修正后的命令: docker exec emby sh -c “cp /system/dashboard-ui/modules/htmlvideoplayer/basehtmlplayer.js /system/dashboard-ui/modules/htmlvideoplayer/basehtmlplayer.js_backup && sed -i ‘s/mediaSource\.IsRemote&&”DirectPlay”===playMethod?null:”anonymous”/null/g’ /system/dashboard-ui/modules/htmlvideoplayer/basehtmlplayer.js”

注:第三个字符串”emby”代表容器名,改成你要修改的emby容器的正确名字,默认是emby可直接复制粘贴执行。

三、windows映射飞牛webdav驱动器

1、右击开始菜单,以管理员模式打开Powershell(打开cmd命令窗口也行,你喜欢用哪个都行,喜欢什么姿势进入都行!)

2、输入以下命令停止webclient服务:net stop webclient

3、输入regedit打开注册表;

4、导航到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters;

5、改以下键值: BasicAuthLevel:将其值改为 2,以同时支持HTTP和HTTPS。 FileSizeLimitInBytes:将其值改为 ffffffff,以解除从WebDAV下载文件的大小限制。

6、输入以下命令启动webclient服务:net start webclient

暂无介绍....