mirror of https://github.com/FongMi/TV.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
810 B
28 lines
810 B
# TV
|
|
|
|
### 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")
|
|
|
|
### 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)
|
|
|
|
### Subtitle Format
|
|
In playerContent put "sub"
|
|
|
|
#### Single
|
|
title#MIME#url
|
|
#### Multiple
|
|
title#MIME#url$$$title#MIME#url
|
|
#### MIME Type
|
|
.srt = application/x-subrip
|
|
.vtt = text/vtt
|
|
.ass = text/x-ssa
|
|
#### Example
|
|
Avatar#application/x-subrip#https://github.com/FongMi/TV/subtitle.srt
|
|
|