Search Criteria
Package Details: plex-media-server 1.41.3.9314-1
Package Actions
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.47 |
First Submitted: | 2014-10-14 22:11 (UTC) |
Last Updated: | 2024-12-17 22:22 (UTC) |
Dependencies (0)
Required by (14)
- jellyseerr (optional)
- kometa (optional)
- ombi (optional)
- ombi-bin (optional)
- ombi-develop (optional)
- ombi-develop-bin (optional)
- plex-anilist-bundle-git
- plex-ass-scanner-git
- plex-hama-bundle-git
- plex-hama-git
- plex-sub-zero
- plex-sub-zero-git
- plex-trakt-scrobbler
- plexwatch
Sources (10)
- https://downloads.plex.tv/plex-media-server-new/1.41.3.9314-a0bfb8370/debian/plexmediaserver_1.41.3.9314-a0bfb8370_arm64.deb
- https://downloads.plex.tv/plex-media-server-new/1.41.3.9314-a0bfb8370/debian/plexmediaserver_1.41.3.9314-a0bfb8370_armhf.deb
- https://downloads.plex.tv/plex-media-server-new/1.41.3.9314-a0bfb8370/redhat/plexmediaserver-1.41.3.9314-a0bfb8370.i686.rpm
- https://downloads.plex.tv/plex-media-server-new/1.41.3.9314-a0bfb8370/redhat/plexmediaserver-1.41.3.9314-a0bfb8370.x86_64.rpm
- plex.sysusers
- plex.tmpfiles
- plexmediaserver.conf.d
- plexmediaserver.hook
- plexmediaserver.service
- terms.txt
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 107 Next › Last »
fryfrog commented on 2022-11-16 21:00 (UTC) (edited on 2022-11-16 21:02 (UTC) by fryfrog)
@ipaqmaster, can you see what package owns your
/usr/lib/libmpv.so.2
? Maybempv
? I don't have that library or that issue. The package also uses!strip
so iflibmpv.so.1
is in the Plex package, it should retain it. Something a little weird in your setup.Edit: There's no
libmpv
on my system at all, neither in/usr/lib
or even in Plex's own folder.Editest: Silly goose, this is the aur package for plex media server. You're having issues w/ plex media player. :)
ipaqmaster commented on 2022-11-16 20:16 (UTC)
plexmediaplayer
wouldn't start for me today as it couldn't findlibmpv.so.1
ln -s /usr/lib/libmpv.so.2 /usr/lib/libmpv.so.1
was enough to get it running again. Not sure if such anln
hack should be added to this aur package?killertofus commented on 2022-05-25 20:05 (UTC)
should be auto updating with the other linux packages
fryfrog commented on 2022-03-25 17:50 (UTC)
@nai7ah: It sounds like you need regular old Plex support, I'd hunt down a forum or Disord as appropriate. If you figure out that it is somehow related to the package, feel free to bring that up here and we can get it sorted.
What you showed looks like the crash uploader not working to upload the crash, so probably totally unrelated to what ever issue you're having.
nai7ah commented on 2022-03-25 17:41 (UTC) (edited on 2022-03-25 17:42 (UTC) by nai7ah)
After using the wizard from http://localhost:32400/web , Plex hangs. I checked journalctl and see this error message.
Commit: ef9fdba0107b
gavinbeatty commented on 2022-02-26 05:47 (UTC)
Spoke too soon. After a few hours, Plex decides to become unresponsive. I will prune the sandbox and test long-term before potentially posting again.
gavinbeatty commented on 2022-02-26 03:34 (UTC) (edited on 2022-02-26 04:52 (UTC) by gavinbeatty)
[EDIT: Added
DeviceAllow=bock-loop
that I mistakenly missed when commenting]Given plex is proprietary software, is there any interest in using systemd sandboxing features? I've had success with the following as a
plexmediaserver.service.d/override.conf
:Given I don't use all of plex's functionality, and I noted some errors that I could tolerate above, maybe strip the following entries from the above:
ProtectHome=true
would be great to keep, but I suspect it caused those framework errors in the log, so it might be prudent to dig into that first.tinycheese commented on 2021-12-15 02:27 (UTC) (edited on 2021-12-15 14:06 (UTC) by tinycheese)
@fryfrog When you say your folder is pointed somewhere else, is that solely from the WebUI settings page, or are you pointing it via
/etc/conf.d/plexmediaserver
?And I did start with Plex, but nobody wanted to help me there because "we don't package for Arch ... please contact the package maintainer." Granted, that was the forums; I can try Discord too.
Is 775 plex:plex not enough for the directory? (it is)
Edit: permissions solved. This came down to a basic linux permissions problem.
/mnt/ssd/
had ownershiproot:sddaccess
, which I had apparently set up for group access to the additional drive. Once I added theplex
user tosddaccess
everything started working like butter.Thanks for the help @fryfrog!
fryfrog commented on 2021-12-14 21:55 (UTC)
FWIW, I have my transcode folder pointed somewhere else and it works fine. I can go in that folder and see files/folders appearing and disappearing. Make sure you have ownership and permissions correct. Turn logging up and look at logs. You'll probably have better luck w/ support from a Plex place like their sub-reddit or Discord.
mjtko commented on 2021-12-14 20:51 (UTC)
@tinycheese: it might not be the "correct" way to fix this, but I use a bind mount to redirect the transcoding cache directory elsewhere, e.g. in my
/etc/fstab
:Try from the CLI using:
/volumes/plex/Transcode
is owned by user & groupplex
.This might not be the most idiomatic way of achieving this, but it works for me. Interested in knowing if there's a better way! :)
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 107 Next › Last »