Skip to content

Releases: Risca/OpenPHT

v1.9.0.x-bd6163511-boxeebox

08 Feb 16:50
Compare
Choose a tag to compare

This is the second release of OpenPHT for the BoxeeBox!

It's based on the openpht-1.9 branch of https://github.com/RasPlex/OpenPHT
Build environment based on https://github.com/Risca/boxeebox-xbmc/releases/tag/3.2-alpha_Helix-hybrid

Changes

  • reduce background jobs during playback. Seems to improve #1
  • timezones countries now show up in UI, but setting it does not seem to have any effect.
  • ffmpeg: update to ffmpeg-4.4.2-Matrix-Alpha1
  • openssl: update to openssl-1.1.1m
  • cacert: update ca cert bundle
  • rtmpdump: update to git master + patched for openssl-1.1.1
  • libgpg-error: update to libgpg-error-1.44
  • libssh: update to libssh-0.9.6
  • curl: update to libcurl-7.81.0
  • boost: update to boost-1.66
  • expat: update to expat-2.4.4
  • libplist: update to libplist-2.2.0

Brief install instructions:

  1. Install latest BoxeeHack from https://github.com/Risca/boxeehack
  2. Unpack the release archive on a removable device and reboot the box
  3. OpenPHT should boot automatically now =)

Known issues

  • #1 - Video playback is better now, but still some tuning to be made
  • #3 - Timezone can be set, but is not properly respected.
  • #4 - The "System Settings" menu doesn't work

v1.9.0.x-581e1da6-boxeebox

11 Jun 12:04
Compare
Choose a tag to compare
Pre-release

This the initial release release of OpenPHT for the BoxeeBox!

It's based on the openpht-1.9 branch of https://github.com/RasPlex/OpenPHT

Brief install instructions:

  1. Install BoxeeHack

  2. Create this script: /data/hack/init.d/91checkplexhometheater.sh

     #!/bin/sh
     # Check if we have plexht installed on an external drive
     for m in /tmp/mnt/*; do
     	if [ -f ${m}/start_plexht.sh ]; then
     		cd ${m}
     		./start_plexht.sh &
     		exit
     	fi
     done
    
  3. Make it executable

     chmod +x /data/hack/init.d/91checkplexhometheater.sh
    
  4. Unpack the release tar-ball on a removable device and reboot the box

  5. OpenPHT should boot automatically now =)

Known issues:

  • Video playback is sometimes choppy - it should be possible to tune this for future releases
  • Timezone cannot be set in settings - should be simple to fix
  • The "System Settings" menu doesn't work (looks like it's an external application that I haven't looked into yet)
  • This release has many duplicate libraries that could be removed to save space
  • ASS subtitles doesn't work since I forgot libass.so.5.3.2 (attached, just drop it together with the rest of the files)

EDIT: I fucked up the zip file. Re-uploaded now
EDIT2: Attached libass.so.5.3.2
EDIT3: https://youtu.be/a7gVl-aMmCQ <- short demo