Package Details: plexconnect-git 20140218-2

Package Base: plexconnect-git
Description: Integration layer between Apple TV and Plex
Upstream URL: https://github.com/iBaa/PlexConnect
Category: multimedia
Licenses: MIT
Submitter: jreese
Maintainer: jreese
Last Packager: None
Votes: 0
First Submitted: 2014-02-19 18:34
Last Updated: 2014-02-19 18:47

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by jreese

2014-08-06 15:44

This pulls from the master branch, so assuming master branch contains the 4.0 release, or is ahead of the release, then rebuilding will get you the newest code.

Comment by twnaing

2014-08-06 15:35

v4.0+ is released. This package able to upgrade by itself?

Comment by Ownaginatious

2014-07-02 18:36

I fixed it, turned out using the netctl-ifplugd service over netctl really screws up a lot of services waiting on network.target.

Comment by Ownaginatious

2014-06-07 15:52

I'm receiving the following error on boot. Restarting the service fixes it, but obviously having this happen every time I reboot my server is a little tedious. Any idea why this could be? I would have thought with network.target and plexmediaservice.target in the service file, everything would have been good :/

● plexconnect.service - PlexConnect for Linux
Loaded: loaded (/usr/lib/systemd/system/plexconnect.service; enabled)
Active: failed (Result: exit-code) since Sat 2014-06-07 11:39:49 EDT; 3min 38s ago
Process: 343 ExecStart=/usr/bin/python2 /opt/plexconnect/PlexConnect.py (code=exited, status=1/FAILURE)
Main PID: 343 (code=exited, status=1/FAILURE)


Jun 07 11:39:49 filemaster systemd[1]: plexconnect.service: main process exited, code=exited, status=1/FAILURE
Jun 07 11:39:49 filemaster systemd[1]: Unit plexconnect.service entered failed state.
Jun 07 11:39:49 filemaster python2[343]: running = startup()
Jun 07 11:39:49 filemaster python2[343]: File "/opt/plexconnect/PlexConnect.py", line 73, in startup
Jun 07 11:39:49 filemaster python2[343]: param['IP_self'] = getIP_self()
Jun 07 11:39:49 filemaster python2[343]: File "/opt/plexconnect/PlexConnect.py", line 29, in getIP_self
Jun 07 11:39:49 filemaster python2[343]: s.connect(('1.2.3.4', 1000))
Jun 07 11:39:49 filemaster python2[343]: File "/usr/lib/python2.7/socket.py", line 224, in meth
Jun 07 11:39:49 filemaster python2[343]: return getattr(self._sock,name)(*args)
Jun 07 11:39:49 filemaster python2[343]: socket.error: [Errno 101] Network is unreachable