2015-03-25, 12:53
Hi there,
Any idea how I would go about adding specific radio channels broadcasting now/next playing as mpeg2 video stream to the "Radio" group instead of "TV"? ("music choice" does that for example)
I've tried editing the vnsiserver channelfilter.c to add an additional check and edited my channels.conf so the radio channels in question got an RID of 1:
That didn't work sadly. I don't have any clue about writing code though, it's mostly trial and (lots of) error.
Any idea how I would go about adding specific radio channels broadcasting now/next playing as mpeg2 video stream to the "Radio" group instead of "TV"? ("music choice" does that for example)
I've tried editing the vnsiserver channelfilter.c to add an additional check and edited my channels.conf so the radio channels in question got an RID of 1:
Code:
else if (channel->Vpid() == 0 || channel->Vpid() == 1) || channel->Rid() == 1)
That didn't work sadly. I don't have any clue about writing code though, it's mostly trial and (lots of) error.
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)