alex-ahl / iptv-handler

Exclude unwanted channels based on group and generate a new M3U file with proxied streams and attributes. Streams get proxied through a webserver running on the app. Xtream support.
MIT License
41 stars 10 forks source link

Feature request "GROUP_INCLUDES" #5

Open htsachakis opened 8 months ago

htsachakis commented 8 months ago

Hello ,

Is it possible to have a feature "GROUP_EXCLUDES" with the reverse functionality like "GROUP_INCLUDES" ? Basic discard everything except the wanted groups !

Example if we have now groups 1,2,3,4,5,6,7,8,9,10 and i want to get in the final list only the group 5 then i must type all the others groups (1,2,3,4,6,7,8,9,10) in the "GROUP_EXCLUDES" and that is hard in cases that you have 50+ groups or new groups included in the original list .

So the Required settings be something like either "GROUP_EXCLUDES" or "GROUP_INCLUDES" to be the app executable .

Thank you

alex-ahl commented 7 months ago

Hi

It is of course possible to implement and seems to be a popular feature. I will have this in mind when deciding on what to implement next.