mirror of https://github.com/FongMi/TV.git
parent
f0b8e880d2
commit
aa5ad07bee
@ -1,14 +1,32 @@ |
||||
# TV |
||||
# 影視 |
||||
|
||||
### 基於 CatVod 項目 |
||||
|
||||
### Based on CatVod |
||||
https://github.com/CatVodTVOfficial/CatVodTVJarLoader |
||||
|
||||
### Download |
||||
[TV-Java](https://github.com/FongMi/TV/blob/main/release/leanback-java.apk?raw=true "TV-Java") |
||||
[TV-Python](https://github.com/FongMi/TV/blob/main/release/leanback-python.apk?raw=true "TV-Python") |
||||
### 下載 |
||||
|
||||
[Jar+Js](https://github.com/FongMi/TV/blob/main/release/leanback-java.apk?raw=true "TV") |
||||
[Jar+Js+Py](https://github.com/FongMi/TV/blob/main/release/leanback-python.apk?raw=true "TV") |
||||
|
||||
### 點播欄位 |
||||
|
||||
<pre><code>searchable:搜索 (0:關閉、1:啟用) |
||||
filterable:篩選 (0:關閉、1:啟用) |
||||
switchable:換源 (0:關閉、1:啟用) |
||||
playerType:播放器 (1:IJK、2:EXO)</code></pre> |
||||
|
||||
### 直播欄位 |
||||
|
||||
<pre><code>ua:UserAgent |
||||
epg:節目網址 |
||||
logo:台標網址 |
||||
boot:是否自動開啟 |
||||
playerType:播放器</code></pre> |
||||
|
||||
### 配置範例 |
||||
|
||||
### Config Example |
||||
[Vod-Online](other/sample/vod/online.json) |
||||
[Vod-Offline](other/sample/vod/offline.json) |
||||
[Live-Online](other/sample/live/online.json) |
||||
[Live-Offline](other/sample/live/offline.json) |
||||
[點播-線上](other/sample/vod/online.json) |
||||
[點播-本地](other/sample/vod/offline.json) |
||||
[直播-線上](other/sample/live/online.json) |
||||
[直播-本地](other/sample/live/offline.json) |
||||
|
||||
Loading…
Reference in new issue