94 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
413
views
Batch edit pictures for album covers on Plex [closed]
On a Plex server running on a Debian 11 I have around 100 albums with the wrong aspect ratio cover art. Plex saving the pictures in several subfolders with the name "com.plexapp.agents.localmedia_*". ...
0
votes
1
answer
683
views
How do I change permissions on FAT32 USB drive on Raspberry Pi
I have a Raspberry Pi 4 operating as a Plex media server witgh an externalk USB drive as media storage, the drive mounts and it perfectly usable but after the reinstall of the latest OS I cant ...
1
vote
0
answers
372
views
Editing Plex database, edit rows that match a certain criteria
I need to change the file name of my media to include a tag at the end of the file name. My issue is how do I target specific file paths to add something to the end of a mkv file name inside the ...
1
vote
1
answer
2k
views
Docker Container unable to use Host Network
I'm trying to create a plex container in the "host" mode, the container is created without problems but is not able to obtain network connectivity.
I'm running Ubuntu 22.0.
I already flushed ...
-2
votes
1
answer
603
views
Ubuntu 22.04 Server (ARM64) not connecting to SSH after a power outage from my Win 10 laptop. "Connection Timed Out" error
this is my first post but that’s not important ATM.
I have a Plex Server running on a brand-new Pi 4 running Ubuntu 22.04 Server LTS. A storm knocked out power for a second 2 days after installation ...
-2
votes
2
answers
5k
views
Plex behind NGINX reverse proxy: "Request came in with unrecognized domain / IP 'plex.mydomain.com' in header Host; treating as non-local [closed]
I'm running the latest version of Plex Media Server: Version 1.31.2.6810. Under my Plex server's Network settings, I specified my custom domain names:
Custom server access URLs: https://plex....
-1
votes
1
answer
1k
views
Python script to set all subtitles for movies and shows in plex to English non forced subtitles
Edit: This code is working and completed. Thanks to all who helped! Feel free to use this code for your own purposes. I will be running this code periodically on my home server to set preferred ...
0
votes
1
answer
403
views
Why is nginx container redirecting my private domain to a different location?
I kind of avoided using Nginx because it didn't match my needs across the years. But now, I find myself forced to start using it.
Goal: to have a private "ho.me" domain and with it, to go to ...
1
vote
1
answer
101
views
SQLite: How to update using 3 joined tables?
My Plex server's metadata has incorrect dates. I'm trying to set metadata_items.added_at to its associated media_parts.created_at, but you can only find the association through a 3rd table (...
0
votes
0
answers
86
views
ERROR: Error processing tar file(exit status 1): write /media/tv/mytv/24.avi: no space left on device
Im obtaining this error in docker-compose up -d command execution. My docker-compose.yml looks like this:
version: '3'
services:
plex:
container_name: plex
build: .
network_mode: ...
0
votes
1
answer
128
views
This little script I wrote to monitor my plex sever freezes whenever there's an update
I have this python script running on a raspberry pi thats plugged up to a monitor so I can passively monitor my plex server. It displays the current streams, how many of them are transcode streams, ...
0
votes
0
answers
13
views
Writing an automated batch script [duplicate]
So I am trying to create a script that will backup my plex data. I am new to writing bash shell scripts and unsure what to do. This is the following script:
#!/bin/bash
sudo service plexmediaserver ...
1
vote
1
answer
884
views
How to I properly prevent systemd suspend using a script in /lib/systemd/system-sleep/
I'm fairly new to Linux and trying to learn. I'm using Plex Media Server and I'm trying to prevent the system from sleeping while streaming a file. I've searched the internet over the last few days ...
2
votes
1
answer
1k
views
Automation to restart docker container on some trigger
I have a problematic docker container on my media server (plex/xTeVe running on Synology NAS) that likes to stop responding to requests but is otherwise healthy (doesn't fail docker-compose ...
0
votes
0
answers
181
views
PHP plex-api How to use the Filter class (and others) (Is "USE" giving me problems?)
I recently discovered the PHP plex-api project, which provides a PHP-friendly means of working with the PLEX overall API.
I've had success as far as the general top-level API, but have been unable to ...
Dennis 's user avatar
- 1,318