hoshsadiq / m3ufilter

ABANDONED - A tool that allows to filter specific items from an m3u filter designed for IPTV.
GNU General Public License v2.0
48 stars 18 forks source link

Bare M3u file issue #30

Closed mlcarson closed 3 years ago

mlcarson commented 3 years ago

My provider sends a barebone M3U file. Ex:

#EXTM3U
#EXTINF:-1,ABC East
http://some.stream/23

I'd still like to filter the file via the provider filter but there's no attribute to filter on. If the provider filter isn't used, it brings the name in as the tvg-name which is good but that doesn't mean that I can filter based on the attribute tvg-name. Is there a way to do this besides having m3ufilter import from the website and then import it's own created file again where tvg-name would be available for filtering?

mlcarson commented 3 years ago

Figured it out, Found another example where the field Name was used and that worked.