Skip to content
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

Have event data for each channel separately on channel selection list #3502

Closed
biko-73 opened this issue Jan 18, 2025 · 14 comments
Closed

Have event data for each channel separately on channel selection list #3502

biko-73 opened this issue Jan 18, 2025 · 14 comments

Comments

@biko-73
Copy link

biko-73 commented Jan 18, 2025

Hope to have developed source for ServiceEvent provided data for all of event which on channel selection list separately

Now we have event now, event next for channel selected only

If we can get event data for each channel on channel selection list then we can use it on skin to display event name, event start time, end time, remaining, also we can use event name to have posters, backdrop for each channel separately

I attach screenshot for channel view 2Line
And I use on it as example event start, end time
Which you can see it repated same on all channel because only we have event data for selected channel

Image

Hope that's will developed soon as all new channel view grid, vertical, horizontal need more about event data separately for each channel

Any other explanation needed, or test I am here

Thanks a lot about all new provided from team

@jbleyel
Copy link
Contributor

jbleyel commented Jan 19, 2025

You wanna have start and end time info for current and next event separately inside of the list?

@biko-73
Copy link
Author

biko-73 commented Jan 19, 2025

Hope to have all event data as name, event start & end time which in channel list..... separately to use out of list

But if that not easy to develop
then start and end time info for current and next event separately inside of the list be ok

@jbleyel
Copy link
Contributor

jbleyel commented Jan 19, 2025

So you want to have the EPG Data in the list or outside of the list?

Inside -> No problem it's there
Outside -> No way .. you have to use a Converter.

@biko-73
Copy link
Author

biko-73 commented Jan 19, 2025

Inside
as you mentioned no problem
We not have that on template file as index
Only we have title, picon, progress bar
No start event time, end time or remain

Outside
hope to have that OK

no problem by converter or any other way
As now we have only data for channel selected

Event name for each channel is mandatory to help providing poster or backdrop for each channel

@jbleyel
Copy link
Contributor

jbleyel commented Jan 19, 2025

Inside as you mentioned no problem We not have that on template file as index

		# EPG
		# 101 = Title
		# 102 = ShortDescription
		# 103 = ExtendedDescription
		# 104 = StartTime
		# 105 = EndTime
		# 106 = StartEndTime
		# 107 = Duration
		# 108 = StartTime+duration
		# 109 = StartTime+endTime+duration
		# 110 = CoverImage # TODO

		# 20X -> second event
		# 30X -> 3rd event
		# 40X -> 4rd event
		# 50X -> 5th event
		# 90X -> 9th event

Outside hope to have that OK no problem by converter or any other way As now we have only data for channel selected
-> This is by design. You can't get EPG data for non selected channels. Otherwise you create another MultiEPG screen. That's not the right way.

@biko-73
Copy link
Author

biko-73 commented Jan 19, 2025

Would you explain how to use

	# EPG
	# 101 = Title
	# 102 = ShortDescription
	# 103 = ExtendedDescription
	# 104 = StartTime
	# 105 = EndTime
	# 106 = StartEndTime
	# 107 = Duration
	# 108 = StartTime+duration
	# 109 = StartTime+endTime+duration
	# 110 = CoverImage # TODO

	# 20X -> second event
	# 30X -> 3rd event
	# 40X -> 4rd event
	# 50X -> 5th event
	# 90X -> 9th event

----------------‐----------------------------------------
Outside
Agreed this is by design.

Why can't get Epg data for non selected channel as it already displayed on channel list

Could you explain more about MultiEPG screen

@biko-73
Copy link
Author

biko-73 commented Jan 19, 2025

i try to use
<text index="StartTime" position="758,95" size="190,25" font="2" wrap="noWrap" foregroundColor="grey2" foregroundColorSelected="white" /> <text index="EndTime" position="top" size="90,35" font="2" wrap="noWrap" foregroundColor="grey2" foregroundColorSelected="white" />

but not display data

@Papi2000-new
Copy link

The documentation for Metrix-atv can be found there:
https://github.com/openatv/MetrixHD

@biko-73
Copy link
Author

biko-73 commented Jan 19, 2025

Thanks i see the documentation for Metrix-atv
but there are no vertical or horizontal templates
and no use about what mentioned

# EPG # 101 = Title # 102 = ShortDescription # 103 = ExtendedDescription # 104 = StartTime # 105 = EndTime # 106 = StartEndTime # 107 = Duration # 108 = StartTime+duration # 109 = StartTime+endTime+duration
only he have <text index="Title1" position="top" size="140,20" font="3" wrap="noWrap" />

@biko-73
Copy link
Author

biko-73 commented Jan 19, 2025

Title = ok

are you sure that added as index !!
i try to use it all .... not work
ShortDescription = no display
ExtendedDescription = no display
StartTime = no display
EndTime = no display
StartEndTime = no display
Duration = no display
StartTime+duration = no display
StartTime+endTime+duration = no display

@jbleyel
Copy link
Contributor

jbleyel commented Jan 19, 2025

"Title1" -> Title for Current
"Title2" -> Title for Next

"StartTime1" -> StartTime for Current
"StartTime2" -> StartTime for Next

and so on ..

			"Title"
			"ShortDescription"
			"ExtendedDescription"
			"StartTime"
			"EndTime"
			"StartEndTime"
			"Duration"
			"StartTimeDuration"
			"StartTimeEndTimeDuration"
			"CoverImage"

You can also use
index="101"

	# 101 = Title
	# 102 = ShortDescription
	# 103 = ExtendedDescription
	# 104 = StartTime
	# 105 = EndTime
	# 106 = StartEndTime
	# 107 = Duration
	# 108 = StartTime+duration
	# 109 = StartTime+endTime+duration
	# 110 = CoverImage # TODO

	# 20X -> second event
	# 30X -> 3rd event
	# 40X -> 4rd event
	# 50X -> 5th event
	# 90X -> 9th event

@biko-73
Copy link
Author

biko-73 commented Jan 19, 2025

Well done 👏
Thanks now is OK
Hope todo cover
And outside event on future
Thanks again for awesome work you do

Image

@jbleyel
Copy link
Contributor

jbleyel commented Jan 19, 2025

Outside of the list widget-> not possible.
Cover coming soon.

@biko-73
Copy link
Author

biko-73 commented Jan 19, 2025

How should Title2 displayed as new way by numbers

as you mentioned can also use
index="101"

Cause I try it and not work

@biko-73 biko-73 closed this as completed Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants