diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-09-28 12:49:57 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-09-28 12:49:57 +0200 |
commit | b4bcc942db4c8f21f2af54f8ac31d69342598973 (patch) | |
tree | 3eb06582d0b7abc34148efd1690f6c6f99f1b2f7 /main/tvheadend/419e10eadde5048a99e40f23a37f4d9718496709.patch | |
parent | 019e6d5bdfce9f30b4411adfd8a9f03bb7eaf570 (diff) | |
download | aports-b4bcc942db4c8f21f2af54f8ac31d69342598973.tar.bz2 aports-b4bcc942db4c8f21f2af54f8ac31d69342598973.tar.xz |
main/tvheadend: upgrade to 4.0.6
Diffstat (limited to 'main/tvheadend/419e10eadde5048a99e40f23a37f4d9718496709.patch')
-rw-r--r-- | main/tvheadend/419e10eadde5048a99e40f23a37f4d9718496709.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/main/tvheadend/419e10eadde5048a99e40f23a37f4d9718496709.patch b/main/tvheadend/419e10eadde5048a99e40f23a37f4d9718496709.patch new file mode 100644 index 0000000000..c81d65e613 --- /dev/null +++ b/main/tvheadend/419e10eadde5048a99e40f23a37f4d9718496709.patch @@ -0,0 +1,37 @@ +From 419e10eadde5048a99e40f23a37f4d9718496709 Mon Sep 17 00:00:00 2001 +From: Carlo Landmeter <clandmeter@gmail.com> +Date: Wed, 23 Sep 2015 07:49:23 +0200 +Subject: [PATCH] fastscan: fix Canal Digitaal HD on astra3 + +--- + data/conf/fastscan | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/data/conf/fastscan b/data/conf/fastscan +index 56aad0f..ca0d361 100644 +--- a/data/conf/fastscan ++++ b/data/conf/fastscan +@@ -83,19 +83,19 @@ + { + "name": "Canal Digitaal HD", + "position": 235, +- "frequency": 12187000, ++ "frequency": 12070000, + "symbolrate" : 27500000, + "polarisation" : "H", +- "delsys" : "dvbs2", ++ "delsys" : "dvbs", + "pid": 901 + }, + { + "name": "TV Vlaanderen HD", + "position": 235, +- "frequency": 12187000, ++ "frequency": 12070000, + "symbolrate" : 27500000, + "polarisation" : "H", +- "delsys" : "dvbs2", ++ "delsys" : "dvbs", + "pid": 911 + }, + { |