First verified MediaPortal export.
Adding orbital position filter.
2 using System.Collections.Generic;
3 using System.ComponentModel;
8 using System.Threading.Tasks;
9 using System.Windows.Forms;
11 using System.Diagnostics;
18 public partial class MainForm : Form
22 InitializeComponent();
25 private void buttonGenerate_Click(object sender, EventArgs e)
27 List<Channel> channels=KingOfSat.Parse("http://en.kingofsat.net/pack-skygermany.php","19.2°E");
28 MediaPortal.Export(channels,"channels.xml");