Jump to content


Pr2

Member Since 16 May 2011
Offline Last Active Today, 09:39
*****

#601177 Translations for Enigma 2: Please post them here!

Posted by Pr2 on 15 October 2016 - 12:00

Hi,

 

Update for french po and today's enigma2.pot.

 

Pr2

Attached Files




#585847 Solo4K XMLTV import "crash the box"

Posted by Pr2 on 9 September 2016 - 13:02

Hi,

 

In order to avoid long search for the next time this problem occurred, I propose to apply this patch to EPGImport.

 

Here is an exemple of the log now:

 

< 56938.972> [XMLTVConverter] Last OK channel :  3sat.de

< 56938.972> [XMLTVConverter] Next channel is :  ARTE.de

< 56939.050> [XMLTVConverter] Last OK channel :  ARTE.de

< 56939.050> [XMLTVConverter] Next channel is :  ntv.de

< 56939.141> [XMLTVConverter] Last OK channel :  ntv.de

< 56939.142> [XMLTVConverter] Next channel is :  ARD.de

< 56939.222> [XMLTVConverter] Last OK channel :  ARD.de

< 56939.222> [XMLTVConverter] Next channel is :  RTSDeux.ch

< 56939.301> [XMLTVConverter] Last OK channel :  RTSDeux.ch

< 56939.301> [XMLTVConverter] Next channel is :  RTSUn.ch

< 56939.369> [XMLTVConverter] Last OK channel :  RTSUn.ch

< 56939.369> [XMLTVConverter] Next channel is :  ORF1.at

< 56939.477> [XMLTVConverter] Last OK channel :  ORF1.at

< 56939.477> [XMLTVConverter] Next channel is :  ORF2.at

< 56939.653> [XMLTVConverter] Last OK channel :  ORF2.at

< 56939.653> [XMLTVConverter] Next channel is :  ORF3.at

< 56939.710> Unknown channel:  AutoMotorundSportChannel.de

< 56939.736> [XMLTVConverter] Last OK channel :  ORF3.at

< 56939.736> [XMLTVConverter] Next channel is :  SRF2.ch

< 56939.790> [XMLTVConverter] Last OK channel :  SRF2.ch

< 56939.790> [XMLTVConverter] Next channel is :  SRF1.ch

< 56939.816> -------FATAL SIGNAL

Segmentation fault

 

At least we immediately detect that something went wrong with SRF1.ch

 

This won't fix the problem, it just to make XMLTVConverter a little bit more verbose.

 

If developers agree please put the patch into trunk.

 

Regards,

 

Pr2

Attached Files




#582823 MB Micro Premium: OpenWebif remote

Posted by Pr2 on 1 September 2016 - 12:09

The commit you mention is just to add the picture.

 

If you want a real RCU support you need more changes and create the RCU associated file, see an exemple here:

 

https://github.com/E...5e98137f4b2862a

 

Pr2




#567543 DVB-C USB tuner recommendation

Posted by Pr2 on 28 July 2016 - 22:19

Hi,

 

Sundtek perhaps a bit expensive but very good support behind it.

 

Pr2




#551068 Partnerbox URL and not IP

Posted by Pr2 on 4 June 2016 - 18:57

Hi,

 

Most plugin use the file:  /etc/enigma2/settings    (config.plugins......)

 

But in order to edit it you need to perform in telnet a:   'init 4'  edit your file and save it then 'init 3'

 

 

Pr2




#548582 Format ext4 micro SD Zgemma H2H

Posted by Pr2 on 19 May 2016 - 12:03

It is a 32GB SD card.

 

In fact the partition is properly created since I reboot the box connect with telnet , check with sfdisk and the partition was there, an issue a simple:

 

mkfs.ext4 /dev/mmcblk0p1

 

And the SD card format properly I test it and I can record and timeshift on it.

 

Here is the error:

 

<  1113.300> action ->  MsgBoxActions ok
<  1113.325> [HD] size: 32098 MB
<  1113.341> execute: 0 umount -f /media/mmc1
<  1113.691> execute: 0 hdparm -z /dev/mmcblk0
<  1113.715> [Relecture de la table de partition] 
/dev/mmcblk0:
<  1113.863> [Hotplug.plugin.py] connection!
<  1113.866> [Hotplug.plugin.py] complete ACTION=remove<  1113.881> [Hotplug.plugin.py] connection lost!
<  1113.882> [Hotplug.plugin.py]: {'ACTION': 'remove', 'PHYSDEVPATH': '-', 'DEVPATH': '/block/mmcblk0/mmcblk0p1'}
<  1113.883> main infobar is not execing... so we ignore hotplug event!
<  1114.739> execute: 0 sfdisk -f -uS /dev/mmcblk0
<  1114.760> [Création de partition] sfdisk: Checking that no-one is using this disk right now ...
<  1114.762> [Création de partition] sfdisk: OK
<  1114.769> [Création de partition] sfdisk:  /dev/mmcblk0: unrecognized partition table type
sfdisk: No partitions found
<  1114.773> [Création de partition] sfdisk: Warning: no primary partition is marked bootable (active)
This does not matter for LILO, but the DOS MBR will not boot this disk.
<  1114.778> [Création de partition] 
Disk /dev/mmcblk0: 979584 cylinders, 4 heads, 16 sectors/track
Old situation:
New situation:
Units: sectors of 512 bytes, counting from 0
 
   Device Boot    Start       End   #sectors  Id  System
/dev/mmcblk0p1             1  62693375   62693375  83  Linux
/dev/mmcblk0p2             0         -          0   0  Empty
/dev/mmcblk0p3             0         -          0   0  Empty
/dev/mmcblk0p4             0         -          0   0  Empty
Successfully wrote the new partition table
 
<  1114.818> [Création de partition] sfdisk: If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes:  dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
<  1114.833> [Création de partition] Re-reading the partition table ...
 
<  1115.011> [Hotplug.plugin.py] connection!
<  1115.014> [Hotplug.plugin.py] complete ACTION=add<  1115.019> [Hotplug.plugin.py] connection lost!
<  1115.020> [Hotplug.plugin.py]: {'ACTION': 'add', 'PHYSDEVPATH': '-', 'DEVPATH': '/block/mmcblk0/mmcblk0p1'}
<  1115.022> couldn't read model:  [Errno 2] No such file or directory: '/sys-/model'

 

And it is stuck there no more action, so yes it doesn't work on Zgemma.

 

Pr2




#547334 Zgemma and mkv files

Posted by Pr2 on 12 May 2016 - 09:13

Because VU+ Zero used another Soc (CPU if you want) that perhaps support more codecs.

 

Vu+ Zero is BCM7362

Zgemma I cannot help you because you didn't mention the model that you have. (bcm7358 or bcm7362 or bcm73625)

 

http://wiki.openpli.org/comparison

 

Will help you to find the SoC in your STB.

 

Then compare the SoC specification sheet of both (google is your friend to find them).

 

Use the software on PC:  mediainfo to detect which codec is used in your mkv and check if it is supported by the SoC that you have.

 

Pr2




#537545 Translations for Enigma 2: Please post them here!

Posted by Pr2 on 18 March 2016 - 14:18

Hi,

 

Lastest french + enigma2.pot

 

Pr2

Attached Files




#528659 Translations for Enigma 2: Please post them here!

Posted by Pr2 on 2 February 2016 - 21:45

Hi,

 

Latest  fr.po and enigma2.pot

 

Pr2

Attached Files




#523071 Translations for Enigma 2: Please post them here!

Posted by Pr2 on 7 January 2016 - 19:03

Hi,

 

Here are the latest fr.po and enigma2.pot files.

 

Regards,

 

Pr2

Attached Files




#517524 VU Solo 4k support

Posted by Pr2 on 5 December 2015 - 21:09

Hi,

 

I have tried different images, just for the fun, and always come back to OpenPLi. I'd like the default skin of OpenPLi because it is the one that gives the more informations, all other images that I test always miss some informations that I'd like to have in a skin (like the CAID and PROVID (some only display the CAID), the satellite of the channel in the all channels list (this is important to easily create the favorite without having first to zap to see on which sat or dvb-t or c we receive this channel,...)). And the mediaplayer is one of the best and user friendly. In term of ergonomics, OpenPLi is also one of the best one.

 

Even if it can be improved exemple:

- in OpenPLi you have a menu to setup the supported EPG (EIT, MHW,....) but to turn off the EIT now/next you need to go into another place (user interface).

Would be better that the EIT now/next display option is also set into the EPG menu. Will be more logical to have it there since it is indeed EPG related (EIT) and not user interface.

 

Moreover OpenPLi is fast to start and to react. I prefer the option to decide to install plugins than to have to remove imposed plugins that I don't care (CrossEPG, EMC xxxx,....).

 

I have the feeling that newbies like other images because they don't understand what's happens in the "E2 world" so when they install images with many plugins they have the feeling that everything is there and that some stuff are missing in OpenPLi (while they just need to install them from the feed).  

Later on when there learning curve of the "E2 world" increased they came back to OpenPLi and install plugins that they really use and are happy to have an image that just fit there need.

 

The hardest part in the "E2 World" is to know all the possible plugins, what they do (name and description are rarely explicit) and which one to install to cover some precise needs.

 

Pr2




#515169 exists plugin for Sat2ip or sat>ip server

Posted by Pr2 on 21 November 2015 - 12:37

 

Streaming seems not offer the original TV expirience: e.g. zapping the channels with a remote control when using streaming is not possible.
 

 

Hi this is not true!

 

Since you have 2 boxes, disable the tuners on one of your box, and define the fallback tuner in your configuration.

 

Menu - Setup - System - Customize

Enable fallback receiver remote receiver -> Yes

Fallback remote receiver URL

 

This is the more painful step type in:  http://ip_of_your_other_box:8001

 

Now return to your channel list and zap.  :)

 

With remote fallback you simply copy your channel list so you have the same look&feel on every STB.

 

To be able to use SAT>IP you need to have your antenna to support it!

 

So you don't need to use any kind of "remote stream or IPTV converter" use the fallback tuner there is nothing more simple than this.

 

Pr2




#509937 streamboard out of the air ?

Posted by Pr2 on 18 October 2015 - 21:29

Up and running again now...




#500821 Translations for Enigma 2: Please post them here!

Posted by Pr2 on 10 August 2015 - 20:44

Hi,

 

Here is a fresh creation of all OpenPLi  po files.

 

Enjoy,

 

Pr2

Attached Files




#499578 Translations for Enigma 2: Please post them here!

Posted by Pr2 on 27 July 2015 - 19:57

What about updating existing .po's with new strings? Now I need to add them manually like others are doing but I would like to just merge updated .po with existing translation on my PC and then translate what is needed. Thanks

 

Hi,

 

No others don't add them manually, I regularly generate new enigma2.pot files you can simply use it to update your own .po file with the missing/changed/removed strings and then start working on the translation with an up-to-date .po file.

 

Please find attached the latest enigma2.pot file generated today.

 

I use this:

 

https://poedit.net/

 

In the menu you have an option to update your .po file from a POT file just use this option to update your .po file.

 

Pr2

Attached Files