4v3ngR / pluto_tv_scraper

Generate an m3u8 and xml (epg) for pluto tv channels
https://www.npmjs.com/package/plutotv-scraper
MIT License
21 stars 6 forks source link

Suggestion: Ability to append another number as initial starting number for tvg-chno= #9

Closed wazerstar closed 10 months ago

wazerstar commented 10 months ago

When launching the script it will start with first channel having number 1.

When you have different m3u8 and others and combining them, it can be frustrated to have different files where they all start with 1 - and up.

Suggestion is to allow us to have something like --tvg-chno-start 55

Then the first initiate channel would be 55 and the next 56, and so on.

What do you think?

4v3ngR commented 10 months ago

I've added a --chno <num> option. This is the first channel number and the channel numbers increment across all regions.