Skip to content
forked from takagen99/Box

Experimental Modified version of takagen99, with tradtional Chinese support, better english support, auto convert simpilifed chinese to tradtional chinese

License

Notifications You must be signed in to change notification settings

smarttommyau/Box

 
 

Repository files navigation

繁體中文支持的TV Box

Please report a issue if there is words that are not translated 如有未被翻譯的地方可以提出issue

功能

  1. 增加 繁體中文
  2. 自動翻譯內容成繁體中文,包括劇名、外掛簡體字幕等(當使用繁體中文)
  3. 更多英文被翻譯
  4. 遠程操作的網頁自帶繁轉簡,讓搜索更準確

My modification

  1. Added Tradionale Chinese
  2. More english string is being used
  3. Modified code to use strings.xml instead of random constants
  4. Auto translate content from simplified chinese to traditional chinese( https://github.com/liuyueyi/quick-chinese-transfer )

Box

=== Source Code - Editing the app default settings === /src/main/java/com/github/tvbox/osc/base/App.java

private void initParams() {

    putDefault(HawkConfig.HOME_REC, 2);       // Home Rec 0=豆瓣, 1=推荐, 2=历史
    putDefault(HawkConfig.PLAY_TYPE, 1);      // Player   0=系统, 1=IJK, 2=Exo
    putDefault(HawkConfig.IJK_CODEC, "硬解码");// IJK Render 软解码, 硬解码
    putDefault(HawkConfig.HOME_SHOW_SOURCE, true);  // true=Show, false=Not show
    putDefault(HawkConfig.HOME_NUM, 2);       // History Number
    putDefault(HawkConfig.DOH_URL, 2);        // DNS
    putDefault(HawkConfig.SEARCH_VIEW, 2);    // Text or Picture

}

=== Setting Up the Configuration Address ===

  • 数据源 > Input Source URL address
  • 直播 (Optional) > Input Live URL (http) address. If empty, will take Live URL from Source file
  • EPG (Optional) > Input EPG URL (http) address. If empty, will take EPG URL from Source file. If not found in Source file, default from http://epg.51zmt.top:8000/api/diyp/

About

Experimental Modified version of takagen99, with tradtional Chinese support, better english support, auto convert simpilifed chinese to tradtional chinese

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.7%
  • JavaScript 7.0%
  • CSS 5.2%
  • HTML 2.1%