-
Notifications
You must be signed in to change notification settings - Fork 1
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
TV station logos are missing #14
Comments
My provider has http links for the icons so I have not tried anything else. From the url you mention, can you fetch the icon? If so, something could be done, yes |
Which provider do you mean? I've added the channel logos in Tvh and nothing more. Perhaps I'm not understanding the setup correctly. Is
Yes :)
Would be nice if you find the time, but it's just a nice to have feature for me. |
I get my channels from a m3u list, where there is already an http link for the icons, which is what tvheadend provides me. That's why the cache exists, so I don't hit that URL more than what's enough. I think something could be done when the url is of type |
I've never worked with Elixir/Erlang before, but I'll have a look at it when I find the time. |
Hi, first of all, thanks for this sweet project.
I've tvhstatus running, however I'm missing the stations' logos. I see failing queries like
[info] GET /icons/ZDF%20HD.png
. I also cannot find the icons route specified in the tvh API docs.What i found is
api/channel/grid
which returns a channel list with objects like this:from here one could use
tvheadendip.local/imagecache/313
to get the icon. Would it be possible to implement this route? Or am I missing something obvious?The text was updated successfully, but these errors were encountered: