Questions tagged [plex]

Plex Media Server is the back-end media server component of Plex, which is closed source as proprietary software. Introduced in 2009, Plex Media Server is used to host the content and plugins that are then streamed to Plex big screen apps (including Plex Home Theater) and Plex mobile apps, either on the same machine, the same local area network, or over the Internet.

Plex Media Server is the back-end media server component of Plex, which is closed source as proprietary software. Introduced in 2009, Plex Media Server is used to host the content and plugins that are then streamed to Plex big screen apps (including Plex Home Theater) and Plex mobile apps, either on the same machine, the same local area network, or over the Internet.

In addition to the platforms supported by the front end, the server is also available for Linux.Plex Media Server can be configured to index content in any directory on the machine it is run on, as well as automatically acquiring iTunes, iPhoto, and Aperture content.

99 questions
13
votes
3 answers

How to resolve conflicting distributions in apt-get

When doing an apt-get update/upgrade I see that error W: Conflicting distribution: https://downloads.plex.tv/repo/deb public InRelease (expected public but got ) I was upgrading to Ubuntu Zesty 17.04 before and do not know how to fix the above.…
Michael Heuberger
  • 822
  • 3
  • 10
  • 27
9
votes
2 answers

FailedScheduling default-scheduler 0/1 nodes are available: 1 node(s) were unschedulable

I'm recently getting started on kubernetes. I have encoutered FailedScheduling default-scheduler 0/1 nodes are available: 1 node(s) were unschedulable and am not sure what is happening. Is it because there are not enough resources for a…
peng Jack
  • 305
  • 1
  • 3
  • 8
6
votes
0 answers

Creating a Plex Server as a Service using Azure Media Service

I want to create a Plex Media Server as a Service. The idea is so I can be able to create a Media Server, upload my media content and stream to my Media Center (in my case I tried apple tv with plex connect, iphone plex app and plex web app) using…
Bart Calixto
  • 19,210
  • 11
  • 78
  • 114
3
votes
3 answers

Scan/Track many files and skip already processed files with node.js

I want to make a library of tens of thousands of files with node.js, stored in a database (sqlite or something) (similar to how Plex does it for videos). The files will be locally available to the node.js server or through a NAS or something. After…
Laurens
  • 2,596
  • 11
  • 21
3
votes
3 answers

Remove Video From Plex's "Recently Added" Section

Is it possible to remove videos from Plex's "Recently Added" section? I'd like to add some old videos to my server for posterity but not have them appears as newly added.
alexdlaird
  • 1,174
  • 12
  • 34
3
votes
2 answers

Running plex as a docker container, cannot access web UI

I am trying to set up my Plex server using docker. I have followed the steps on the LinuxServer.io docker page. When I run the docker command, it says that it is running find and I get no errors. However, when I try to access the web UI through…
Ross
  • 2,463
  • 5
  • 35
  • 91
3
votes
1 answer

Plex Media Server in Raspberry Pi

I'm using this guide at PiMyLifeUp to set up a Plex Media Server on my Raspberry Pi. But, whenever I go to the address, it says the following: This XML file does not appear to have any style information associated with it. The document tree is shown…
Sharan
  • 33
  • 5
3
votes
1 answer

COMException accessing WMP from Plex Plugin (using Python for .NET)

My Goal I'm trying to create a plugin for Plex Media Server (PMS) that will interface with WMP (Windows Media Player) to get metadata about Windows media library items. The Setup PMS uses Python 2.7 as its primary script host. Plex Plugins…
jdmcnair
  • 1,305
  • 15
  • 33
2
votes
1 answer

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 healthchecks). Is there a way to develop a trigger that can…
astorm
  • 21
  • 1
2
votes
2 answers

Plex behind nginx reverse proxy

I need to use Plex Server behind nginx reverse proxy and I'm using this configuration: server { listen 443 ssl http2; ssl_certificate /etc/nginx/ssl/cert.pem; ssl_certificate_key …
2
votes
1 answer

Has anybody seen a C or C++ implementation of ADB push?

I wrote a small Plex playlist/media export utility to transfer playlists and media from Plex Media Server to Android. It uses the ADB executable to push files from the server to the phone, and works nicely; however I'd really like to port it to C or…
Terry Carmen
  • 3,720
  • 1
  • 16
  • 32
2
votes
0 answers

issuing curl_easy_perform(handle): 7

I am new to using PLEX server I found a issue in plex server i tried to cast 4-5 images in repeated format but after some time it 'll stuck at some random image. When I see the Log Files of this I found 964] INFO - [Chromecast] [MDE] Finished…
Kiwi Rupela
  • 2,238
  • 5
  • 24
  • 44
2
votes
1 answer

SSL Certs for Plex Media Server using Letstencrypt

I need a little direction here. I want to get https with my hostname that I generated at No-IP working with my Plex Media Server. I can connect through my hostname to my plex media server just fine I just want letsencrypt to generate secure SSL…
wesleywh
  • 1,053
  • 1
  • 13
  • 30
2
votes
2 answers

howto configure apache for plex behind subdomain and https 443?

this is what I currently have for apache and works, but how can I add that http is redirected to https for plex? ServerName plex.mydomain.com ProxyRequests Off ProxyPreserveHost On ProxyPass /…
user3521427
  • 31
  • 1
  • 5
2
votes
2 answers

Python HTTP Request that runs every second, infinitely, and compares to previous iteration

I'm using Plex and trying to use the Plex api to get and continually update the status of my Plex Server. If the status changes, I have a couple of things that it does. Here's my code (I've redacted the irrelevant portions): import requests import…
syndac
  • 49
  • 8
1
2 3 4 5 6 7