Roshan-R / termv

A terminal iptv player written in bash
GNU General Public License v3.0
232 stars 21 forks source link

Add category filter #29

Closed tsof1 closed 2 years ago

tsof1 commented 2 years ago

Allow the option of filtering by category before feeding the data into fzf. Related to #4 Could also be used for language and NSFW(#19 ) filters by extending TERMV_FILTER

Roshan-R commented 2 years ago

Thanks for the PR @tsof1 Did a quick test and it worked as expected

I'm definitely interested in extending this for creating filters for language and for the country. Would creating new variable TERMV_LANGUAGE and TERMV_COUNTRY do the job ?

tsof1 commented 2 years ago

Thanks for the project! Yes, I've added the filter options for language and country and any combination of filters can be used

Roshan-R commented 2 years ago

Everything works perfectly, Thanks again for the PR Merging to main