SmartTube是一款針對Android TV的先進播放器,而且是免費和開源的。
✅ 功能:無廣告 ‧ SponsorBlock(一個開源的瀏覽器擴充功能和開放 API,用於跳過 YouTube 影片中的贊助商片段) ‧ 可調整播放速度 ‧ 8K支援 ‧ 60fps ‧ HDR ‧ 閱讀即時聊天 ‧ 可自訂按鈕 ‧ 無Google服務 ‧ 友善的國際社群
❌ 缺點:不支援手機和平板電腦,評論穩定性差,語音搜尋和投射支援可能不如官方應用程式,取決於你的設備;試試看吧!
官方GitHub Repo: https://github.com/yuliskov/SmartTube
下載最新穩定版本的apk檔案:
https://github.com/yuliskov/SmartTubeNext/releases/download/latest/smarttube_stable.apk
在Chromecast with Google TV上,默認情況下禁止安裝應用程式,因此需要額外的步驟:
在你的電腦安裝adb
例如,你可以在macOS上使用Homebrew安裝它
brew install android-platform-tools
其他作業系統請參考:How to install ADB on Windows, macOS, and Linux
adb connect <你的電視的IP位址>
adb install smarttube_stable.apk
參考: How To Sideload Apps On Your Android TV (2021)?
SmartTube is an advanced player for Android TVs and TV boxes, free & open source.
✅ Features: no ads ‧ SponsorBlock(an open-source crowdsourced browser extension and open API for skipping sponsor segments in YouTube videos) ‧ adjustable playback speed ‧ 8k support ‧ 60fps ‧ HDR ‧ read live chat ‧ customizable buttons ‧ no Google Services ‧ helpful international community
❌ Disadvantages: no support for phones and tablets, no comments stability, voice search and casting support might be worse than in the official apps, depending on your device; give it a try!
Offcial GitHub Repo: https://github.com/yuliskov/SmartTube
Download latest stable release apk file:
https://github.com/yuliskov/SmartTubeNext/releases/download/latest/smarttube_stable.apk
On Chromecast with Google TV, installation of apps is blocked by default, so an extra step is required:
Install adb
For example, you can install it with Homebrew on macOS
brew install android-platform-tools
Other OS: How to install ADB on Windows, macOS, and Linux
adb connect <IP address of your TV>
adb install smarttube_stable.apk