阿里云电视6.0(阿里云盘4.8.0版本)
8、挂载阿里云盘&安装Emby/Jellyfin
挂载阿里云盘并安装Emby/Jellyfin的具体步骤如下:
首先,通过命令将阿里云盘挂载为本地磁盘(只读)。
执行如下命令进行挂载操作:
cd~
sudo apt-get update
sudo apt-get install-y fuse3 libfuse3-3 wget ghproxy.com/... dpkg-i aliyundrive-fuse_0.1.14_arm64.deb#删除安装包节约空间 rm aliyundrive-fuse_0.1.14_arm64.deb
创建目录结构:
mkdir-p/mnt/aliyundrive/var/run/aliyundrive-fuse
获取并替换你的阿里云refresh_token:
JSON.parse(localStorage.token).refresh_token
将refresh_token替换为你自己的值后执行挂载命令:
aliyundrive-fuse--allow-other-r xxxxxxxxxxxxxx-w/var/run/aliyundrive-fuse/mnt/aliyundrive
确保无误后,关闭进程。
编辑rc.local文件:
sudo vim/etc/rc.local
添加挂载阿里云盘的命令:
sleep 5 aliyundrive-fuse--allow-other-r xxxxxxxxxxxxxx-w/var/run/aliyundrive-fuse/mnt/aliyundrive
重启系统以使更改生效。
在/mnt/aliyundrive目录下测试文件访问。
编辑初始化脚本以实现自动挂载:
#!/bin/sh
添加自动挂载阿里云盘的命令:
aliyundrive-fuse--allow-other-r xxxxxxxxxxxxxx-w/var/run/aliyundrive-fuse/mnt/aliyundrive
确保脚本可执行:
chmod+x aliyundrive-fuse
注册自动启动服务:
update-rc.d aliyundrive-fuse defaults
重启系统以使更改生效。
测试自动挂载功能:
cd/mnt/aliyundrive
ls-al
移除自动启动服务:
update-rc.d-f aliyundrive-fuse remove
第二步,安装Emby。
选择Emby是因为它拥有更好的电视端和手机端软件,且有维护者提供pj版本,便于直接安装。
下载并安装Emby:
cd~
wget ghproxy.com/... dpkg-i emby-server-deb_4.7.6.0_arm64.deb#删除安装包节约空间 rm emby-server-deb_4.7.6.0_arm64.deb
访问Emby控制台:
http://你的ip地址:8096
完成Emby的设置。
首次扫描的刮削过程需要耐心等待,因为它可能会消耗大量资源。
关于Jellyfin的安装,可参考以下步骤:
使用curl和gnupg安装Jellyfin:
sudo apt install-y curl gnupg curl-fsSL repo.jellyfin.org/ubunt...| sudo gpg--dearmor-o/etc/apt/trusted.gpg.d/jellyfin.gpg
添加Jellyfin仓库:
echo"deb [arch=$( dpkg--print-architecture)] repo.jellyfin.org/$( awk-F'=''/^ID=/{ print$NF}'/etc/os-release)$( awk-F'=''/^VERSION_CODENAME=/{ print$NF}'/etc/os-release) main"| sudo tee/etc/apt/sources.list.d/jellyfin.list
更新并安装Jellyfin:
sudo apt update
sudo apt install-y jellyfin
如需获取Emby手机版和电视版的pj软件,可关注频道:t.me/EmbyNoisyX
小米4C电视机能不能刷纯净安卓或阿里云系统
1、本固件为线刷包,下载后即为晶晨s905L系列小米盒子4C安卓6.0通刷固件,USB烧录,第一次启动比较慢,耐心等待。正常23秒开机,系统干净。目前只支持eMMC闪存,默认配置官方原版遥控器,如需修改解包替换etc目录下的remote.conf,想支持多遥控,自行修改内核,烧录时尽量不要擦除bootloader。
2、固件是基于ASOP、Uboot源码编译及第三方固件精心优化而来,默认氧气桌面,非官方Logo和无运营商相关信息,未集成其他APK,系统纯净;测试机型为小米盒子4C,其它S905L芯片盒子未测试,理论上支持;
3、其他优化自行体验,固件支持启动基于LibreELEC的Linux系统(如lakka)。
4、开启S905L满血状态,增加点播直播解码器。
5、目前暂时无法刷回官方系统!慎重考虑刷机!刷机有风险!
刷机完成效果图:
请点击输入图片描述