There you go, PKGBUILDs for PHT are now in good shape and unofficial builds are rolling out!
Packages
plex-home-theater is available in the official [community] repository. There is also a git package in the AUR, nightly builds for this one are available in the unofficial repository below.
I was able to get my HTPC running plexhometheater standalone after installing just a base arch install + video drivers + xorg server + plex-home-theater-git.
Edit /etc/X11/xinit/xinitrc to comment out default commands and add my own:
I'm doing that with slightly different .xinitrc and service files on my desktop, so that plex runs on tty2 on the TV screen, and I still can use my desktop for everything else :)
I'm doing that with slightly different .xinitrc and service files on my desktop, so that plex runs on tty2 on the TV screen, and I still can use my desktop for everything else :)
Here is the service file, you need to have a functional "systemctl --user" for this to work (see arch systemd wiki for this, you need to modify systemd-user.pam iirc). The service file then needs to be placed in "~/.config/systemd/user/plex@service", you can start plex by issuing "systemctl --user start plex@tty2" for example. Keep in mind that it is not meant for autostarting plex, rather it is a more convenient way of switching to tty2, logging as my user and launching startx or xinit on it.
If you have already have pht set up, you will also need to move the .plexht folder from the home directory into the plex user home directory "/usr/share/plexhometheater"
If you have already have pht set up, you will also need to move the .plexht folder from the home directory into the plex user home directory "/usr/share/plexhometheater"
Although... This doesnt allow for shuting the box off with the "Shut Down" option in the interface (or suspending for that matter). I am not sure how to acheive that.... Anyone with more experience with systemd have any ideas?
Although... This doesnt allow for shuting the box off with the "Shut Down" option in the interface (or suspending for that matter). I am not sure how to acheive that.... Anyone with more experience with systemd have any ideas?
I don't believe pht uses systemd to handle this. I'll have a look at this later if it's within my abilities.
Although... This doesnt allow for shuting the box off with the "Shut Down" option in the interface (or suspending for that matter). I am not sure how to acheive that.... Anyone with more experience with systemd have any ideas?
On both the stable and the git version I got this a lot (intel i915) and it takes forever to load. Do more people have this?
00:09:29 T:140429429245696 WARNING: FillBuffer: Reconnect, (re)try 1
00:11:06 T:140429420852992 NOTICE: Thread CFileCache start, auto delete: false
00:11:06 T:140429446031104 WARNING: Read - waited for data but got none
Can't reproduce here on my desktop and laptop, nvidia and intel, but the error message doesn't seem graphics related. Don't know what's hitting you unfortunately.
In fact 1.0.12 is smoother than any earlier revision for me, so I pushed it in [community]. Ended up putting everything in /opt, even though I don't like it, we had another package like this added recently and it doesn't seem to be frowned upon that much.