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

tvg-logo= #6

Open
zebiden opened this issue Sep 6, 2018 · 10 comments
Open

tvg-logo= #6

zebiden opened this issue Sep 6, 2018 · 10 comments

Comments

@zebiden
Copy link

zebiden commented Sep 6, 2018

Hello there. first of all i like to thank you for the hard work . i have question regarding the the channel logo ,how can we activate to show the logo in the in the screen? Thank you

REM #EXTINF:-1 tvg-logo="http://myserver.com/euro-news.png" group-title=news",euro-news
@sudo97
Copy link
Owner

sudo97 commented Sep 9, 2018

Hi sorry for long reply, was it you, who wrote me on my email?

As I said, when the uri is parsed, you need to set the fields described here

I was about to make these changes, but too busy with other projects right now, if you would implement that, this would be great. this is not a hard task to-do.

@sudo97
Copy link
Owner

sudo97 commented Sep 9, 2018

I made it but didn't test, because I was not able to find any m3u8 with logo's in it. Please inform me on how does it look like.

@zebiden
Copy link
Author

zebiden commented Sep 10, 2018

thank you so much for your update . i my self dont have roku device at the moment .i will let my friend tested i will update you.Greetings

@zebiden
Copy link
Author

zebiden commented Sep 22, 2018

Thank you for your hard work .yes we can see the logo for the channels now. but we can not size the logo .ether is to big or to small .how can we adjust the size of to icon.
Thank you
Regards
Richard

@sudo97
Copy link
Owner

sudo97 commented Sep 24, 2018 via email

@zebiden
Copy link
Author

zebiden commented Sep 24, 2018

Hello and thank you for your email the icon size 100X100 png

Thank you

Richard

@zebiden
Copy link
Author

zebiden commented Sep 25, 2018

i try to integrate the the below script to the SimpleScene.xml they was not error but it didn't work

end function

function focusPercentChanged()
if m.top.listHasFocus and m.top.focusPercent > 0.5
m.itemText.color = "0x000000FF"
else
m.itemText.color = "0xFFFFFFFF"
end if
m.itemArtist.color = m.itemText.color
end function

function updateLayout()
if m.top.height > 0 and m.top.width > 0
posterSize = m.top.height
m.itemImage.width = m.top.height - 20 ' make the posters square
m.itemImage.height = m.top.height - 20
m.itemText.width = m.top.width - m.itemImage.width - 20
m.itemArtist.width = m.top.width - m.itemImage.width - 20
end if
end function

@zebiden
Copy link
Author

zebiden commented Oct 3, 2018

Hi sudo97 ,please any update for the icon .i try it any way to set the icon size the 100x100 .i didn't succeed .i will appreciate your help.
Thanks

@sudo97
Copy link
Owner

sudo97 commented Oct 4, 2018

well, I didn't want icons in the beginning and this is my project for fun. Hire me and I will make any app you like

@zebiden
Copy link
Author

zebiden commented Oct 4, 2018

Hi sudo97 yes sure , there is 3 things i like to add to it, icon ,category and favourite. please contact me via skype :martinex.ltd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants