Roshan-R / termv

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

Is there a way to use this project with my own m3u links? #32

Closed petrusd10s closed 1 year ago

petrusd10s commented 2 years ago

Basically the question itself. It would be a remote list

Roshan-R commented 1 year ago

Termv uses a lot of json manipulation that is specific to the way how iptv-org structures it's json file. So I don't think just changing the url for the list would suffice.

But I am interested in creating some sort of way for users to choose another list. Maybe an alternate source?

Roshan-R commented 1 year ago

So the solution was to let the user host a new json file and point to it using the environment variable TERMV_API_URL. This has been merged to the main branch.