Skip to content

xkwjyu/FongMi-TV

 
 

Repository files navigation

TV

Based on CatVod

https://github.com/CatVodTVOfficial/CatVodTVJarLoader

Download

TV
Mobile ...incoming

How to build

Use dev branch

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 64.5%
  • CSS 29.7%
  • HTML 5.6%
  • Other 0.2%