最近花了240块收了个AOC显示器一体机的J4125+8G的小主板,配了1u小电源,M.2转sata的转接板,搞了个9盘位的NAS玩了下Emby,感觉挺好用的,但是对于一些资源的刮削受墙的影响,还是有些欠缺,所以就有了今天的随笔
大名鼎鼎的MetaTube刮削插件,作为刮削功能的补充,首先这玩意分为客户端和服务器端
客户端也就是安装在大家Jellyfin/Emby/Plex中的插件:
---------------------------官方文档及增强-----------------------------------
Jellyfin
Emby
PS:Emby 后续插件更新由计划任务在后台自动完成。
Plex
如何找到 Plex 插件目录请参考:
How do I find the Plug-Ins folder?
Windows
The plug-ins folder on Windows is located inside of the user directory.
%LOCALAPPDATA%Plex Media ServerPlug-ins macOS Using the Finder’s “Go” menu, select Go To Folder… then enter the following in the dialog box that pops up: ~/Library/Application Support/Plex Media Server/Plug-ins Linux In general, the Plug-Ins folder for the various Linux versions of Plex Media Server will be found under: $PLEX_HOME/Library/Application Support/Plex Media Server/Plug-ins NAS Devices and Other Linux-Based Installs Plug-ins files will be located in a Plug-ins directory inside the main server data directory. Related Page: Where is the Plex Media Server data directory located?
常见的 Emby 插件目录如下:
/volume1/Emby/plugins
embyprogramdataplugins
<配置文件夹>/plugins
/var/lib/emby-server/plugins/
---------------------------官方文档及增强-----------------------------------
是不是发现下载地址都被墙了?没事给你们准备好了....
链接: https://pan.baidu.com/s/1Drc98hIrq11Ij3caP4PNNw?pwd=1234
提取码: 1234
按照步骤安装,完成后在插件里设置里填写后端服务器
想偷懒的直接填写172.245.184.231:65530 然后直接去刮吧.......
喜欢研究的,我们继续...................
首先这玩意后端资源要求非常低
理论上任何内存>=128MB,硬盘>=2G的机器,都可以直接运行二进制程序或者docker容器。
然后这个后端必须得是没有墙的..........这个非常重要,不然部署成功没法去查询的
这个后端实际就是个代理查询的服务器
后端的搭建:
---------------------------官方文档及增强-----------------------------------
直接部署(★☆☆)
Tips:
Docker部署(★★☆)
请确保部署平台已有Docker环境,否则请先安装Docker
直接运行以下任意一条命令即可:
docker run -d -p 8080:8080 --name metatube metatube/metatube-server:latest
docker run -d -p 8080:8080 -v $PWD/config:/config --name metatube metatube/metatube-server:latest -dsn /config/metatube.db
-P后面的参数随便改你喜欢的端口号,比如12345:8080 或者 2233:8080之类的,很多运营商喜欢封前面的一些端口号,不知道图个啥...........
然后DOCKER 部署的话建议加上
docker update --restart=always metatube
遇到过几次异常之后DOCKER挂了,让它自动重启,保证服务连续性
服务器后端的文件我就不放了,你要下不到,就不用想着部署这个了........
我们纯技术讨论,有没有啥其他好玩的插件,或者NAS的软件推荐的呀??