Package Details: plex-media-server-plexpass 1.40.2.8395-1

Git Clone URL: https://aur.archlinux.org/plex-media-server-plexpass.git (read-only, click to copy)
Package Base: plex-media-server-plexpass
Description: The back-end media server component of Plex.
Upstream URL: https://plex.tv/
Keywords: DLNA
Licenses: custom
Conflicts: plex-media-server
Provides: plex-media-server
Submitter: miffe
Maintainer: fryfrog (tixetsal)
Last Packager: fryfrog
Votes: 141
Popularity: 0.142017
First Submitted: 2014-10-16 20:13 (UTC)
Last Updated: 2024-04-18 21:47 (UTC)

Latest Comments

« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 Next › Last »

Jhackler commented on 2014-02-14 14:18 (UTC)

has anyone tried switching from the plexmedia server aur build and this one. If so was there any problems you experienced, I am considering becoming a plexpass member in a few months.

OttoA commented on 2014-01-09 21:36 (UTC)

Relative paths in PKGBUILD fail when BUILDDIR is set in /etc/makepkg.conf This fixes it: https://gist.github.com/anonymous/8342496

PinkyThePig commented on 2013-12-24 20:58 (UTC)

There is a new release out (along with a new website layout) available. http://downloads.plexapp.com/plex-media-server/0.9.8.18.290-11b7fdd/plexmediaserver_0.9.8.18.290-11b7fdd_amd64.deb

Floppie commented on 2013-12-11 15:08 (UTC)

There's a new version out (for both Plexpass and public) that adds Chromecast support. I've installed using this. --- a/PKGBUILD 2013-11-17 12:33:44.000000000 -0500 +++ b/PKGBUILD 2013-12-11 10:02:32.797298194 -0500 @@ -7,9 +7,9 @@ # Maintainer: Matt Henkel <guildencrantz@gmail.com> pkgname=plexmediaserver-plexpass -pkgver=0.9.8.13.235 +pkgver=0.9.8.14.263 pkgrel=1 -_subver=a263b7e +_subver=139ddbc pkgdesc="Plex Media Server for Linux" url='http://www.plexapp.com' arch=('i686' 'x86_64') @@ -21,10 +21,10 @@ if [ "$CARCH" = "i686" ]; then _arch='i386' - md5sums=('f112a11f6274c2960ccbeb7baca1a730') + md5sums=('4dfa68ee841a4f61c11946662c654bd6') elif [ "$CARCH" = "x86_64" ]; then _arch='amd64' - md5sums=('d8e7d162242c8a5d35ac70df3ee1382a') + md5sums=('e594e2551074d03d230476ecf62a69e6') fi if (( !INFAKEROOT )); then :)

guildencrantz commented on 2013-12-02 23:22 (UTC)

@flaccid no. @jqvillanova's last two requests have not been incorporated. The version is, however, up-to-date.

flaccid commented on 2013-11-24 07:31 (UTC)

Are all the patches and issues below in comments included/addressed in the current PKGBUILD?

incongruous commented on 2013-11-12 10:38 (UTC)

And another update! --- diff --git a/plexmediaserver-plexpass/PKGBUILD b/plexmediaserver-plexpass/PKGBUILD index 3fa6ad8..14cc45b 100644 --- a/plexmediaserver-plexpass/PKGBUILD +++ b/plexmediaserver-plexpass/PKGBUILD @@ -7,9 +7,9 @@ # Maintainer: Matt Henkel <guildencrantz@gmail.com> pkgname=plexmediaserver-plexpass -pkgver=0.9.8.6.175 +pkgver=0.9.8.13.235 pkgrel=2 -_subver=88ffbb2 +_subver=a263b7e pkgdesc="Plex Media Server for Linux" url='http://www.plexapp.com' arch=('i686' 'x86_64') @@ -21,10 +21,10 @@ install='plexmediaserver.install' if [ "$CARCH" = "i686" ]; then _arch='i386' - md5sums=('c930627582341f516fa1124191bf9c8d') + md5sums=('f112a11f6274c2960ccbeb7baca1a730') elif [ "$CARCH" = "x86_64" ]; then _arch='amd64' - md5sums=('dc3835c3240f5921e8ce0570875d4be6') + md5sums=('d8e7d162242c8a5d35ac70df3ee1382a') fi if (( !INFAKEROOT )); then ---

incongruous commented on 2013-11-10 21:53 (UTC)

Patch for the latest version --- diff --git a/plexmediaserver-plexpass/PKGBUILD b/plexmediaserver-plexpass/PKGBUILD index 3fa6ad8..da7c5df 100644 --- a/plexmediaserver-plexpass/PKGBUILD +++ b/plexmediaserver-plexpass/PKGBUILD @@ -7,9 +7,9 @@ # Maintainer: Matt Henkel <guildencrantz@gmail.com> pkgname=plexmediaserver-plexpass -pkgver=0.9.8.6.175 +pkgver=0.9.8.12.230 pkgrel=2 -_subver=88ffbb2 +_subver=04190ca pkgdesc="Plex Media Server for Linux" url='http://www.plexapp.com' arch=('i686' 'x86_64') @@ -21,10 +21,10 @@ install='plexmediaserver.install' if [ "$CARCH" = "i686" ]; then _arch='i386' - md5sums=('c930627582341f516fa1124191bf9c8d') + md5sums=('4cf316205f12b2de67e9864af4044e8c') elif [ "$CARCH" = "x86_64" ]; then _arch='amd64' - md5sums=('dc3835c3240f5921e8ce0570875d4be6') + md5sums=('4cf316205f12b2de67e9864af4044e8c') fi if (( !INFAKEROOT )); then ---

evilhamsterman commented on 2013-11-06 03:30 (UTC)

Patch for latest version --- diff --git a/PKGBUILD b/PKGBUILD index 3fa6ad8..ba186c5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,9 +7,9 @@ # Maintainer: Matt Henkel <guildencrantz@gmail.com> pkgname=plexmediaserver-plexpass -pkgver=0.9.8.6.175 +pkgver=0.9.8.11.223 pkgrel=2 -_subver=88ffbb2 +_subver=7e7c968 pkgdesc="Plex Media Server for Linux" url='http://www.plexapp.com' arch=('i686' 'x86_64') @@ -21,10 +21,10 @@ install='plexmediaserver.install' if [ "$CARCH" = "i686" ]; then _arch='i386' - md5sums=('c930627582341f516fa1124191bf9c8d') + md5sums=('0f1cbb3bde9f46d3e8774e99b852d528') elif [ "$CARCH" = "x86_64" ]; then _arch='amd64' - md5sums=('dc3835c3240f5921e8ce0570875d4be6') + md5sums=('08b9f249e5a81ae99687a71b765d2db2') fi if (( !INFAKEROOT )); then ---

puithove commented on 2013-10-24 11:28 (UTC)

9.8.9 is out.