Giter Club home page Giter Club logo

enigma2's People

Contributors

abubaniaz avatar athoik avatar betacentauri avatar blzr avatar buglessrb avatar christophecvr avatar cofybreak avatar dima73 avatar eriksl avatar hains avatar huevos avatar iansav avatar ims21 avatar linuxstv avatar littlesat avatar mirakels avatar mtdcr avatar nautilus7 avatar persianpros avatar pieterg avatar pr2git avatar radxnl avatar stevenhoving avatar taapat avatar teamblue-e2 avatar technl avatar tmbinc avatar urmasp avatar wanwizard avatar zgemma-star avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

enigma2's Issues

eTextPara::clearGlyphFlag sets flag instead of clearing it

Describe the bug
In <lib/gdi/font.h>, the code of eTextPara::clearGlyphFlag looks as if the flags are set instead of cleared.
The code looks identical to eTextPara::setGlyphFlag.

Expected behavior
Shouldn't line 214 looks like:
glyphs[g].flags &= ~f;

Additional context
It seems that eTextPara::clearGlyphFlag isn't used anywhere so far.

struct gRGB in gpixmap.h seems to parse hex values in colorstring wrongly

Describe the bug
Instanciating a gRGB struct with a colorstring which includes 0xA to 0xF digits results in a wrong value.

To Reproduce
Steps to reproduce the behavior:
gRGB colr = gRGB("12345678);
results in: colr.value = 305419896, colr.a = 18, colr.r = 52, colr.g = 86, colr.b = 120 which is the expected behaviour
colr = gRGB( "ABCD5678" );
results in: colr.value = 305419896, colr.a = 18, colr.r = 52, colr.g = 86, colr.b = 120 which produces the same result as above with a completely different stringcolor value.

Expected behavior
colr = gRGB( "ABCD5678" );
should result in: colr.value = 2882360952, colr.a = 171, colr.r = 205, colr.g = 86, colr.b = 120

Additional context
The cause of this behaviour seems to reside here:

val |= (colorstring[i]) & 0x0f;

'A' & 0x0f will result in 0x01 instead of 0x0a,
'B' & 0x0f in 0x02 instead of 0x0b, etc.

Problem with HDR channels , teamblue 6.4

Hello,
I've gigablue ue 4k, with teamblue image 6.4,
When I run an HDR channel on ASTRA like ses uhd demo and UHD1 by ASTRA tv , the tv philips 4k Detects the HDR signal but the image Becomes pale and à little dark, the problem doesn't exists when i use the internal receiver of my tv, what do you think ? I use teamblue 6.4, last version 2021, thank you in advance

teamblue 6.4-Dm520

After successful image building
The image only works if the skin ( gigabluepax ) is of high resolution full hd ( 1920 X 1080 )
720p : Sound without a picture

3

-- video output : only (dvi + dvipc ) ....HDMI not available.

1

2

-- softcam panel It only works by sending this file manually ..!!

( enigma2-plugin-extensions-camofs_17.14_all )

5

-- The front led is red when working and blue at standby....

--enigma2 log In the attachments

enigma2_logfile.zip

/home/root/logs/engima2_cras_xxxxxx.log

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Error Link

Error Link
git clone git://github.com/oe-alliance/build-enviroment.git -b 4.5

Gigablue Trio 4K Stalker plugin - channels with subtitles freeze

Describe the bug
The stalker-qt plugin is able to load the channels normally.
However when I switch to a channel with subtitles the picture freezes the moment they try to appear on screen.
Also the button for switching audio streams on the RC is mapped wrong. It brings up the clock position menu.

To Reproduce
Steps to reproduce the behavior:
Just start your Stalker and switch to a channel with multiple subtitle streams and wait for the dialogue to begin.

Expected behavior
To see subtitles on the screen without the channel freezing.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

plugins/enigma2-plugin-extensions-moviemanager.

ERROR: Task (/home/elhawary/openatv/build-enviroment/meta-oe-alliance/meta-oe/recipes-oe-alliance/enigma2-plugins/enigma2-plugin-extensions-moviemanager.bb:do_compile) failed with exit code '1'

Transcoding

Transcoding it's not working, on VLC it gives timeout, normal stream plays very well.

To Reproduce
Steps to reproduce the behavior:

  1. Go to WebIF
  2. Click on CellPhone icon
  3. .m3u downloads
  4. Open on VLC

Expected behavior
It should start streaming transcoded channel

Desktop (please complete the following information):

  • OS: MacOS
  • Browser: Chome

Additional context
Accessing terminal and executing top command shows processor running at +/- 5% after starting transcoder, so it's not running

This is what i get on enigma debug log
[StreamService] handle command 1:0:1:321:24:36:FFFF0000:0:0:0:
[StreamService]e execBegin 1:0:1:321:24:36:FFFF0000:0:0:0:
[Navigation] recording service: 1:0:1:321:24:36:FFFF0000:0:0:0:
[eDVBResourceManager] allocate channel.. 0024:0036
[eDVBResourceManager] available channel.. 0024:0036
[eDVBResourceManager] found shared channel..
[eDVBServicePMTHandler] allocate Channel: res 0
[eDVBCIInterfaces] addPMTHandler 1:0:1:321:24:36:FFFF0000:0:0:0:
[eDVBChannel] getDemux cap=01
[eDVBServicePMTHandler] ok ... now we start!!
[eDVBServiceRecord] RECORD service event 5
[StreamService] RECORD event for us: *' at 0xaf214a40> >
[eDVBCAService] add demux 0 to slot 1 service 1:0:1:321:24:36:FFFF0000:0:0:0:
[eDVBDemux] open demux /dev/dvb/adapter0/demux0
[eDVBSectionReader] DMX_SET_FILTER pid=0
[eDVBServiceRecord] RECORD service event 6
[eDVBServiceRecord] tuned..
[eDVBDemux] open demux /dev/dvb/adapter0/demux0
[eDVBSectionReader] DMX_SET_FILTER pid=18
[StreamService] RECORD event for us: *' at 0xaf214a40> >
[eDVBChannel] getDemux cap=00
[StreamService] RECORD event for us: *' at 0xaf214a40> >
[eDVBServiceRecord] start streaming...
[StreamService] RECORD event for us: *' at 0xaf214a40> >
[eDVBServicePMTHandler] PATready
[eDVBServicePMTHandler] use pmtpid 0331 for service_id 0321
[eDVBDemux] open demux /dev/dvb/adapter0/demux0
[eDVBSectionReader] DMX_SET_FILTER pid=817
[eDVBDemux] open demux /dev/dvb/adapter0/demux0
[eDVBSectionReader] DMX_SET_FILTER pid=0
[eDVBServiceRecord] RECORD service event 5
[eDVBServiceRecord] start streaming...
[StreamService] RECORD event for us: *' at 0xaf214a40> >
[Config] getResolvedKey config.autolanguage.audio_autoselect2 empty variable.
[Config] getResolvedKey config.autolanguage.audio_autoselect3 empty variable.
[Config] getResolvedKey config.autolanguage.audio_autoselect4 empty variable.
[Config] getResolvedKey config.autolanguage.subtitle_autoselect1 empty variable.
[Config] getResolvedKey config.autolanguage.subtitle_autoselect2 empty variable.
[Config] getResolvedKey config.autolanguage.subtitle_autoselect3 empty variable.
[Config] getResolvedKey config.autolanguage.subtitle_autoselect4 empty variable.
[StreamService] RECORD event for us: *' at 0xaf214a40> >
[eDVBCIInterfaces] gotPMT
[eDVBCAService] don't build/send the same CA PMT twice
[eDVBDemux] open demux /dev/dvb/adapter0/demux0
[eDVBSectionReader] DMX_SET_FILTER pid=817
[eConsoleAppContainer] Starting /usr/bin/grab
[eConsoleAppContainer] Starting /usr/bin/grab
[eConsoleAppContainer] Starting /usr/bin/grab
[eConsoleAppContainer] Starting /usr/bin/grab
[eConsoleAppContainer] Starting /usr/bin/grab
[eConsoleAppContainer] Starting /usr/bin/grab
[OpenWebif] -D- tuner '0' 'DVB-C NIM(3128 FBC)' 'Tuner A'
[OpenWebif] -D- tuner '1' 'DVB-C NIM(3128 FBC)' 'Tuner B'
[OpenWebif] -D- tuner '2' 'DVB-C NIM(3128 FBC)' 'Tuner C'
[OpenWebif] -D- tuner '3' 'DVB-C NIM(3128 FBC)' 'Tuner D'
[OpenWebif] -D- tuner '4' 'DVB-C NIM(3128 FBC)' 'Tuner E'
[OpenWebif] -D- tuner '5' 'DVB-C NIM(3128 FBC)' 'Tuner F'
[OpenWebif] -D- tuner '6' 'DVB-C NIM(3128 FBC)' 'Tuner G'
[OpenWebif] -D- tuner '7' 'DVB-C NIM(3128 FBC)' 'Tuner H'
[OpenWebif] -D- streamList count '1'

log transtreamproxy.log

^[[1;31m[ ERROR]^[[00m[4407] ++nostream count : 0 (../../git/src/Demuxer.cpp, webif_reauest:78)
^[[1;31m[ ERROR]^[[00m[4407] ++nostream count : 1 (../../git/src/Demuxer.cpp, webif_reauest:78)
^[[1;31m[ ERROR]^[[00m[4407] ++nostream count : 2 (../../git/src/Demuxer.cpp, webif_reauest:78)
^[[1;31m[ ERROR]^[[00m[4407] signal no : Interrupt (2) (../../git/src/main.cpp, signal_handler:550)
^[[1;31m[ ERROR]^[[00m[4632] ++nostream count : 0 (../../git/src/Demuxer.cpp, webif_reauest:78)
^[[1;31m[ ERROR]^[[00m[4632] ++nostream count : 1 (../../git/src/Demuxer.cpp, webif_reauest:78)
^[[1;31m[ ERROR]^[[00m[4632] ++nostream count : 2 (../../git/src/Demuxer.cpp, webif_reauest:78)

It has openvix image installed, but with other images problem is the same team blue 6.3 included.

Teamblue 6.4 can't make full backup

After a update to the latest version off Teamblue 6.4 the full backup of the image is not working.
I have try to do a update and keep the setting and a update clean image (no restore of the setting).
Bat full backup is not working, before it was working fine.
I have used the latest version of 11/12/2022 of teamblue site v6.4 on gigablue quad plus.
Backup of the settings is working.

Test.
If i put back a backup from last year it is working fine.

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

test

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

internet movie database imdb plugin do not work anymore

Describe the bug
internet movie database imdb plugin do not work anymore
can you fix it please? if yes, when will it be avaliable again? would downloading imdb from plugins be enough when or if it is ever fixed. thanks guys great work

Receiver encountered a software problem

Hi.
This week they delivered my UHD QUAD 4K GiGABLUE.

My wife initially installed it two days ago without connecting it to the internet/wifi.

So I’m starting the installation again in order to hook it to the home WiFi.

When I get to the network wizard installation, I keep getting the error message “We are really sorry. Your receiver encountered a software problem and needs to be restarted. Please send the logfile/home/root/logs/enigma2_crash_xxxxx.log to team blue.tech. Your receiver restarts in 10seconds”

Then it keeps restarting and showing the same message .

Could you please advise how to get around this software problem.

Thank you.

Kafui
Luxembourg
Pls call me on mobile number: +352 691 285 326

Steps from START WIZARD,
-OK
-Use the Wizard to set up basic features
-Ok
-check the internet connection
-Ok
-Your receiver does not have internet connection
-EXIT

From Wizard:
-Press OK to start configuring your network
-“We are really sorry. Your receiver encountered a software problem and needs to be restarted. Please send the logfile/home/root/logs/enigma2_crash_xxxxx.log to team blue.tech. Your receiver restarts in 10seconds”

  • Press OK to start configuring your network
    -same error message from above

weird crash in softcam startup after choosing emu

Describe the bug
after i select a cam in softcamsetup screen and press green button this error appears :
2022-03-30 22:04:34+0200 [-] Traceback (most recent call last): 2022-03-30 22:04:34+0200 [-] File "/usr/lib/enigma2/python/Components/ActionMap.py", line 60, in action 2022-03-30 22:04:34+0200 [-] res = self.actions[action]() 2022-03-30 22:04:34+0200 [-] File "/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftcamStartup/SoftcamStartup.py", line 142, in save 2022-03-30 22:04:34+0200 [-] self.restart(what) 2022-03-30 22:04:34+0200 [-] File "/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftcamStartup/SoftcamStartup.py", line 99, in restart 2022-03-30 22:04:34+0200 [-] self.mbox = self.session.open(MessageBox, msg, MessageBox.TYPE_INFO) 2022-03-30 22:04:34+0200 [-] File "/usr/lib/enigma2/python/StartEnigma.py", line 346, in open 2022-03-30 22:04:34+0200 [-] dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs) 2022-03-30 22:04:34+0200 [-] File "/usr/lib/enigma2/python/StartEnigma.py", line 289, in instantiateDialog 2022-03-30 22:04:34+0200 [-] return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop) 2022-03-30 22:04:34+0200 [-] File "/usr/lib/enigma2/python/StartEnigma.py", line 313, in doInstantiateDialog 2022-03-30 22:04:34+0200 [-] dlg.applySkin() 2022-03-30 22:04:34+0200 [-] File "/usr/lib/enigma2/python/Screens/Screen.py", line 246, in applySkin 2022-03-30 22:04:34+0200 [-] self.createGUIScreen(self.instance, self.desktop) 2022-03-30 22:04:34+0200 [-] File "/usr/lib/enigma2/python/Screens/Screen.py", line 274, in createGUIScreen 2022-03-30 22:04:34+0200 [-] exec(f, globals(), locals()) 2022-03-30 22:04:34+0200 [-] File "skin applet", line 23, in <module> 2022-03-30 22:04:34+0200 [-] AttributeError: 'MenuList' object has no attribute 'count'
To Reproduce
Steps to reproduce the behavior:

  1. Go to 'go to setup > cam/ci > softcam startup'
  2. Select cam and Press green button
  3. See error

Expected behavior
should see softcam start message

/Home/root/logs/enigma2_crash_xxxxxx.log

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

zgemma H9.2H

Describe the bug
cyclic reboot after
Enigma2-debug-20201231_00-47-56.log
Foto2

firmware update

To Reproduce
Steps to reproduce the behavior:

  1. zgemma h92h
  2. flash using [PKCGsettings+BASEimg] ZGEMMA H9.2H H9S H9T Nemoxyz SATtek Elegance BLUE v2.0 GST1.15.2 ExteP3 SET2019-ver2-SATtekHB-v2.0
  3. see the behavior
  4. See the attached error

Screenshots
Foto1 and then Foto2 is the displayed error that I received after the flash
![Foto1](https://user-images.gith
Foto2
ubusercontent.com/76796485/103387380-a6c75b00-4b03-11eb-8006-9fbecda7929d.jpeg)
Enigma2-debug-20201231_00-47-56.log

Additional context
Add any other context about the problem here.

Network browser doesn't espand the listed PCs and trying to mount crashes.

Gigablue Quad 4K - TeamBlue 6.4
Network test is OK (five green check marks), Samba is active and I can access the decoder interna HDD from a Windows 7 PC with r/w rights, miniDLNA is ON and I can play the TV recordings from a PC, and with VLC I can open the .m38u file and play all the channels.
Also WebIf interface is working.

I've not being able to mount an HDD that is on a PC even if the Network browser shows all the other devices hooket to the same LAN.
If I try to expand the PC line nothing happens even if I can read "Press OK to expand...".
I tried to mount the PC many times with different mount settings but it crashes.
Searching the net for support I was brought here. Not sure if this is the right place, though...
I tried to join the German forums but I couldn't give the right answer to the security check question: "Die henne legt ins nest..."
Thanks.

InfoBarGenerics.py in 7.3

[Avahi] avahi_timeout_free
[Avahi] avahi_timeout_update
2024-01-13 07:57:25+0200 [-] Traceback (most recent call last):
2024-01-13 07:57:25+0200 [-] File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 411, in doDimming
2024-01-13 07:57:25+0200 [-] File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 503, in doHide
2024-01-13 07:57:25+0200 [-] File "/usr/lib/enigma2/python/Components/config.py", line 1972, in getattr
2024-01-13 07:57:25+0200 [-] AttributeError: osd_alpha
[ePyObject] (CallObject(<bound method InfoBarShowHide.doDimming of <class 'Screens.InfoBar.InfoBar'>>,()) failed)

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.