Hi,
DVB-S Tuning fails...because :
263c263
< if (option == 'V' || option == 'v')
---
> if (option == "V" || option == "v")
265c265
< else if (option == 'H' || option == 'h')
---
> else if (option == "H" || option == "h")
And there is also something wired in the SQL Query in CheckChannel:
.arg("Input1") // Should be (channelinput)
Kenny.