-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
[BUG] Picons are out of date #245
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Picons are built and pushed weekly by this repo: https://github.com/linuxserver/picons-builder If the picon was recently added to the source repo, it may be a couple of weeks for it to show up in tvh due to the waterfall effect of the builds. |
The icon was added to the source repository 8 months ago though. If I've followed the trail successfully, this CI build for the |
That jenkins job was deprecated. The repo I linked earlier builds them as a scheduled GitHub workflow EDIT: There was a Jenkins job that used to build them and that was later deprecated. What you linked to is just a tvh dev branch build job from when I updated tvh to import the artifacts from the GitHub builder artifacts. |
Ah OK. The icon still isn't part of the image though. What do we need to do to solve this? |
Look through the repo I linked and see how the picons are generated. Maybe you'll notice an issue. I'm not familiar with picons at all. The person who created the builder left the team a long time ago. I just moved the generator over from the the old Jenkins job to GitHub workflows. I didn't change the generation process. |
I'm having the same issue, new channel icons are not appearing in tvheadend. I've had a look in the picon builder script and noticed there are differences in the script and the picons-readme, but I'm not sure if this is causing it to not update. These prerequisites are listed in the readme but are missing
Furthermore
|
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
I'll have a go at fixing it... no promises! |
I've spent some time this morning looking into this, and unfortunately, the error isn't something we can resolve. I can see that our picon builder job is running as it should be, I can then see the icons in the container are as up-to-date as possible from these builds. Taking your example of BBC Radio Cornwall, I can't find the icon in our image, nor does it generate when I manually create the picons (both in Docker as we do, and manually) but more so it is not generating the icon when using the default You may find some use in raising an issue with them and finding out why these icons do not generate. From what I can tell, the As this is a generic builder for all people, we build all icons. Sorry we cannot be any further help on this. |
Is there an existing issue for this?
Current Behavior
When I try to find some picons for channels that do have picons in the source repository, I'm unable to find them in the image.
For example,
bbcradiocornwall.default.svg
exists in the picons source, butbbcradiocornwall.png
does not exist in the latest Tvheadend Docker image.Expected Behavior
Picons that exist in the picons source repository are available in the Tvheadend Docker image.
Steps To Reproduce
Assign
file:///picons/bbcradiocornwall.png
to a channel, and see that the file doesn't exist.Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: