oe-alliance / AutoBouquetsMaker

Automatically build and update bouquets from the DVB stream.
GNU General Public License v3.0
22 stars 59 forks source link

Fix providers, CanalSat France and TNTSAT #118

Open Huevos opened 5 years ago

Huevos commented 5 years ago

Won't tune due to provider changes.

New transponder parameters, 19.2E, 11856 V. FEC change to 2/3, modulation change to 8PSK.

Also, changes to BAT. We need a full transport stream recording so we can assess the problem.

Huevos commented 5 years ago

TNTSAT is fixed and committed. https://github.com/oe-alliance/AutoBouquetsMaker/commit/5af906cfa90096f0f4c7298c1db3289d547c4720

CanalSat tuning data has been updated and committed. https://github.com/oe-alliance/AutoBouquetsMaker/commit/027f61eb0e9d38457ad15c9af5e5256a58c58e18

CanalSat is still broken. LCN data is missing from the SI tables since the transponder update. We have tested various transponders for a good source of LCN data but although CanalSat is listed in the BAT of many of them no LCN data is available. If this is not found on any transponder this provider will have to be abandoned.

How much does the channel list differ from TNTSAT?

miberian commented 11 months ago

Does anyone have an official channel list to look at? I managed to grab the attached from a BAT table in one of CanalSat transponders but not sure it is the right bouquet.

canalsat.xlsx

Huevos commented 11 months ago

@miberian hi, your commit from yesterday, we need to do that a different way. We can't hack the scanner for one provider. If I code it differently can you test it?

As for canalsat, I don't know. Have you compared the results with SatScanLcn?

What image are you using?

miberian commented 11 months ago

For Movistar, yes I understand. It is fixed in pull request #280 which only requires changes to the provider xml. Sorry these are my first steps with the plug-in.

I am testing with OpenATV 7.3.

I don’t really use CanalSat but was trying to learn why it is not working. But I don’t think I can do it without the expected/official channel list.

Thanks.