Hi !
I just completed my first lump of code for setupTV.exe.
I have added a new button on the "TV-epg grabber" tab section.
It's called "All Grouped".
What it does is quite simple but useful ... in my setup atleast.
It simply marks all the channels in the list that have more than 1 group associated with it.
Why ?
I have made 3 custom TV groups consisting of some 100 channels.
My entire channel list is about 1000.
Now I want to have DVB EPG grabbing on only those channels that are in a group.
I only watch my grouped channels, the other 900 channels are just sitting there.
(I know I could delete them).
Instead of looking through all those 1000 some channels and tagging each channel that belongs to a group I decided to throw in some C# code that could do this for me in a jiffy.
Diff's attached.
I just completed my first lump of code for setupTV.exe.
I have added a new button on the "TV-epg grabber" tab section.
It's called "All Grouped".
What it does is quite simple but useful ... in my setup atleast.
It simply marks all the channels in the list that have more than 1 group associated with it.
Why ?
I have made 3 custom TV groups consisting of some 100 channels.
My entire channel list is about 1000.
Now I want to have DVB EPG grabbing on only those channels that are in a group.
I only watch my grouped channels, the other 900 channels are just sitting there.
(I know I could delete them).
Instead of looking through all those 1000 some channels and tagging each channel that belongs to a group I decided to throw in some C# code that could do this for me in a jiffy.
Diff's attached.