Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add de/hanau/synvia transponders #145

Open
wants to merge 2 commits into
base: tvheadend
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
All tables are now using DVBv5 format. That allows suporting all standards
available on a standard way.

GENERATING DVBV5 FILES FOR THIS REPO
=====================================
Install w_scan_cpp
Scan w_scan_cpp -f c -x > yourchannels.txt
while C stands for the type of DVB, one of A, C, S or T.

To publish the file:
- fork the repo
- add the file to your repo
- then add a pull request

GENERATING FILES TO THE LEGACY DVBV3 FORMAT
===========================================

Expand Down
Loading