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
0
votes
1 answer

Share Plex library in Dart

Hi I’m figuring out how to share Plex library in dart. I'm helping myself with this working script in python ( it works) https://gist.github.com/JonnyWong16/f8139216e2748cb367558070c1448636 unfortunately my code returns an http error 400, bad…
Raven
  • 129
  • 5
0
votes
1 answer

Plex behind nginx reverse proxy with get requests to different route

I am trying to link all the services on my network together with nginx. One of those services is Plex. The nginx server is running inside docker on 192.168.1.150:80. The plex server is running on 192.168.1.149:32400. I also have a homer instance…
0
votes
1 answer

ffmpeg transcoding move to mp4

I currently use windows free software called: AnyVideoConverter to convert my iPhone huge MOV files to MP4s that can be played on other devices via my plex server. I want to automate that process so it runs in the background on one of my linux…
Paul
  • 89
  • 2
  • 9
0
votes
1 answer

HTTP Video Streaming

I have a server (not internet connected) that hosts a webpage with company data on an internal website. The server also contains videos (thousands of them) in a defined directory structure. When a client connects I can display the videos to them on…
0
votes
1 answer

Ffmpeg -c copy not carrying over audio track from mkv to hls stream

I am using ffmpeg to create an hls stream. The source is an mkv with multiple audio tracks. I have tried using -map to specify the audio stream as well. I also found that when I point ffmpeg to any other audio stream in the file it works. It's just…
goodkid38
  • 79
  • 10
0
votes
0 answers

Rsync music files not connecting with Plex

So I am testing an rsync (which will later become a cron) from my local (MACOS) music folder to my Plex music folder on my Synology NAS DS920+. My goal is to have a a system where my local files are uploaded to Plex so I can listen to them remotely…
David
  • 1
  • 2
0
votes
1 answer

Is there a way this can be done in list comprehension

I am trying to do this using list comprehension. I am using a subset of python 2.7 that does not allow the use of the command any or all string_list1 = ['James Dean', 'Mr. James Dean', 'Jon Sparrow', 'Timothy Hook', 'Captain Jon…
0
votes
0 answers

Remove /web/index.html#!/ from Plex server URL

My currently Nginx config (below) will successfully take me to Plex Media Server's web interface when typing: https://plex.mydomain.com in a web browser address bar from anywhere. However, immediately after displaying the web interface, the URL is…
MKANET
  • 573
  • 6
  • 27
  • 51
0
votes
1 answer

bash script to scan for repeated episode numbers, append episode modifier

I use youtube-dl to archive specific blogs. I use a custom bash script (called tvify) to help me organize my content into Plex-ready filenames for later replay via my home Plex server. Archiving the content works fine, unless a blogger posts more…
Chris Meurer
  • 459
  • 3
  • 13
0
votes
2 answers

Installing php extension for SQL Anywhere on server with CentOS, Plesk, php-fpm

we got a new WebServer with CentOS, Plesk and php-fpm. Now we don't get the php extension running. What we did: installed latest SQL Anywhere 17 (ebf29577) copied php-7.3.0_sqlanywhere_r.so to /opt/plesk/php/7.3/lib64/php/modules/ loading…
Fabian Knauf
  • 117
  • 8
0
votes
0 answers

404 - Trying to acess socket.io over nginx

I am very lost at the moment, so much so that I actually signed up because of my problem. So here we go: I am running a System with Plex and I am trying to get a node.js Backend with socket.io to work that is running behind Nginx. The proxy pass…
Matthias
  • 1
  • 1
0
votes
1 answer

Connection Refused on Kubernetes Pod (Plex)

Kubernetes setup on a baremetal three node local cluster. Plex deployment: kind: Deployment apiVersion: apps/v1 metadata: name: plex labels: app: plex spec: replicas: 1 strategy: type: Recreate selector: matchLabels: …
Chase Westlye
  • 381
  • 2
  • 6
  • 20
0
votes
1 answer

NZBGet - Installation problem. nzbget: command not found

I have followed the instructions for installing NZBGet from the official page. I'm installing to a Rasberry Pi on Rasbian Jessie 3. It's 32 bit OS. Following the installation instructions, when I run: /nzbget -s I get the error code: -bash:…
Duncan Pullen
  • 355
  • 3
  • 13
0
votes
0 answers

Raspberry Pi, Allow Insecure Repositories for Plex Install

I am trying to install Plex media server on my Raspberry Pi 4 via their repo (details here), but come up against the apt-get update command returning the following: E: The repository 'https://downloads.plex.tv/repo/deb ./public Release' does not…
Benjamin Morrison
  • 783
  • 2
  • 8
  • 22
0
votes
1 answer

Plex how to get the claim token with CLI

I'm getting issue when I try to claim the token throught cli. In the normal way you access https://www.plex.tv/claim/ and get the token, if not logged you'll need to log in with your account. I'm wondering it it's possible to get the claim token…
executable
  • 3,365
  • 6
  • 24
  • 52