Giter Club home page Giter Club logo

my-tv-0's Introduction

我的電視·〇

電視網絡視頻播放軟件,可以自定義視頻源

my-tv-0

使用

  • 遙控器左鍵/觸屏單擊打開節目列表
  • 遙控器右鍵/觸屏雙擊打開配置
  • 遙控器返回鍵關閉節目列表/配置
  • 打開配置頁后,選擇遠程配置,掃描二維碼可以配置視頻源地址等。
  • 如果視頻源地址已配置,並且打開了“啟動后自動更新視頻源”后,軟件啟動后自動更新視頻源
  • 在節目列表顯示的時候,右鍵收藏/取消收藏

注意:

  • 視頻源可以設置為本地文件,格式如:file:///mnt/sdcard/tmp/channels.m3u /channels.m3u

目前支持的配置格式:

  • txt
    組名,#genre#
    標題,視頻地址
    
  • m3u
    #EXTM3U
    #EXTINF:-1 tvg-name="標準標題" tvg-logo="图标" group-title="組名",標題
    視頻地址
    
  • json
    [
      {
        "group": "組名",
        "logo": "图标",
        "name": "標準標題",
        "title": "標題",
        "uris": [
          "視頻地址"
        ],
        "headers": {
          "user-agent": ""
        }
      }
    ]

推薦配合使用 my-tv-server

下載安裝 releases

更多地址 my-tv-0

image image image

更新日誌

更新日誌

其他

建議通過ADB進行安裝:

adb install my-tv-0.apk

小米電視可以使用小米電視助手進行安裝

TODO

  • 視頻解碼
  • 支持回看
  • 詳細EPG
  • 淺色菜單
  • 無效的頻道?
  • 判断文件是否被修改
  • 多源管理
  • 如果上次播放頻道不在收藏?
  • 當list為空,顯示group
  • 默認頻道菜單顯示

讚賞

image

感謝

live

my-tv-0's People

Contributors

lizongying avatar wq1977 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.