Installation - grantmcwilliams/PlexForBoxee GitHub Wiki
The repository is broken - I understand Grant can't sign the software anymore. So the only option now is the manual install.
I tested this as of 16 Feb 2019. Sorry for the delay my Boxee box died a long drawn out death, but I have borrowed a friends to test this.
Only tested for a GDM connection to a local Plex server
- Download the latest zip from here: https://github.com/jinxo13/boxeehack
- Format an SD card to FAT32, name it BOXEE
- Copy everything inside the "install" folder of the downloaded boxeehack-master.zip file to the SD card root So when you browse to the SD card, install.sh should be in the root folder
- Copy the "hack" folder from boxeehack-master.zip to the SD card (so you now have the hack folder on the SD card)
- On the Boxee go to settings->Network->Servers
- Check "Enable Windows file sharing"
- In the "Host Name" field enter "boxeebox; sh /media/BOXEE/install.sh" When you exit out the Boxee's light should change to red, this indicates the hack is installing. The boxee will reboot.
- In the network settings get the Boxee IP Address
- Login via telnet: '''telnet <ip_address> 2323'''
The password is
secret
- Get the plexee app:
wget http://grantmcwilliams.com/plexforboxee/download/plexee.plexforboxee-latest.zip
cd /data/.boxee/UserData/apps
unzip /data/hack/plexee.plexforboxee-latest.zip
- Put the app into test mode
You need to edit the descriptor.xml and add the line:
<test-app>true</test-app>
cd plexee.plexforboxee
nano descriptor.xml
So you end up with:
<app>
...
<minversion>1.2</minversion>
<test-app>true</test-app>
</app>
- Go into Settings->Network"
- Change the following settings:
Secured Connections -> Can be Preferred or Disabled
Enable local network discovery (GDM) -> Checked
List of IP addresses and networks that are allowed without auth -> X.X.X.0/255.255.255.0
The X.X.X should match your Boxee IP Address. i.e. If the address is 192.168.8.166, then you enter 192.168.8.0/255.255.255.0
Phew!....
All going well Plexee should be back up and running! I haven't tested everything - but I could at least play a movie.
Good luck! - Hamish