https://github.com/radarlog/gotv
GoTV is an m3u generator supporting different sources via plugins
https://github.com/radarlog/gotv
Last synced: 3 months ago
JSON representation
GoTV is an m3u generator supporting different sources via plugins
- Host: GitHub
- URL: https://github.com/radarlog/gotv
- Owner: radarlog
- License: mit
- Created: 2017-12-26T18:50:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T16:05:22.000Z (about 1 year ago)
- Last Synced: 2024-05-28T14:07:27.349Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GoTV
====GoTV is an open source app for generating m3u playlists from different sources.
Currently only sources from http://only-tv.org are supported.CONFIGURATION
-------------See `config.yml` for an example:
```yaml
channels:
mezzo:
plugin: onlytv
name: Mezzo
page_url: http://only-tv.org/mezzo.html
logo_url: http://only-tv.org/images/mezzo.png
```USAGE
-----```shell
$ gotv
Usage of gotv:
-config string
config file to read configuration from (default "config.yml")
-m3u string
m3u file to save a new playlist into (default "gotv.m3u")
```