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

Feature Request High-Res icons #46

Open
adamprice2 opened this issue Mar 8, 2021 · 0 comments
Open

Feature Request High-Res icons #46

adamprice2 opened this issue Mar 8, 2021 · 0 comments

Comments

@adamprice2
Copy link

adamprice2 commented Mar 8, 2021

Not exactly a high-priority request, but the 84x48 icons look a bit rubbish on my 4k tv.
This chunk of code is really ugly, but it replaces them with 640x360 images that look a lot nicer.

def fetch_imageUrl(self, relPath):
               x = self.IMAGES_ROOT + relPath.replace('/images/channels', '')
               return  x.replace("84x48","640x360")

Ideally I guess you should have a configuration item for the size of the icon and let users pick, but that is way beyond my python skills right now.

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

1 participant