Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#13129 closed Bug Report - General (fixed)

Needed DVB-S symbol rate not included in defined list

Reported by: wdirksen@… Owned by: Stuart Auchterlonie
Priority: minor Milestone: 30.0
Component: MythTV - General Version: v29-fixes
Severity: medium Keywords: symbol rate
Cc: Ticket locked: no

Description

I live in NZ where the used DVB-S symbol rate is 22500000. As of ver 29 there is no way to freely define the symbolrate in mythtv-setup's scan commands.

Change History (4)

comment:1 Changed 6 years ago by Stuart Auchterlonie

Milestone: 29.030.0
Owner: set to Stuart Auchterlonie
Status: newaccepted
Version: Unspecifiedv29-fixes

If you are able to test a patch, this should do the trick

Index: mythtv/mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h
===================================================================
--- mythtv.orig/mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h
+++ mythtv/mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h
@@ -171,6 +171,7 @@ class ScanSymbolRateDVBS: public TransMy
                 "million symbols per second."));
         addSelection("3333000");
         addSelection("22000000");
+        addSelection("22500000");
         addSelection("23000000");
         addSelection("27500000", "27500000", true);
         addSelection("28000000");

comment:2 Changed 6 years ago by Stuart Auchterlonie <stuarta@…>

Resolution: fixed
Status: acceptedclosed

In 2719ff14552bc9ee3f4884eef35beba202119c75/mythtv:

[dvb-s] Fixes #13129. Add 22500000 symbol rate

comment:3 Changed 6 years ago by Stuart Auchterlonie <stuarta@…>

In 7080df5b71a707b070f05ef729b88dce5400652e/mythtv:

[dvb-s] Fixes #13129. Add 22500000 symbol rate

(cherry picked from commit 2719ff14552bc9ee3f4884eef35beba202119c75)

comment:4 Changed 6 years ago by wdirksen@…

Verified. 2250000 in list and channel scanner uses it

Note: See TracTickets for help on using tickets.