GithubHelp home page GithubHelp logo

openatv / enigma2 Goto Github PK

View Code? Open in Web Editor NEW
198.0 198.0 314.0 494.34 MB

openatv-gui

License: GNU General Public License v2.0

Python 54.47% Shell 0.18% C++ 34.99% C 8.20% Makefile 0.34% M4 1.25% SWIG 0.55% BitBake 0.03%
oe-alliance

enigma2's People

Contributors

athoik avatar atvblack64 avatar atvcaptain avatar badsystem avatar betacentauri avatar christophecvr avatar dvb-adenin avatar eriksl avatar fischreiher avatar hd75hd avatar huevos avatar iansav avatar ipkay avatar jbleyel avatar kat-cede avatar littlesat avatar madie66 avatar makumbo avatar mike-99 avatar mtdcr avatar pieterg avatar pizzelnet avatar pololoko111 avatar radxnl avatar robvanderdoes avatar rossi2000 avatar schimmelreiter avatar thawtes avatar tmbinc avatar weblate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

enigma2's Issues

EPGCache Search Modes

The original enigma2 has 4 search modes
SIMILAR_BROADCASTINGS_SEARCH
EXAKT_TITLE_SEARCH
PARTIAL_TITLE_SEARCH
PARTIAL_DESCRIPTION_SEARCH

The openvix and openatv enigma2 has 4 search modes too, BUT the last is different
SIMILAR_BROADCASTINGS_SEARCH
EXAKT_TITLE_SEARCH
PARTIAL_TITLE_SEARCH
START_TITLE_SEARCH

I think this could be an issue in some plugins.

solo4k PiP problem -not sound for live tv service

This is a general image problem openPLi/openATV
I really do not know much c+ code.
Let's solve this together.
All logs from the image openPLi.
Please help...

solo4k /skin Pli-HD --> start PiP --> open channel selector (Pli-HD use PiG) --> close channel selector -->result - not sound !!!

This problem only live tv service and pip service is same.

Problem cause this
https://github.com/OpenPLi/enigma2/blob/master/lib/python/Screens/PictureInPicture.py#L39
Maybe this
https://github.com/OpenPLi/enigma2/blob/master/lib/dvb/decoder.cpp#L822
}

  • if (m_changed & changeAudio)
  • if ((m_changed & changeAudio) && m_decoder == 0)
    {
    if (m_audio)
    m_audio->stop();
    m_audio = 0;
    }

this start pip
< 1778.549> [eDVBServicePMTHandler] ok ... now we start!!
< 1778.549> [eDVBServicePlay] eventNewProgramInfo timeshift_enabled=0 timeshift_active=0
< 1778.549> [eDVBServicePlay] have 1 video stream(s) (0140), and 1 audio stream(s) (0191), and the pcr pid is 0140, and the text pid is ffffffff
< 1778.549> [eDVBChannel] getDemux cap=01
< 1778.549> [eTSMPEGDecoder] decoder state: play, vpid=0140, apid=0191
< 1778.549> [eDVBPCR1] DMX_SET_PES_FILTER pid=0x0140 ok
< 1778.549> [eDVBPCR1] DEMUX_START ok
< 1778.549> [eDVBAudio1] DMX_SET_PES_FILTER pid=0x0191 ok
< 1778.549> [eDVBAudio1] DEMUX_START ok
< 1778.549> [eDVBAudio1] AUDIO_SET_BYPASS bypass=1 ok
< 1778.549> [eDVBAudio1] AUDIO_PAUSE ok
< 1778.549> [eDVBAudio1] AUDIO_PLAY ok
< 1778.549> [eDVBVideo] Video Device: /dev/dvb/adapter0/video1
< 1778.550> [eDVBVideo] demux device: /dev/dvb/adapter0/demux0
< 1778.550> [eDVBVideo1] VIDEO_SET_STREAMTYPE 0 - ok
< 1778.550> [eDVBVideo1] DMX_SET_PES_FILTER pid=0x0140 ok
< 1778.550> [eDVBVideo1] DEMUX_START ok
< 1778.550> [eDVBVideo1] VIDEO_FREEZE ok
< 1778.550> [eDVBVideo1] VIDEO_PLAY ok
< 1778.555> [eDVBVideo1] VIDEO_SLOWMOTION 0 ok
< 1778.556> [eDVBVideo1] VIDEO_FAST_FORWARD 0 ok
< 1778.556> [eDVBVideo1] VIDEO_CONTINUE ok
< 1778.556> [eDVBAudio1] AUDIO_CONTINUE ok

this pip set false
< 1787.087> action -> InfobarChannelSelection keyUp
< 1787.129> [eTSMPEGDecoder] decoder state: play, vpid=ffffffff, apid=ffffffff
< 1787.129> [eDVBPCR1] DEMUX_STOP ok
< 1787.129> [eDVBPCR1] destroy
< 1787.129> [eDVBVideo1] DEMUX_STOP ok
< 1787.136> [eDVBVideo1] VIDEO_STOP ok
< 1787.136> [eDVBVideo1] destroy
< 1787.136> [eDVBAudio1] AUDIO_STOP ok
< 1787.136> [eDVBAudio1] DEMUX_STOP ok
< 1787.159> [eDVBAudio1] AUDIO_CONTINUE ok
< 1787.160> [eDVBAudio1] destroy

AUDIO_STOP ok !!!
for pip service need don't use audio

CI module and PiP

In some CI module is support "Multiple service support"
e.g. module NTV+ (russian) two channels can be decoded are on the same transponder.
When use PiP(pipzap mode) and zap to new pipzap service,service live tv it ceases to be decoded.
The same problems occur when recording / stream.
This happens on all the image.
It can be fixed?
Maybe here it will help:
https://github.com/Duckbox-Developers/libstb-hal-cst-next/commits/master/common
https://github.com/Duckbox-Developers/libstb-hal-cst-next/commits/master/libdvbci

Arduino Nano clone driver CH340G

Hi all,

Is there any way to add drivers for Arduino Nano clone CH340G in the future ? This one is not recognised as /dev/ttyACM0.

I need that to replace my expensive Arduino Uno to drive an Enigmalight setup.

blurayplayer not work

blurayplayer not work on default system movie center but udfread update before work.

please blurayplayer integrate EMC

OpenATV 5.1 There is no HDMI Colorspace option

Hello,

I'm using Golden Media 990 LX image. The problem is; there is no HDMI Colorspace option in video menu.

Default one is RGB and it makes some detail loss on picture. (Especially darker areas) I can switch to YCbCr via "stfbcontrol hy" command but I have to do it after every reboot.

I saw some images that have this option in menu.

Thanks.

5150/5750 doesn't work properly

Azbox HD Prem +

Using cband LNB One cable solution type LNB 5150/5750 3.7~4.2
default cband settings in order to LOCK vertical TP i have to subtract "600" eg. 3700 V i have to edit the satellite.xml rewrite it to "3100". I manage to LOCK the following TP, checkbox says ok but SNR progress bar says 0. When i try to scan it doesn't find any channels.

by the way im using 20150114 build on v4.3

cheers.

LED Clock Frozen

Ran all available software updates on my Zgemma H2S box running Wooshbuild yesterday (22nd December 2016) and now when the LED Display clock is set to "Clock Always" the time freezes whenever the box is ON, if the box is in standby the time works fine but when it's out of standby the clock just stays on whatever time it was on.

Other people on Techkings forums have also confirmed having this issue after installing recent updates.

Segmentation fault on EPG + MHW2

Trying to update EPG with MHW2 over service 1:0:1:75C6:422:1:C00000:0:0:0: C+PORTADA
Rest of services work fine.

Enigma2 log:

01:17:07.008 dvb/dvbtime.cpp:416 updateTime [eDVBLocalTimerHandler] Transponder time is 07.08.2016 01:17:06
01:17:07.008 dvb/dvbtime.cpp:429 updateTime [eDVBLocalTimerHandler] diff is -1
01:17:07.008 dvb/dvbtime.cpp:432 updateTime [eDVBLocalTimerHandler] diff < 120 .. use Transponder Time
01:17:07.008 dvb/dvbtime.cpp:49 setRTC [eDVBLocalTimerHandler] set RTC Time
01:17:07.009 dvb/dvbtime.cpp:40 noRTC [eDVBLocalTimerHandler] Boxtype = [gbx3]
01:17:07.009 dvb/dvbtime.cpp:502 updateTime [eDVBLocalTimerHandler] update RTC
01:17:07.009 dvb/dvbtime.cpp:522 updateTime [eDVBLocalTimerHandler] time update to 01:17:06
01:17:07.009 dvb/dvbtime.cpp:525 updateTime [eDVBLocalTimerHandler] m_time_difference is -1
01:17:07.009 dvb/dvbtime.cpp:529 updateTime [eDVBLocalTimerHandler] set Linux Time
01:17:06.009 dvb/dvbtime.cpp:540 updateTime [eDVBLocalTimerHandler] time after update is 01:17:06
01:17:06.379 dvb/epgcache.cpp:1558 startEPG [EPGC] start caching events
01:17:07.117 dvb/pmt.cpp:737 SDTScanEvent sdt update done!
01:17:07.343 Plugins/SystemPlugins/VFDControl/plugin.py:481 delay_init [LED-GIGA] delay init on boot
01:17:07.344 Plugins/SystemPlugins/VFDControl/plugin.py:321 initLED [LED-GIGA] initVFD box = gbx3
01:17:07.372 dvb/epgcache.cpp:4644 readMHWData2 [EPGC] mhw2 114 channels found
STB does not support to show clock in Deep Standby
01:17:07.615 dvb/epgcache.cpp:4649 readMHWData2 [EPGC] mhw2 themes nyi
01:17:13.924 dvb/epgcache.cpp:1741 abortNonAvail [EPGC] abort non avail schedule reading
01:17:13.925 dvb/epgcache.cpp:1748 abortNonAvail [EPGC] abort non avail schedule other reading
01:17:13.925 dvb/epgcache.cpp:1772 abortNonAvail [EPGC] abort non avail netmed schedule reading
01:17:13.926 dvb/epgcache.cpp:1779 abortNonAvail [EPGC] abort non avail netmed schedule other reading
01:17:13.926 dvb/epgcache.cpp:1788 abortNonAvail [EPGC] abort non avail FreeSat schedule_other reading
01:17:13.926 dvb/epgcache.cpp:1799 abortNonAvail [EPGC] abort non avail viasat reading
01:17:14.987 dvb/epgcache.cpp:2046 readData [EPGC] nownext
01:17:14.987 dvb/epgcache.cpp:2087 readData finished(1470525434)
01:17:16.600 dvb/epgcache.cpp:4672 readMHWData2 mhw2 title table invalid!!
(...)
01:19:05.791 dvb/epgcache.cpp:4672 readMHWData2 mhw2 title table invalid!!
01:19:33.376 dvb/epgcache.cpp:4820 readMHWData2 [EPGC] mhw2 13383 titles(13321 with summary) found
01:20:02.201 Plugins/Extensions/AutoTimer/AutoPoller.py:35 query [AutoTimer] Auto Poll
01:20:02.202 Plugins/Extensions/AutoTimer/AutoPoller.py:49 query [AutoTimer] Auto Poll Started
01:20:02.214 Components/Task.py:375 jobDone job Components.Task.Job name=Autotimer #tasks=0 completed with [] in None
01:20:36.348 dvb/epgcache.cpp:4963 readMHWData2 [EPGC] mhw2 finished(1470525636) 7522 summaries not found
01:20:36.348 dvb/epgcache.cpp:1537 finishEPG [EPGC] stop caching events
01:20:36.349 dvb/epgcache.cpp:1539 finishEPG [EPGC] next update in 60 min
Segmentation fault

mhw_Log.epg:

root@gbx3:~# tail -f /tmp/mhw_Log.epg
07/08/2016 01:15:40 EPG download in Mediahighway 2 (New)
07/08/2016 01:15:40 Days: 7
07/08/2016 01:15:40 Channels nbr.: 114
07/08/2016 01:15:40 Equivalences Nbr.: 100
07/08/2016 01:19:33 Titles Nbr.: 19159
07/08/2016 01:19:33 Titles Nbr. with summary: 19097
07/08/2016 01:20:36 Summaries not found: 7522
07/08/2016 01:20:36 mhw2 EPG download finished

epg.dat doesn't saved. Tested with v5.2BETA & latest v5.3

V.Mode query

Hi

Using OpenATV 4.2.

When I cycle the V.Mode button I only get 4 options (Auto, Letterbox, Scale, Panscan). Auto is the best, but on some TV shows it jumps around between the others, presumably processing the image and trying to best fit. Is it possible to just have a fixed 16:9 Wide or 16:10 Wide option? I've had a look at the AVSwitch.py file to see if I can spot where I might be able to add this, but its not jumping out at me. Any thoughts?

Rob

loop-through

Hi
if use loop-through and run PiP or record certain frequencies of the same polarization are not available.
E.g. Astra 19.2*e H polarization
please see screenshot
post-18741-0-76990900-1450529918

Blindscan doesn't work

Azbox Premium HD+
Openatv 4.3

On this version i like it alot. I don't see the Step 2-8 mhz, pardon me if im wrong in the terms i use.
Once i click "Scan" i waited almost 20 mins scanning Vetical TP's aswell as Horizontal.
Also it cancel the scanning(assuming it works) everytime i click "Ok" and proceed to Horizontal.
Pretty cool but i guess better if we could also include Skip while still on Vertical scanning TP's, in that way when clicked it will proceed to Horizontal TP's.

Cheers

EpgSelection.py/EPGList

enigma2/lib/python/Screens/EpgSelection.py needs more Checks for an empty List

When EPG List is loading after (ButtonPress EPG) i can crash the GUI each time with the left/right Button.

{ D } Traceback (most recent call last):
{ D }   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 48, in action
{ D }   File "/usr/lib/enigma2/python/Screens/EpgSelection.py", line 565, in rightPressed
{ D }   File "/usr/lib/enigma2/python/Components/EpgList.py", line 1256, in updateMultiEPG
{ D } AttributeError: 'EPGList' object has no attribute 'list'
[ E ] python/python.cpp:209 call (PyObject_CallObject(<bound method HelpableActionMap.action of <Components.ActionMap.HelpableActionMap instance at 0x70bbb508>>,('DirectionActions', 'right')) failed)

Sorry for not providing fixed code...

Segmentation fault enigma2 for et8500

Use module CI+ and new drivers drivers-4.4.8-5.3.0-20160701 + mgcamd
Zap to service using mgcamd:

[EMCMS] python-mutagen is not available: No module named mutagen.mp3
20:15:44.392 Plugins/Extensions/EnhancedMovieCenter/EMCTasker.py:43 emcDebugOut EMC: Next trashcan cleanup in 345 minutes
20:15:44.393 dvb_ci/dvbci_session.cpp:259 receiveData slot: 0x7f1eb0 91 04 00 02 00 41
20:15:44.393 dvb_ci/dvbci_session.cpp:162 createSession APPLICATION MANAGER
20:15:44.393 dvb_ci/dvbci_session.cpp:214 createSession new session nb 2 0x1643698
20:15:44.393 dvb_ci/dvbci_session.cpp:100 sendOpenSessionResponse sendOpenSessionResponse
Segmentation fault

Sat finder slow navigation

Azbox Premium HD+
Openatv 4.3
I installed this image on USB flash drive, i just notice when opening on "Sat Finder" under Service searching when inside loading icon on the left takes about 5-6 seconds to appear everytime i navigate from up to down vice versa. And seems not accurate on locking.

thanks

solo4k lcd display in shutdown

image openATV:
shutdown or reboot solo4k --> lcd display dark screen ->this is OK

image openPli:
shutdown or reboot solo4k --> lcd display white screen, and then half of a green screen ->it is very ugly

Please help that where the lcd display is switched off in openATV?
I wanted to make a patch for openPli.

FreeSpace check before recording

Find out why the freespace check here:
205b50f
doesn't work for many users.

I've tried the used instructions using the plain Python interpreter and found no issue inside the code, so there must be some special conditions (Maybe the kind of mounting used) where it fails for so many users.

simple standby not work edision os mini plus

Hello, i have updated my os mini plus with the openatv 5.3, build date 2016/12/12, when i try to put my os mini plus in standby mode, it doesn't work.
To be more specific it turns in standby for 1 second and after it came back active.
So i need to put in deep-standby to force the decoder to remain off.

UTF-8 Spanish characters not showing after last commits

After last commits of August 17, the enigma2 EPG doesn't show in the GUI the Spanish special characters (á é í ó ñ Á É Í Ó Ú Ñ) after downloading the MHW2 EPG data. The characters "ú and ü" are the only one loaded.
However, in OpenWebIf the characters are correctly shown.

issue

openwebif

openatv crash - streaming

Hi,

When I watched tv over inteternet (streaming) my software was crashed.. This is a dmesg log:

[DMX]: paserband_remove_pid pid 0x0 not found

[DMX]: paserband_remove_pid pid 0x40d not found

CPU 1 Unable to handle kernel paging request at virtual address 00000028, epc == e0ce3a00, ra == e0ce3a00
Oops[#1]:
CPU: 1 PID: 731 Comm: enigma2 Tainted: P O 3.13.5 #1
task: cef29220 ti: ce304000 task.ti: ce304000
$ 0 : 00000000 10008b00 000091c4 cf62a104
$ 4 : 10008b01 10008b01 000002e7 00000001
$ 8 : 00000000 84080008 800e2b9c 7fab1204
$12 : 7fa8fc50 00000000 019242d8 77a31400
$16 : cf5e4a80 cf5e4a80 00000000 00000000
$20 : 00000000 e10d73a0 e18f0000 e0d50000
$24 : 0049ba5c 8006ff60
$28 : ce304000 ce305d18 e0d50000 e0ce3a00
Hi : 00000008
Lo : 00000000
epc : e0ce3a00 NEXUS_BaseObject_P_RegisterUnregister+0x17c/0x3bc [dvb_base]
Tainted: P O
ra : e0ce3a00 NEXUS_BaseObject_P_RegisterUnregister+0x17c/0x3bc [dvb_base]
Status: 10008b03 KERNEL EXL IE
Cause : 00800008
BadVA : 00000028
PrId : 00025a11 (Broadcom BMIPS5000)
Modules linked in: tun ipv6 brcmfb(O) dvb_bcm7424(PO) dvb_base(PO) bcm_event(PO) procmk(O) rt5370sta(O) rt2800usb rt2800lib rt2x00usb rt2x00lib mac80211 xfs libcrc32c
Process enigma2 (pid: 731, threadinfo=ce304000, task=cef29220, tls=76695490)
Stack : cf501884 8006ff74 cf501880 0000006f cffe2134 e0e4a960 e10e0000 00000000
00000000 00000200 ceb6cf80 e19f21cc 00000200 e18f0000 e0d50000 e0d37f5c
cf5e4a00 e0e4b104 ceb6cf80 e19f3a8c cf5e4a80 8006ff74 00000000 e0d50c54
00000000 e1b3d00c 10008b01 00000004 e1b3013c e18f54f4 e132f07c cfc19750
cebdb188 80006b28 8005f5b4 00000000 00000000 8008db38 8201a338 8006ceb0
...
Call Trace:
[] NEXUS_BaseObject_P_RegisterUnregister+0x17c/0x3bc [dvb_base]
[] NEXUS_PidChannel_BaseObject_P_RegisterUnregister+0x34/0x40 [dvb_base]
[] NEXUS_PidChannel_Close+0x38/0x60 [dvb_base]
[] bcm7335_demux_release_priv+0x508/0x10fc [dvb_bcm7424]

Code: afa20010 0060f809 02602821 <8e430028> 10600041 8fa20010 12800011 00000000 8e430020
---[ end trace d4db0fb93dc0ee6e ]---

Software from 201060903

Dish.py crash log

Втр Авг 11 12:16:42 2015 Aug 11 2015 forum at www.opena.tv MetrixHD/skin.MySkin.xml 2015-08-10 3.0.0

duo2 libata.force=1:1.5Gbps bmem=192M@64M bmem=384M@512M memc1=788M ubi.mtd=0 root=ubi0:rootfs rootfstype=ubifs rw rootflags=sync NIM Socket 0: ......... File "/usr/lib/enigma2/python/Screens/Screen.py", line 157, in show File "/usr/lib/enigma2/python/Screens/Dish.py", line 96, in __onShow File "/usr/lib/enigma2/python/Screens/Dish.py", line 226, in getTunerName IndexError: list index out of range

please see openPli Dish.py:
def getTunerName(self):
nr = self.getCurrentTuner()
if nr is not None:
nims = nimmanager.nimList()
if nr < 4:
return "".join(nims[nr].split(':')[:1])
return " ".join((_("Tuner"),str(nr)))
return ""

Ethernet problem

i just bought new Zgemma H2S but could connect to internet through Ethernet cable.

What can I do?

Animation ignores the new OSD position setup

Hi guys,

I wanted to enable animations after tuning the OSD positions but found out that the animations start position is the original enigma2 positions, not the new OSD positions I setup.

For example,

  1. Setup OSD positions until you see the red rectangle on the edge of the screen
  2. Enable Fade animation, note that there's no movement in this animation that required changing the initial position, it should just fade
  3. The OSD is kind of zommed in (to original enigma2 position) and out (to new OSD position) before playing the animation.

Is there anyway to fix this ?

High CPU usage

Hi,
I'm running ATV5.1. I make update aprox. once in a week. After update this week is CPU load on 100%. I have tried 2 more updates every day. GUI freeze and does not respond, but stream is still running. I have only one option, login to shell an pkill enigma2.

My STB is Xpeed LX3.

Some things i came accros.

While translating i came across some issues. (openatv-5.3-dm800se-20160427 build)

The Memory page shows "OpenATV By the openATV Image Team."
Dont think its supposed to show there.?

memory-en

I'm missing the icons from the QuickMenu (blue button)
This was working fine on the openatv-5.3-dm800se-20160419 build.?

osd missing icons

Log is confirming the issue. :

22:08:54.677 {   } Plugins/Extensions/Infopanel/plugin.py:428 ok [INFO-Panel] MenuItem: Infos
22:08:54.680 [ E ] base/cfile.h:17 CFile error /usr/share/enigma2/icons/InfoPanel.png [No such file or directory]
22:08:54.680 [   ] gdi/epng.cpp:24 loadPNG [ePNG] couldn't open /usr/share/enigma2/icons/InfoPanel.png
22:08:54.686 [ E ] base/cfile.h:17 CFile error /usr/share/enigma2/icons/ImageVersion.png [No such file or directory]
22:08:54.686 [   ] gdi/epng.cpp:24 loadPNG [ePNG] couldn't open /usr/share/enigma2/icons/ImageVersion.png
22:08:54.690 [ E ] base/cfile.h:17 CFile error /usr/share/enigma2/icons/FreeSpace.png [No such file or directory]
22:08:54.690 [   ] gdi/epng.cpp:24 loadPNG [ePNG] couldn't open /usr/share/enigma2/icons/FreeSpace.png
22:08:54.695 [ E ] base/cfile.h:17 CFile error /usr/share/enigma2/icons/Kernel.png [No such file or directory]
22:08:54.695 [   ] gdi/epng.cpp:24 loadPNG [ePNG] couldn't open /usr/share/enigma2/icons/Kernel.png
22:08:54.699 [ E ] base/cfile.h:17 CFile error /usr/share/enigma2/icons/Mounts.png [No such file or directory]
22:08:54.700 [   ] gdi/epng.cpp:24 loadPNG [ePNG] couldn't open /usr/share/enigma2/icons/Mounts.png
22:08:54.703 [ E ] base/cfile.h:17 CFile error /usr/share/enigma2/icons/Network.png [No such file or directory]
22:08:54.703 [   ] gdi/epng.cpp:24 loadPNG [ePNG] couldn't open /usr/share/enigma2/icons/Network.png
22:08:54.707 [ E ] base/cfile.h:17 CFile error /usr/share/enigma2/icons/Ram.png [No such file or directory]
22:08:54.707 [   ] gdi/epng.cpp:24 loadPNG [ePNG] couldn't open /usr/share/enigma2/icons/Ram.png
22:08:54.711 [ E ] base/cfile.h:17 CFile error /usr/share/enigma2/icons/SystemInfo.png [No such file or directory]
22:08:54.711 [   ] gdi/epng.cpp:24 loadPNG [ePNG] couldn't open /usr/share/enigma2/icons/SystemInfo.png

The Plugin filter page is missing the explanations for the settings. (explanations are present in the translations po's)

missing explanations plugin filter

Last i have a security cam that i use as IPTV (1080p) stream in my channel list, and it freezes after a few seconds. (btw working fine on my solo4k)
Looking at the error below it seems like the stream is freezing because of a missing codec.

23:44:12.668 [ E ] service/servicemp3.cpp:2041 gstBusCall [eServiceMP3] m_errorInfo.missing_codec = audio/x-mulaw

And a crash.log from a bad online update yesterday (box went into a boot loop) : http://pastebin.com/raw/xNnYH9Gj

I left the Debug log running in the background and extracted the errors/warnings. Maybe there are some that you like to review. : http://pastebin.com/raw/4RWfHYKc

And this explanation probbebly needs renaming.?
https://github.com/openatv/enigma2/blob/master/lib/python/Screens/SoftwareUpdate.py#L212

EPGLIST.PY

Seem to be missing the Service Selected foreground and background colours in the apply skin attributes. Without these values dark text on light background just ends up all pixelated.

elif attrib == "ServiceForegroundColor":
228 self.foreColorService = parseColor(value).argb()
229 elif attrib == "ServiceForegroundColorNow":
230 self.foreColorServiceNow = parseColor(value).argb()
231 elif attrib == "ServiceBackgroundColor":
232 self.backColorService = parseColor(value).argb()
233 elif attrib == "ServiceBackgroundColorNow":
234 self.backColorServiceNow = parseColor(value).argb()
235

236 elif attrib == "EntryForegroundColor":
237 self.foreColor = parseColor(value).argb()
238 elif attrib == "EntryForegroundColorSelected":
239 self.foreColorSelected = parseColor(value).argb()
240 elif attrib == "EntryBackgroundColor":
241 self.backColor = parseColor(value).argb()
242 elif attrib == "EntryBackgroundColorSelected":
243 self.backColorSelected = parseColor(value).argb()
244 elif attrib == "EntryBackgroundColorNow":
245 self.backColorNow = parseColor(value).argb()
246 elif attrib == "EntryBackgroundColorNowSelected":
247 self.backColorNowSelected = parseColor(value).argb()
248 elif attrib == "EntryForegroundColorNow":
249 self.foreColorNow = parseColor(value).argb()
250 elif attrib == "EntryForegroundColorNowSelected":
251 self.foreColorNowSelected = parseColor(value).argb()

invalid ePixmap pointer causes crash of e2

oe-alliance/enigma2-plugins@0f625a4
If someone has a lot autotimer entries and scrolls fast through the list - displaying of autotimer entries on display causes a crash of E2 we found no solution for.


The reason for the crash is the management of pointers, which introduced with commit 30300b8.
e2 runs on multiple threads, which make it possible that between the call of ePixmap destructor and pixmapDisposed() that may be re-assigned the ePixmap.

standby and play video

bug:
vu+ model

  1. Play any record
  2. Put your stb into standby
  3. Turn it on
  4. There is no sound on a playback record
  5. When you stop playing record and zap to any channel - still no sound
  6. The sound only comes back after enigma's restart

ET model
....
4) There is no does not work unpause play

When see log:

device is busy c++ part (eDVBVolumecontrol.getInstance().volumeToggleMute() or unPauseService())

this bug in the image 99%

same problem in pli image

Please help solve the problem.

gstreamer issue?

Hi to all
Since the last two Images, have the gstreamer a bug. When i try to play a ogg Audio File my Triplex Box crashes and hangs, could try to solving this bug.

Thanks in advanced

Azbox mine me wifi

Could some one update mine me drivers?? the last image from azbox team have wifi drivers working, thanks!

Signal SNR low

Azbox Premium HD+
Openatv 4.3

I don't know what seems to be the problem but signal quality seems pretty low compare to original firmware and some other.. it's like -20%

Cheers

lib/python/Components/ScrollLabel.py causing ever decreasing text display widths

This file is causing a problem on 2ndinfobar INFO and Plugin installs within many skins. The scrollboxs displayed decrease in width each time they scroll or are called. As an example, display 2nd infobar info (press OK twice from TV) and then change channel up/channel down and you will see the width of text displays gets narrower and narrower - It's as is each scroll is spawinging within the previous one
4
3
2
1

minor bug on color red cancel button

Azbox Premium HD+
Openatv 4.3

Setup > System

I just notice that Cancel Red button don't work, i was expecting that when i press it would be same function when i click the "Exit" button.

i didn't check in other areas of the settings.

cheers

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.