GithubHelp home page GithubHelp logo

Comments (32)

GhostofGeeeee avatar GhostofGeeeee commented on July 22, 2024 1

Note if I don't use the InfoBarGenerics.py patch the blue button is ok.

You can compare these files!
with patch
without patch

I don't have config.workaround.blueswitch in my /etc/enigma2/settings file.

then:
short -> QuickMenu
long -> ExtensionMenu

else:
short -> ExtensionMenu
long -> QuickMenu

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024 1

Please wait a few days. There is a big update for 7.4 coming soon.

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024 1

The big update is not finished. That’s why we have splited.

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024

Please try this:
InfoBarGenerics.py.zip

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

Hello,

Tried but I have a crash, see the log.
The subservices is :
5002:0:1:8C90:CE56:D596:DDDD0000:0:0:0:streamlink%3a//https%3a//www.youtube.com/watch?v=Z-Nwo-ypKtM:FRANCEINFO IPTV YT
20240224-111853-enigma2-crash.log

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024

Please try again.
InfoBarGenerics.py.zip

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

I confirm now it's working.
Thanks

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

Thanks for this commit.

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

Hi @jbleyel

About this commit, blue button function has been changed, now simple press display "choose an extension"
5002_0_1_BB6F_F1E_D596_DDDD0000_0_0_0_20240225085548

instead of this one now enabled by long press blue button .
5002_0_1_BB6F_F1E_D596_DDDD0000_0_0_0_20240225090538

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024

That’s nearly impossible.
You may have changed the blue button settings.

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

No changes for these buttons:
config.misc.ButtonSetup.f1=Module/Screens.Information/ServiceInformation
config.misc.ButtonSetup.red=Module/Screens.PluginBrowser/PluginBrowser
4097_0_1_4E83_9FE_4DBB_DDDD0000_0_0_0_20240225093556
4097_0_1_4E83_9FE_4DBB_DDDD0000_0_0_0_20240225093539

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024
config.workaround.blueswitch = ConfigSelection(default=0, choices=[
	(0, _("QuickMenu/Extensions")),
	(1, _("Extensions/QuickMenu"))
])

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024
	<item level="0" text="BLUE switch: BLUE/BLUE long" description="Switch BLUE short (QuickMenu) with BLUE long (Extension Menu).">config.workaround.blueswitch</item>

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

Have I to do something with these lines?

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024

Have I to do something with these lines?

No .. this is the setting to define the blue button action.

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

Hello @jbleyel ,

Is see this ticket is closed. Has this update been commited to 7.4 branch? With the blue button fix?

Thanks

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024

What you mean?
There is no blue button fix because there is no issue with that. Or do I miss something?

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

This update was to implement streamlink:// in subservices. And with your InfoBarGenerics.py patch we can now select a subservice using streamlink. But during the test I tell you that this has an effect on the blue button which lost its native action.

See previous messages.

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024

This commit cannot have any effect on the blue button-> 9bd598c

There must be something else.

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024

Please check this setting:

config.workaround.blueswitch

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

I don't have config.workaround.blueswitch in my /etc/enigma2/settings file.
Note if I don't use the InfoBarGenerics.py patch the blue button is ok.

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024

I cannot reproduce this on my box.
I have the new InfoBarGenerics.py and no config.workaround.blueswitch in my settings.

Blue short -> QuickMenu
Blue Long -> Extensions Menu

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024

Do you have 7.4 + Devel feed or only 7.4?

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

Only 7.4.

But I think that Blue short has to point to this screen, or not?
image

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

But I have this one
image

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024

Or you use this:
InfoBarGenerics.py.zip

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

Or you use this: InfoBarGenerics.py.zip

ok and will this version be commited ?

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024

No. That’s a special version only for you because you have not the devel feed.

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

So I have to patch InfoBarGenerics.py until 7.5 is out?

from enigma2.

jbleyel avatar jbleyel commented on July 22, 2024

So I have to patch InfoBarGenerics.py until 7.5 is out?

No 7.4 release.

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

So I have to patch InfoBarGenerics.py until 7.5 is out?

No 7.4 release.

Oh yes I forgot 7.4 is in beta version.
Thanks

from enigma2.

jeepcook avatar jeepcook commented on July 22, 2024

Please wait a few days. There is a big update for 7.4 coming soon.

Update for streamlink is now commited on 7.4 Beta version. Thanks.
But it wasn't a big 7.4 update.

from enigma2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.