If you have the playlist and put it in the right place it will work with MP what is more annoying on the octocast tool is that you have to wait every time until it did his update check. I already disassembled it and made it threaded, but they refused my patch you can also change a variable after disassembling to disable the ad
I think you'll find it is c:\ProgramData\Team MediaPortal\MediaPortal TV Server\TuningDetails\dvbipPS: Where is "the right place" for the .m3u?
That said, DD offers a transponder list for their WMC tool for my provider (YouSee), but don't seem to have the same for the OctoCast tool. They have transponder lists for download, but they changed the format to something quite a bit different and with many more parameters, so converting is not at all straightforward.
That said, DD offers a transponder list for their WMC tool for my provider (YouSee), but don't seem to have the same for the OctoCast tool. They have transponder lists for download, but they changed the format to something quite a bit different and with many more parameters, so converting is not at all straightforward.
Do you still need a file for YouSee? I have a working list - let me know if you want it.
public override ITvSubChannel Tune(int subChannelId, IChannel channel)
{
DVBIPChannel chan = channel as DVBIPChannel;
if (!chan.FreeToAir)
{
var append = String.Format("&x_pmt={0}", chan.PmtPid);
if (!chan.Url.EndsWith(append))
{
chan.Url = chan.Url + append;
}
}
return base.Tune(subChannelId, chan);
}
I went a little further this time and i first created a small utility to generate two types of m3u using http://www.dtvmonitor.com.
One with only the transponders (for use in MP) and a second one with all the channel (for use in VLC).
I went a little further this time and i first created a small utility to generate two types of m3u using I grabbed 1.6 TVLibrary source code and edited TvCardDVBIPBuiltIn.cs to include code.
Yes, it is natively supported in the latest NativeTV build for MP2.Any news for native support for the OctopusNet in MP?