Jump to content


ims

Member Since 3 Feb 2007
Offline Last Active 02 May 2024 12:54
*****

#405727 Spinner as globe

Posted by ims on 13 February 2014 - 10:56

Spinner as globe (18 pictures, 40x40px)

 

Unpack and copy all .png to /usr/share/enigma2/skin_default/spinner

Attached Thumbnails

  • wait18.png
  • wait18.png
  • wait18.png
  • wait18.png

Attached Files




#400398 DM800SE remote hangs when using timeshift/mediaplayer.

Posted by ims on 19 January 2014 - 11:06

10.1.2014: "zram: convert into module and don't install by default" => image >= 11.1.2014




#398955 Modifying a timer in the EPG?

Posted by ims on 13 January 2014 - 12:14

but "Edit timer" is builded now. Update and you will see...




#392214 Mount CIFS/NFS (Synology)

Posted by ims on 15 December 2013 - 18:34

for synology NAS is better to use autofs/autofs4. I am using it half year on OpenPli4 (VU,XP1000) and OpenPLi3 (DM800SE) and from this time my 3 synology boxes can sleep disks well. Here is example for sharing between boxes. But for NAS it is similar.

When is shared server down, box do not wait long time for connecting.

 

instalation:

opkg install autofs

opkg install autofs4

 

setting:

1)edit /etc/auto.master  … modify or add lines:

for box using OpenPli3:

/media/dirname /etc/auto.xxx

for box using OpenPli:

/mnt/dirname /etc/auto.xxx --ghost

 

2)create /etc/auto.xxx file(s), where xxx is used name in auto.master  (f.eg. auto.xp)

3)fill content of auto.xxx files (there can be more records in one file):

 

folder -fstype=cifs,username=user,password=passwd,noatime,noserverino,iocharset=utf8,sec=ntlmv2 ://serverip/sharedname

 

4) restart box - you will see shared folder there in: /media/dirname/folder

 

Example:

in auto.master:

/mnt/xp1000 /etc/auto.xp

then create auto.xp file and write:

harddisk -fstype=cifs,username=root,password=dreambox,noatime,noserverino,iocharset=utf8,sec=ntlm ://192.168.1.20/hdd

shared disk from xp1000 will be visible as:

/media/xp1000/harddisk

 

Note: on XP1000 must exist shared folder in smb.conf as [hdd]

 

note:


  • for e2 boxes use sec=ntlm, for others cifs servers sec=ntlmv2

 




#391822 frequentie bij dvb-c scan niet juist weergeven

Posted by ims on 13 December 2013 - 13:15

ok, here is patch to old status...

Attached Files




#391507 it913x driver broken on solo2

Posted by ims on 11 December 2013 - 09:08

It is not brocken it913x, it is brocken image.

 

Same it is for XP1000 from nightly build image >= 20131202. I wrote about it and similar log I sent to D.

 

There must be flashed 20131201 again (unfortunately, is not on web yet, but it is a last working nightly build) and then with "update software" get last status, as i made it for XP1000 (with it913x) and I made it for one DM800SE, when i tried make free flash on weekend. I had not power try it on vuultimo too.

Unfortunately, for DM800SE each next software update ending as "bus error" => I go back to 3.0 on both DM800SE.

 

Problem is, that there are not available feeds (net unreachable - for some time) and it seems, that some is not downloaded. Autoinstall must be run manually too after flash. 




#378047 OpenPLi 4

Posted by ims on 5 October 2013 - 08:56

Q about building OpenPli4:

 

how more effective build image for 3 boxes ?

I am using similar build as on OE3 with script: update - build image - build feeds  in loop for my boxes.

 

But under OE4 ( may be, due common some parts for all boxes), building image and feeds spend over 70 minuts for little change in enigma2's pythons code?!. It seems, feeds are compiled whole again and for each box (why then are they common ?) and it seems, are  compiled some next parts.




#376938 Autobackup plugin and OE4

Posted by ims on 30 September 2013 - 11:22

fixed... there was 2 problems ( both was only, when exist non emty /etc/autoinstall ) :

1) typo in getting pluginname

2) while ... do ... done




#375196 Bootlogo

Posted by ims on 23 September 2013 - 08:10

It's a shame - users see PLI logo and nope text: "what you are not seeing now is made by wrong DMM drivers" ;)




#366744 OpenPli 3.0 1W thor bend picture

Posted by ims on 16 August 2013 - 09:33

try set for this channel there in A/V setting for 4:3 pillarbox (if it is possible). it seems, you have set there some nonlinear.




#363041 Crash bij draaien of wisselen schotel(s?)

Posted by ims on 27 July 2013 - 16:29

yes




#362100 why sleeptimer goes automatic to deep sleep !?!

Posted by ims on 21 July 2013 - 16:46

@ims they call it openpli 3 beta am no expert , lol.
 

This Q was, because you could not find this config, although betacentauri wrote you: "Menu -> shutdown/reboot -> Sleep timer" and we all using same version :)




#345848 instant record won't stopped !

Posted by ims on 24 April 2013 - 09:55

added today




#340525 Foreca Weather Plugin problem

Posted by ims on 24 March 2013 - 16:15

A better fix from a coding point of view would have been this:

   fulltext = re.compile(r'http://cache-(.+?)\'', re.DOTALL)

combined with this:

   max = int(len(PressureLink))


Done. Thanks.


#339828 Installing the OnDemand plugin (BBC/ITV/C4)

Posted by ims on 20 March 2013 - 15:46

tried on vu ultimo now (but only via webif) - and without this error. I can try it on dm800se later.

I install plugin with all dependencies ( in my last post), try it too