tellytv / telly

An IPTV proxy
MIT License
760 stars 104 forks source link

What Filters to Use? #162

Closed gwizdavid closed 6 years ago

gwizdavid commented 6 years ago

How does --filter.regex="xxxx" work? Is it filtering the channel name from the epg listing? I'm not sure it does because my "sports" filter pulls in channel names without the word "sports". My problem is filtering channels using "US" still produces too many entries for Plex. And some filters don't add any channels. For instance, I would like to add in some kid's channels but I'm not sure how to pull those in beside naming each individual channel.

D34DC3N73R commented 6 years ago

It switched to a blacklist for some reason. So it's actually excluding everything with the word "sports" and returning the rest of your results. You need to add --regex.inclusive=true if you want it to work as a whitelist.

guyspr commented 6 years ago

Seems to be resolved, closing this issue.