Difference between revisions of "Releasenotes-6.1"

From OpenPLi Wiki
Jump to: navigation, search
(added avahi fix)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[File:OpenPLi 6.1.png|frameless|right]]
 
[[File:OpenPLi 6.1.png|frameless|right]]
 +
== Highlights: ==
 +
* Flashimage support: Online Flash - Flash your box with a new image using your remote. Press Menu, and go to Setup,  Flash image. See https://forums.openpli.org/topic/52456-flash-image-from-ui-instead-of-reboot/#entry745951 ('''experimental!''')
 
* Improvements on Helptext messages
 
* Improvements on Helptext messages
* Flashimage support: Online Flash - Flash your USB disk with a image from the Televisionscreen. Press \Menu\Installation'Flash image\ https://forums.openpli.org/topic/52456-flash-image-from-ui-instead-of-reboot/#entry745951 ('''experimental!''')
+
* Gstreamer upgrade to v1.12.3
* Restart Enigma with a new logo
 
 
* Cablescan - Different regions can now be selected for scanning
 
* Cablescan - Different regions can now be selected for scanning
 
* Add fastscan for KabelKiosk and Diveo Germany
 
* Add fastscan for KabelKiosk and Diveo Germany
 
* Quad PiP for VU+ Solo 4K and Ultimo 4K receivers
 
* Quad PiP for VU+ Solo 4K and Ultimo 4K receivers
 
* Kodi support for VU+ and Mutant receivers
 
* Kodi support for VU+ and Mutant receivers
* Kodi and [[HbbTV|HbbTV]]  support for all UHD receivers
+
* Kodi and [[HbbTV|HbbTV]]  support for all VU+ UHD receivers
* Support for HTTPS TS streams
+
* Support for DVB streams over HTTPS
* Offline CI decoding
 
 
* HbbTV (Except for Miraclebox. No support from the manufacturer)
 
* HbbTV (Except for Miraclebox. No support from the manufacturer)
 
* Multiboot for Mutant HD51 and Zgemma H7
 
* Multiboot for Mutant HD51 and Zgemma H7
* Netbios browsing enabled. If you restored a non-working backup, this is the correct [https://raw.githubusercontent.com/OpenPLi/openpli-oe-core/release-6.1/meta-openpli/recipes-connectivity/samba/samba/smb.conf smb.conf]
+
* VU+ now supports offline decoding using either a softcam or a CI module
  
== Updates / Improvements: ==
+
== Other improvements: ==
* Plugins
+
* Plugins updates
* Drivers
+
* Drivers updates
 
* Hotkey can now accept command's as string instead of list of commands
 
* Hotkey can now accept command's as string instead of list of commands
 +
* Hotkey now has the option not to pause after succesful script execution
 
* AutoDiseqc extended with other satellite positions, like 0.8 west and 16.0 East
 
* AutoDiseqc extended with other satellite positions, like 0.8 west and 16.0 East
* Gstreamer stable 1.12.3
+
* Softcam: update of oscam and oscam-emu
* Softcam: update oscam and oscam-emu
+
* IPTV: update ffmpeg and improved dash support
* IPTV: update ffmpeg and beter dash interface,
 
 
* IPTV: update extexplayer3
 
* IPTV: update extexplayer3
* New OpenPLi logo images
 
  
 
== Security: ==
 
== Security: ==
Line 31: Line 30:
 
== Bugfix: ==
 
== Bugfix: ==
 
* Timer: Weekly display fixes
 
* Timer: Weekly display fixes
 +
* VU+ Bluetooth driver conflict with Oscam (descrambling failed) fixed
 +
* Netbios browsing (box was not visible in Windows) fixed
  
 
== New Receivers support: ==
 
== New Receivers support: ==
* VU+ support for the Uno 4K se and the Zero 4K
+
* VU+ support for the Uno 4K SE and the Zero 4K
 
* Zgemma support for the H6
 
* Zgemma support for the H6
* Amiko support for the Viper combo and Viper t2c
+
* Edision support for the OS nino
 +
* Amiko support for the Viper Combo and Viper T2C
 +
* Mutant support for the HD530C
  
== Issues: ==
+
== Known issues: ==
 +
 
 +
==== avahi-daemon fails to start ====
  
 
When you upgrade online from 6.0 to 6.1, you could run into the problem that the avahi-daemon doesn't want to restart, which means you won't be able to access to box via it's "<boxname>.local" name.
 
When you upgrade online from 6.0 to 6.1, you could run into the problem that the avahi-daemon doesn't want to restart, which means you won't be able to access to box via it's "<boxname>.local" name.
  
 
It can be solved by flashing a new image (both 6.0 and 6.1 are fixed), or if you can handle the commandline, by copy and pasting these commands:
 
It can be solved by flashing a new image (both 6.0 and 6.1 are fixed), or if you can handle the commandline, by copy and pasting these commands:
 +
opkg update
 +
opkg remove avahi-daemon --force-depends
 +
/etc/init.d/dbus-1 restart
 +
opkg install avahi-daemon
 +
 +
==== box not visible in Windows ====
  
<code>
+
When you restore an old(er) backup, you could also restore a samba configuration file that has broken Netbios browsing support. To address this, manually replace /etc/samba/smb.conf with the default https://raw.githubusercontent.com/OpenPLi/openpli-oe-core/release-6.1/meta-openpli/recipes-connectivity/samba/samba/smb.conf smb.conf].
opkg remove avahi-daemon --force-depends
 
  
/etc/init.d/dbus-1 restart
+
==== unable to watch a running recording on a CIFS mount ====
  
opkg install avahi-daemon
+
This is due to a change in the kernel CIFS drivers, which prevents regular updates of the recordings file size. Because of this, Enigma doesn't see the file growing as the recording progresses, so it stops prematurely. This has been addressed in the default <code>/etc/samba/smb.conf</code> file, but if you have the file in your backup, you may need to add the following lines to the <code>[global]</code> section manually:
</code>
+
oplocks = yes
 +
kernel oplocks = yes
 +
socket options = IPTOS_LOWDELAY TCP_NODELAY
 +
This will also improve the file transfer speed for both reads and writes.

Latest revision as of 12:08, 8 February 2018

OpenPLi 6.1.png

Highlights:

  • Flashimage support: Online Flash - Flash your box with a new image using your remote. Press Menu, and go to Setup, Flash image. See https://forums.openpli.org/topic/52456-flash-image-from-ui-instead-of-reboot/#entry745951 (experimental!)
  • Improvements on Helptext messages
  • Gstreamer upgrade to v1.12.3
  • Cablescan - Different regions can now be selected for scanning
  • Add fastscan for KabelKiosk and Diveo Germany
  • Quad PiP for VU+ Solo 4K and Ultimo 4K receivers
  • Kodi support for VU+ and Mutant receivers
  • Kodi and HbbTV  support for all VU+ UHD receivers
  • Support for DVB streams over HTTPS
  • HbbTV (Except for Miraclebox. No support from the manufacturer)
  • Multiboot for Mutant HD51 and Zgemma H7
  • VU+ now supports offline decoding using either a softcam or a CI module

Other improvements:

  • Plugins updates
  • Drivers updates
  • Hotkey can now accept command's as string instead of list of commands
  • Hotkey now has the option not to pause after succesful script execution
  • AutoDiseqc extended with other satellite positions, like 0.8 west and 16.0 East
  • Softcam: update of oscam and oscam-emu
  • IPTV: update ffmpeg and improved dash support
  • IPTV: update extexplayer3

Security:

  • Latest security updates on Morty (including fix for WPA KRACK)
  • New added: davfs, yafc, sftp

Bugfix:

  • Timer: Weekly display fixes
  • VU+ Bluetooth driver conflict with Oscam (descrambling failed) fixed
  • Netbios browsing (box was not visible in Windows) fixed

New Receivers support:

  • VU+ support for the Uno 4K SE and the Zero 4K
  • Zgemma support for the H6
  • Edision support for the OS nino
  • Amiko support for the Viper Combo and Viper T2C
  • Mutant support for the HD530C

Known issues:

avahi-daemon fails to start

When you upgrade online from 6.0 to 6.1, you could run into the problem that the avahi-daemon doesn't want to restart, which means you won't be able to access to box via it's "<boxname>.local" name.

It can be solved by flashing a new image (both 6.0 and 6.1 are fixed), or if you can handle the commandline, by copy and pasting these commands:

opkg update
opkg remove avahi-daemon --force-depends
/etc/init.d/dbus-1 restart
opkg install avahi-daemon

box not visible in Windows

When you restore an old(er) backup, you could also restore a samba configuration file that has broken Netbios browsing support. To address this, manually replace /etc/samba/smb.conf with the default https://raw.githubusercontent.com/OpenPLi/openpli-oe-core/release-6.1/meta-openpli/recipes-connectivity/samba/samba/smb.conf smb.conf].

unable to watch a running recording on a CIFS mount

This is due to a change in the kernel CIFS drivers, which prevents regular updates of the recordings file size. Because of this, Enigma doesn't see the file growing as the recording progresses, so it stops prematurely. This has been addressed in the default /etc/samba/smb.conf file, but if you have the file in your backup, you may need to add the following lines to the [global] section manually:

oplocks = yes
kernel oplocks = yes
socket options = IPTOS_LOWDELAY TCP_NODELAY

This will also improve the file transfer speed for both reads and writes.