EDIT: Official builds are now available, you can use this if you want to build it yourself for specific commits/bug fixes while you wait for official builds. This build will not interfere with the official builds, you can run both along side each other.
Had to update a few systems so decided to write a script, while i was at it, tried to make it future proof.
It will generate a loader script that you must use to run OpenPHT.
It should not conflict with existing ffmpeg installs or plex installs but see options.
Updated a few systems on 16.04 and 14.04 already.
Tested on Ubuntu 14.04. Nicely done. Just two small issues:
During sudo apt-get install
Package libcurl-dev is a virtual package provided by:
libcurl4-openssl-dev 7.35.0-1ubuntu2.6
libcurl4-nss-dev 7.35.0-1ubuntu2.6
libcurl4-gnutls-dev 7.35.0-1ubuntu2.6
You should explicitly select one to install.
E: Package ‘libcurl-dev’ has no installation candidate
File /home/plex/plexhometheater.sh should not be owned by root:
-rwxr-xr-x 1 root root 126 Jun 16 08:22 /home/plex/plexhometheater.sh
Also, I did add the following lines to the startup script to disable pulse audio:
@vdimitrov said:
Tested on Ubuntu 14.04. Nicely done. Just two small issues:
During sudo apt-get install
Package libcurl-dev is a virtual package provided by:
libcurl4-openssl-dev 7.35.0-1ubuntu2.6
libcurl4-nss-dev 7.35.0-1ubuntu2.6
libcurl4-gnutls-dev 7.35.0-1ubuntu2.6
You should explicitly select one to install.
E: Package ‘libcurl-dev’ has no installation candidate
File /home/plex/plexhometheater.sh should not be owned by root:
-rwxr-xr-x 1 root root 126 Jun 16 08:22 /home/plex/plexhometheater.sh
Also, I did add the following lines to the startup script to disable pulse audio:
I see that you have updated the script to use the internal ffmpeg. Nice work!
I tried it and it worked fine on Ubuntu 14.04 LTS except one small issue.
It added the xbmc ppa even that it was already added to the sources.
I think that the double hyphens mess up with the grep command. See below:
Good work, once you have a fully working script can I suggest that you add it to the Wiki https://github.com/RasPlex/OpenPHT/wiki as I am sure that others would find this extremely beneficial and easy to locate, eventually this topic will disappear from the first page of this section.
@NedtheNerd said:
Deb packages now available for Ubuntu and Debian, see the 1.6.2 release notes (just released).
This is great, you guys are the best! May I suggest to edit the description of the “release” post adding Linux to the “Downloads” section where it says “For Windows, OS X and Embedded”?