Package Details: plex-media-server-plexpass 1.41.2.9200-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: 143
Popularity: 0.34
First Submitted: 2014-10-16 20:13 (UTC)
Last Updated: 2024-11-14 17:48 (UTC)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 36 Next › Last »

fryfrog commented on 2018-09-23 17:44 (UTC)

I don't have community/cuda installed either, no trouble transcoding. I'm 99% sure Plex includes all the codecs it uses and won't use anything but its own, so I'm skeptical that installing handbrake actually did anything.

Be sure you've restarted it after the update, I've read that can cause major issues. Otherwise, turn logging up and see what you see.

blarneyrabble commented on 2018-09-23 17:37 (UTC) (edited on 2018-09-23 17:38 (UTC) by blarneyrabble)

After a recent update, all of my videos failed to play. I do remember something about x264 in one of the updates. Anyways, logs showed transcode errors. I installed handbrake-cli-git, assuming that would pull in all the latest codecs. Now a few, but not most, videos would play. There were still transcode errors in plex, and there was one about missing libcuda. I installed cuda, and everything works. I don't have an nvida card. It's not thumbnailing all the new videos though...

fryfrog commented on 2018-06-13 22:50 (UTC)

Mine live in /var/lib/plex/Plex Media Server/Plug-ins.

erylflynn commented on 2018-06-13 22:46 (UTC)

Any tips on plugin support? I am not seeing a folder structure like most of the guides and would like to add something like the Hama Bundle to allow the AniDB for example to be searched.

https://github.com/ZeroQI/Hama.bundle/blob/master/README.md

fryfrog commented on 2018-05-11 23:23 (UTC)

@Nutellaeis, Plex should have everything it needs. You'll probably have better luck getting this kind of support on their forums.

Nutellaeis commented on 2018-05-11 22:58 (UTC)

Trying this I get an s9009 (Manifest) Error when I want to stream in a Browser. Android works though. Does this need any additional codecs to be manually installed?

fryfrog commented on 2018-05-05 19:09 (UTC)

I agree with @mmozeiko, standard practice is to not restart services as part of packages. If you want to document the hook suggestion, I'd be happy to add it as a comment or link somewhere.

mmozeiko commented on 2018-05-05 18:31 (UTC)

@bobpaul: this is a bad suggestion. Restarting upgraded services should be left as a decision of system administrator and not enforced by package. What if I don't want to restart service? With your suggested modifications I will have no choice. If every package will start to do that that will be a lot of overhead. Like calling daemon-reload multiple times, or restarting service while service is doing something.

If you want to restart your service on upgrade, just create a pacman hook.

bobpaul commented on 2018-05-05 18:00 (UTC) (edited on 2018-05-05 18:01 (UTC) by bobpaul)

So whenever plexmediaserver is upgraded it needs to be restarted or else the web interface quits working. Can we have this done automatically in the install file? something like:

plex-media-server.install
restart_service(){
  #restart the service if it's running
  if systemctl is-active --quiet plexmediaserver; then
    echo "Restarting service..."
    systemctl daemon-reload
    systemctl restart plexmediaserver
  fi
}

post_upgrade(){
  # The plex user's home directory needs to change too.
  if [[ "$( getent passwd plex | cut -d: -f6 )" != "/usr/lib/plexmediaserver" ]]; then
    usermod -d /usr/lib/plexmediaserver plex
    if [[ $? -ne 0 ]]; then
      echo "Could not change plex users home directory."
      echo "Run: sudo systemctl stop plexmediaserver ; sudo usermod -d /usr/lib/plexmediaserver plex ; sudo systemctl start plexmediaserver"
    else
      restart_service
    fi
  else
    restart_service
  fi
}

j1simon commented on 2018-04-11 16:03 (UTC) (edited on 2018-04-11 16:10 (UTC) by j1simon)

WARNING. The last version 1.12.3.4947-1 doesn't work with official Plex client of LG TV: https://forums.plex.tv/categories/smart-tvs