Package Details: plex-media-server 1.41.2.9200-1

Git Clone URL: https://aur.archlinux.org/plex-media-server.git (read-only, click to copy)
Package Base: plex-media-server
Description: The back-end media server component of Plex.
Upstream URL: https://plex.tv/
Keywords: DLNA
Licenses: custom
Conflicts: plex-media-server-plexpass
Submitter: alucryd
Maintainer: fryfrog (tixetsal)
Last Packager: fryfrog
Votes: 348
Popularity: 0.014055
First Submitted: 2014-10-14 22:11 (UTC)
Last Updated: 2024-11-14 23:11 (UTC)

Latest Comments

« First ‹ Previous 1 .. 72 73 74 75 76 77 78 79 80 81 82 .. 107 Next › Last »

marmotta commented on 2014-04-10 16:19 (UTC)

With arch plexmediaserver have a bug, task Plex DLNA server in idle one cpu as at 100%

Butcho commented on 2014-03-15 13:47 (UTC)

plex package updated.

BubbatheVTOG commented on 2014-03-14 22:34 (UTC)

Plexmediaserver 0.9.9.7 was released to everyone! I have installed it just fine on my 64-bit rig. Here is the top of the PKGBUILD file for change. 8 pkgname=plexmediaserver 9 pkgver=0.9.9.7.429 10 pkgrel=1 11 _subver=f80a8d6 12 pkgdesc="Plex Media Server for Linux" 13 url='https://plex.tv/' 14 arch=('i686' 'x86_64') 15 license=('closed') 16 depends=('rsync' 'avahi') 17 conflicts=('plexmediaserver-plexpass') 18 backup=('etc/conf.d/plexmediaserver') 19 install='plexmediaserver.install' 20 21 if [ "$CARCH" = "i686" ]; then 22 _arch='i386' 23 md5sums=('d4e9d2c494023de1f0994f4934d0c4fd') 24 elif [ "$CARCH" = "x86_64" ]; then 25 _arch='amd64' 26 md5sums=('549121339567b55b20cb6fda1968a518') 27 fi md5sums have also been changed to reflect the 32-bit package, though I don't have the hardware to test it. USE AT OWN RISK!

Butcho commented on 2014-02-28 21:50 (UTC)

package updated.

Sonyrockzz commented on 2014-02-28 21:03 (UTC)

PKGBUILD for Version 0.9.9.5.411_da1d892 with correct MD5SUMS # Maintainer: Rob Sletten <rsletten [at] gmail [dot] com> pkgname=plexmediaserver pkgver=0.9.9.5.411 pkgrel=3 _subver=da1d892 pkgdesc="Plex Media Server for Linux" url='http://www.plexapp.com' arch=('i686' 'x86_64') license=('closed') depends=('rsync' 'avahi') conflicts=('plexmediaserver-plexpass') backup=('etc/conf.d/plexmediaserver') install='plexmediaserver.install' if [ "$CARCH" = "i686" ]; then _arch='i386' md5sums=('e8acf73b1ed6b99729c2e3c581b64b09') elif [ "$CARCH" = "x86_64" ]; then _arch='amd64' md5sums=('47386fb497f36e45b52fe35958dbdb2d') fi source=("http://downloads.plexapp.com/plex-media-server/${pkgver}-${_subver}/${pkgname}_${pkgver}-${_subver}_${_arch}.deb" "${pkgname}.conf.d" "${pkgname}.service" "start_pms") md5sums+=('32cdd9f9de446f6646616a0077151726' 'd850fe41dd35aba09a375ac8d81175e0' '69efb2441c7971a9e546d76b51cd12cc') build() { ar -xv plexmediaserver_${pkgver}-${_subver}_${_arch}.deb || return 1 tar -zxf data.tar.gz || return 1 } package() { mkdir -p "${pkgdir}"/opt/plexmediaserver mkdir -p "${pkgdir}"/usr/lib/systemd/system cp -r usr/lib/plexmediaserver/* "${pkgdir}"/opt/plexmediaserver/ install -Dm755 ${srcdir}/start_pms "${pkgdir}"/opt/plexmediaserver/ install -Dm644 ${srcdir}/plexmediaserver.conf.d "${pkgdir}"/etc/conf.d/plexmediaserver install -Dm644 ${srcdir}/plexmediaserver.service "${pkgdir}"/usr/lib/systemd/system/plexmediaserver.service }

arch-nemesis commented on 2014-02-18 23:26 (UTC)

# netstat -ntlp | grep Plex tcp 0 0 0.0.0.0:32469 0.0.0.0:* LISTEN 7888/Plex DLNA Serv tcp 0 0 0.0.0.0:32443 0.0.0.0:* LISTEN 7837/Plex Media Ser tcp 0 0 0.0.0.0:1341 0.0.0.0:* LISTEN 7888/Plex DLNA Serv tcp 0 0 0.0.0.0:58059 0.0.0.0:* LISTEN 30085/Plex Plug-in tcp 0 0 0.0.0.0:32400 0.0.0.0:* LISTEN 7837/Plex Media Ser Although, for viewers OUTSIDE of the local network, you will need to PAT it. This may be configured by UPNP. Internal to your network, just permit whatever's listening. Most importantly, I think, is 32400.

Jhackler commented on 2014-02-12 16:07 (UTC)

If its just on the local network you could just allow all incoming connection for only machines on your local network (not as secure but better than just flat out opening all incoming trafic), or alternatively use wire-shark to find out all ports plex tries to communicate on and set rules to allow each of those ports which might take a bit more time and effort. once you find out with wire-shark what ports need to be open you can even go further by only allowing specific ips on you network to access it. Really depends on how strict you want to be. If you make sure every system on your wifi doesn't blindly allow incoming connection the first option should be fine for most people.

fettouhi commented on 2014-02-12 15:31 (UTC)

Anybody know how to set the firewall rules so that one can connect to the plex meadia server. I'm using ufw and I've tried to open the ports as suggested in the plex wiki but the only rule that works is allow all incoming connections.

Jhackler commented on 2014-02-06 20:26 (UTC)

Sorry for being lazy and asking just been really busy. Think you for encouraging me to figure it out by not responding though :D. I got it working the drive didn't have a uuid as it was created with a lable back when I was new to Linux just had to add a uuid, used gparted and added to fstab the permissions where already correct from when I used it on ubuntu.