Replies: 0 comments 2 replies
-
populating currently empty native_names in channels.csv can also be done by a script\bot by reverse matching - taking channel_ids from channels.csv and finding streams with such ids in streams file and taking channel names from there as native_names into channels.csv |
Beta Was this translation helpful? Give feedback.
-
For this, bot should be able to notify us that a new channel with no info appeared, after being added in a list. It should be possible via a trigger of some sort, explaining it vulgarly could be :
This means we require "tvg-id" to be filled before doing anything, or we automatize the tvg-id creation (either by taking the name of the channel, or translating it like we did before). |
Beta Was this translation helpful? Give feedback.
-
Maybe instead of using channels.csv and tediously matching channel IDs for each stream by hand - it could be possible to just make bot do it via a script? there's a "native_name" field in the channels.csv which should be the same as a channel official name and the one used when adding channels
even if a native name field isn't filled at all - we could just go fill it once (instead of placing tvg-ids by hand into added channels each time)
what do you think?
https://github.com/iptv-org/api
e.g. a user addes a stream:
bot checks channels.csv for such name and when he finds it
EuropaPlusTV.ru,Europa Plus TV,,,RU,,,c/RU,rus,music,FALSE,https://europaplustv.com/,
bot later adds
tvg-id
into it from the found channel and it becomesin the end streams file
I know about chanels with the same name, but I think correct one could be found by first filtering by
country
orbroadcast_area
orlanguage
additional automation ideas:
status=""
field by the bot too so user doesn't have it?Beta Was this translation helpful? Give feedback.
All reactions