Jump to content


scp

Member Since 26 Apr 2012
Offline Last Active 09 Apr 2013 01:48
-----

Topics I've Started

[Patch] Enigma2 Install Wizard ScanSetup fix

7 April 2013 - 20:29

Running a channel search in (First) Install Wizard crashes at checkTimeshiftRunning on non existing InfoBar, patch attached.

 


RcModel bug

29 November 2012 - 00:28

These changes caused hang on some machines:
http://openpli.git.s...83f7cdd86de7e04

Solution:
lib/python/Components/RcModel.py
- if len(model) == 6 and model[:2] == 'et' or 'xp':
+ if len(model) == 6 and model[:2] == 'et' or model[:2] == 'xp':

VlcPlayer Patch to support VLC 2.0

1 October 2012 - 00:30

VlcPlayer Patch to support using VLC 2.0.x as Server

Enigma2 DE Translation Patch

23 September 2012 - 00:14

I added some translations for the new startup wizard pages and some menu entries.
Attached file is the resulting GIT diff.

Service Scan GS in Wizard

10 August 2012 - 00:52

This commit added infobar code to ServiceScan.py
http://openpli.git.s...8ed5f04f2cdc9ad

Now, if doing a service scan in start wizard a GS happens:

  File "/usr/lib/enigma2/python/Screens/ServiceScan.py", line 58, in __init__
AttributeError: Session instance has no attribute 'infobar'