ZeroTV is an IPTV application for tvOS. It relies on TVVLCKit and has borrowed some code from the VLC AppleTV application.
- Quick access to your list of favorite shows
- Subtitle support for VOD episodes (powered by OpenSubtitles.org, API key required)
- Subtitle selection for Live channels with subtitle tracks
- Subtitle offset adjustment
- Episodes that have been watched will be marked with a checkmark
- Manually marking an episode as watched or unwatched
- Resuming a partially watched episode
- Jumping forward/backward 10 seconds
- Scrubbing (for non-linear content)
- Search
- Manifest will be cached and is easily updated within app
- Bookmarking specific videos
- Create
Config.plist
atZeroTV/Config.plist
- Add your IPTV manifest URL to
ManifestURL
inConfig.plist
- Add your OpenSubtitles.org API Key to
OpenSubtitlesAPIKey
inConfig.plist
- Configure the
FavoriteShows
array inConfig.plist
with the titles of your favorite shows.
ZeroTV is under the LGPLv2.1 license.