飞牛装好了?送你一个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
延伸阅读:
飞牛云NAS-搭建私有音乐库-自动刮削歌词封面-配合各个平台客户端使用
飞牛音乐 飞牛Navidrome 飞牛搭建免费音乐服务器 音流
飞牛云NAS-搭建完全免费的AI应用-国内无需科学-免费使用gpt-4o-mini模型
飞牛装好了?送你一个5万+影音中心 无脑傻瓜安装
一、一键安装命令 bash <(curl -sSLf https://xy.ggbond.org/xy/xy_in...