Skip to content

Commit

Permalink
Add tuning data for Eutelsat 7 satellite
Browse files Browse the repository at this point in the history
This is the tuning data for one transponder on Eutelsat 7 from which
all other transponders can be found with a "Full Scan (Tuned)".

(cherry picked from commit 88c7d97)
  • Loading branch information
kmdewaal committed Jul 27, 2022
1 parent d761e9f commit 8550188
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 5 additions & 4 deletions mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h
Expand Up @@ -231,10 +231,11 @@ class ScanTransponder: public TransMythUIComboBoxSetting
addSelection("(Select Satellite)", "Select", true);

// Satellite tuning data
m_tdm["Hotbird"] = { "Hotbird", "Hotbird 13.0E", "12015000", "h", "27500000", "8PSK", "DVB-S2", "3/4" };
m_tdm["Astra-1"] = { "Astra-1", "Astra-1 19.2E", "11229000", "v", "22000000", "8PSK", "DVB-S2", "2/3" };
m_tdm["Astra-3"] = { "Astra-3", "Astra-3 23.5E", "12031500", "h", "27500000", "QPSK", "DVB-S2", "auto"};
m_tdm["Astra-2"] = { "Astra-2", "Astra-2 28.2E", "10714000", "h", "22000000", "QPSK", "DVB-S", "5/6" };
m_tdm["1 E7"] = { "1 E7", "Eutelsat 7.0E", "10804000", "v", "30000000", "QPSK", "DVB-S2", "5/6" };
m_tdm["2 HB"] = { "2 HB", "Hotbird 13.0E", "12015000", "h", "27500000", "8PSK", "DVB-S2", "3/4" };
m_tdm["3 A1"] = { "3 A1", "Astra-1 19.2E", "11229000", "v", "22000000", "8PSK", "DVB-S2", "2/3" };
m_tdm["4 A3"] = { "4 A3", "Astra-3 23.5E", "12031500", "h", "27500000", "QPSK", "DVB-S2", "auto"};
m_tdm["5 A2"] = { "5 A2", "Astra-2 28.2E", "10714000", "h", "22000000", "QPSK", "DVB-S", "5/6" };

for (auto &td: m_tdm)
{
Expand Down
2 changes: 0 additions & 2 deletions mythtv/libs/libmythtv/channelscan/channelscanner.cpp
Expand Up @@ -106,8 +106,6 @@ void ChannelScanner::Teardown(void)
}
}

// full scan of existing transports broken
// existing transport scan broken
void ChannelScanner::Scan(
int scantype,
uint cardid,
Expand Down

0 comments on commit 8550188

Please sign in to comment.