AList proxy server for TvBox, support playlist and search.
Build
mvn clean package
Run
sudo bash -c "$(curl -fsSL https://d.har01d.cn/update_xiaoya.sh)"
java -jar target/alist-tvbox-1.0.jar
TvBox Config
Use this config url http://ip:4567/sub/0
.
Customize
Backed URL support multiple values, use comma as separator. e.g.: disable 2 sites by key, change 1 site name by key, add new site.
{
"sites-blacklist": ["csp_Bili", "csp_Biliych"],
"sites": [
{
"key": "js豆瓣",
"name": "js豆瓣"
},
{
"key": "测试",
"name": "测试",
"type": 3,
"api": "/tvbox/libs/drpy.min.js",
"searchable": 2,
"quickSearch": 0,
"filterable": 1
}
],
"parses": [
{
"name":"测试1",
"type":3,
"url":"测试"
}
]
}
from https://github.com/power721/alist-tvbox
(https://github.com/power721/alist-tvbox/blob/master/doc/README_zh.md)
------------------------------------------------------
No comments:
Post a Comment