Configure Channel List
Last updated
Last updated
channel_list sheet has 6 column . name as : channel_id,category_id,channel_name,channel_live_url,channel_image_url,is_popular
channel_id
category_id
channel_name
channel_live_url
channel_image_url
is_popular
1
1
News Channel
url_to_live
url_to_image
true
2
2
Sports Channel
url_to_live
url_to_image
true
3
1
Entertainment
url_to_live
url_to_image
false
4
3
Discovery
url_to_live
url_to_image
true
Certainly, here's how the "channel_list" sheet would look after adding data:Ensure that each channel_id is unique and not repeated across different rows of data. Additionally, use the appropriate category_id from the "category" sheet to associate each channel with its respective category.
Here is what the bottom of the sheet looks like