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

Update plugin.py #681

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Update plugin.py #681

merged 1 commit into from
Aug 17, 2024

Conversation

danieltutuianu
Copy link
Contributor

@danieltutuianu danieltutuianu commented Aug 17, 2024

Expose "/picon" directory for web server to serve picon files to use links like

<icon src="http://{ IP / domain }:4444/picon/acasagoldhd.png" />

Expose "/picon" directory to serve picon files
Copy link

@jbleyel
Copy link
Contributor

jbleyel commented Aug 17, 2024

This is not needed because you can use this:

http://{ IP / domain }/picon/acasagoldhd.png

@danieltutuianu
Copy link
Contributor Author

danieltutuianu commented Aug 17, 2024

This is not needed because you can use this:

http://{ IP / domain }/picon/acasagoldhd.png

yes, you are right, but the using the

http://{ IP / domain }/picon/acasagoldhd.png

is through OpenWebif plugin and you will get an 403.6 IP address rejected if you will access from an external network.

by using <icon src="http://{ IP / domain }:4444/picon/acasagoldhd.png" /> you will access through EPGExport plugin and you will not have 403.6 IP address rejected.

that's the reason for this change.

thank you!

@jbleyel jbleyel merged commit 82fbcce into oe-alliance:master Aug 17, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants