User Tools

Site Tools


informatica:plex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

informatica:plex [2025/06/09 19:04] – created joseinformatica:plex [2025/06/09 19:48] (current) jose
Line 19: Line 19:
 https://account.plex.tv/en/claim https://account.plex.tv/en/claim
  
 +<code>
 +docker run -d \
 +  --name plex \
 +  --network host \
 +  -e PLEX_CLAIM=claim-ZF4tLA_9sxms-BcJ5bxM \
 +  -e TZ=Europe/Madrid \
 +  -e ADVERTISE_IP="http://192.168.1.200:32400/" \
 +  -v /dades/plex/config:/config \
 +  -v /dades/plex/media:/data \
 +  plexinc/pms-docker
 +</code>
  
 +
 +<code>
 +# -*- coding: utf-8 -*-
 +import logging
 +
 +SKILL_LOG_LEVEL=logging.INFO
 +
 +# Plex Media Server config
 +PMS_SERVER_URL = 'http://192.168.1.200:32400'
 +PMS_SERVER_TOKEN = 'claim-w2MKdhfLZb7-QXvn2jgb'
 +PMS_DEFAULT_SECTION_NAME = 'Musica'
 +PMS_DEFAULT_MAX_RESULTS = 100
 +</code>
informatica/plex.1749495852.txt.gz · Last modified: by jose