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

zap not working for a 4097 stream at modern interface #32

Closed
erich-b opened this issue Nov 9, 2023 · 9 comments
Closed

zap not working for a 4097 stream at modern interface #32

erich-b opened this issue Nov 9, 2023 · 9 comments
Labels
BUG 🐞 Not working as expected

Comments

@erich-b
Copy link

erich-b commented Nov 9, 2023

see thread in V1 (E2OpenPlugins/e2openplugin-OpenWebif#1578). Issue exists identically in current version

If you click the button with the little remote on it, zapping works.
If you click the channel-name or the picon the previous channel stops playing (audio and also video if it was a tv-channel) but zapping to the new channel does not happen

@erich-b erich-b added the BUG 🐞 Not working as expected label Nov 9, 2023
@jbleyel
Copy link
Contributor

jbleyel commented Nov 10, 2023

Is this a Firefox only issue?
Or do you have that in any browser?

@erich-b
Copy link
Author

erich-b commented Nov 10, 2023

happens in any browser... i just tried it again in Chrome.
cause seems to me a missing character in the URL that is called.
Got the called URLs from the development tools from Chrome and Firefox (identical in both cases).
Working (clicking on the button with the remote)
http://x.x.x.x/api/zap?sRef=4097%3A0%3A2%3A3%3A1%3A3%3A0%3A0%3A0%3A0%3Ahttps%253a//stream.radiotechnikum.at/RADIOONE%3ARadio%20ONE&_=1699602112617
Not-Working (clicking on the station logo or name):
http://x.x.x.x/api/zap?sRef=4097%3A0%3A2%3A3%3A1%3A3%3A0%3A0%3A0%3A0%3Ahttps%3A//stream.radiotechnikum.at/RADIOONE%3ARadio%20ONE&_=1699602112618

Serviceline for the station in my example:
#SERVICE 4097:0:2:3:1:3:0:0:0:0:https%3a//stream.radiotechnikum.at/RADIOONE:Radio ONE
#DESCRIPTION Radio ONE

@erich-b
Copy link
Author

erich-b commented Nov 14, 2023

Thx for the fast fix, but I have to re-open it.
Issue has inverted now...
Now clicking on the station logo and the title works, but the URL behind the remote-symbol-button is now broken, because the replace seems to happen twice.

Logo or stationname: http://x.x.x.x/api/zap?sRef=4097%3A0%3A2%3A3%3A1%3A3%3A0%3A0%3A0%3A0%3Ahttps%253a//stream.radiotechnikum.at/RADIOONE%3ARadio%20ONE&_=1699988881961
remote-symbol-button: http://x.x.x.x/api/zap?sRef=4097%3A0%3A2%3A3%3A1%3A3%3A0%3A0%3A0%3A0%3Ahttps%25253a//stream.radiotechnikum.at/RADIOONE%3ARadio%20ONE&_=1699988881962

(Serviceline is the same as in my previous post)

@jbleyel
Copy link
Contributor

jbleyel commented Nov 14, 2023

please try this:

channels.tmpl.zip

@erich-b
Copy link
Author

erich-b commented Nov 14, 2023

sorry, that's too much indepth unix for me. I got your previous fix with the normal update on my box, but have no idea how to get a .tmpl into a .pyc file and have it properly replaced/installed on the box

@jbleyel
Copy link
Contributor

jbleyel commented Nov 14, 2023

Delete channels.pyc in this folder on your box:

/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/views/responsive/ajax

and copy the channels.tmpl into this folder

@erich-b
Copy link
Author

erich-b commented Nov 15, 2023

didn't expect it to be that easy...

It works with that file. All 3 methods (logo, station name and remote-symbol) are switching to 4097 radio channels properly.

Thx a lot for your help!

@jbleyel
Copy link
Contributor

jbleyel commented Nov 15, 2023

Please try again.
The Picon click was wrong in the last version.
channels.tmpl.zip

@erich-b
Copy link
Author

erich-b commented Nov 15, 2023

Still working for me.

jbleyel added a commit that referenced this issue Nov 15, 2023
* fix zap of iptv channels

#32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG 🐞 Not working as expected
Projects
None yet
Development

No branches or pull requests

2 participants