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.
 
 
 
 
 
FongMi 86068b0426 Update folder 3 years ago
app Add progress for change live 3 years ago
catvod Update build.gradle 3 years ago
forcetech Clean code 3 years ago
gradle/wrapper Update gradle and clean code 3 years ago
other Update folder 3 years ago
pyramid Fix py load 3 years ago
tvbus support live - part 7 3 years ago
.gitignore Custom exo for fix hls segment error 3 years ago
README.md Optimize live home load 3 years ago
build.gradle init py 3 years ago
gradle.properties Add play controller - part 4 3 years ago
gradlew Initial commit 4 years ago
gradlew.bat Initial commit 4 years ago
settings.gradle Support rtmp 3 years ago

README.md

TV

Based on CatVod

https://github.com/CatVodTVOfficial/CatVodTVJarLoader

Download

TV-Java
TV-Python

Local Config Example

file://cat.json
{
   "spider":"spider.jar",
   "sites":[
      {
         "key":"one",
         "name":"One",
         "type":3,
         "api":"csp_Csp",
         "searchable":1,
         "quickSearch":1,
         "filterable":1,
         "ext":"file://one.json"
      },
      {
         "key":"two",
         "name":"Two",
         "type":3,
         "api":"csp_XPath",
         "searchable":1,
         "quickSearch":1,
         "filterable":1,
         "ext":"two.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