-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: tvg-country, tvg-language, tvg-logo are missing since #6488 #6516
Comments
This is not a bug. Details: https://github.com/iptv-org/iptv/discussions/6340 |
@freearhey Thank you for the explanations. That is a good idea have the new API. Would you please fix this? Thanks a lot. |
The repository now only uses ids from iptv-org/database. Most Meanwhile, you can generate tvg-ids based on the channel name yourself as it was done before like so: generate('东至影视', 'cn') => 'DongZhiYingShi.cn' Lines 1 to 19 in 78190ea
or use the names themselves as an id. |
I'd like to help on fill in the Chinese ids, can you please let me know where should I make the changes? Thanks. |
If you just want to specify the correct id for the Chinese channels, it's enough to edit streams/cn.m3u file itself, like so: #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) To search for the correct ids, you can use https://iptv-org.github.io/ Most of the Chinese channels are already in the database, they just have an English name. For example, 影视频道 is saved as If some channel is not in the database or you find an error in its description, then yes, you can fix it directly in the channels.csv file. |
One question here, should the column "Name" attribute in the channels.csv be in English or in their native languages? |
That's a great idea! I will try to add this field to the file in the next couple of days. |
Field |
Thank you for the notice, I will try to add/update the Chinese channels. |
Describe your issue
tvg-country, tvg-language, tvg-logo are missing since #6488.
And a lot of tvg-id are emptied since this update, for example in cn.m3u:
Is this by design or a bug?
Thank you.
The text was updated successfully, but these errors were encountered: