Skip to content

Instantly share code, notes, and snippets.

View jimcampbell100's full-sized avatar

jimcampbell100

View GitHub Profile
@jimcampbell100
jimcampbell100 / playlisttomood.py
Created June 11, 2023 18:02
Set Plex Mood to Playlist Name
# import plexapi
import requests
import sys
from plexapi.server import PlexServer
from plexapi.utils import tag_helper
# Next two lines need to be reset to match your server
PLEX_URL = 'http://192.168.0.xxx:32400'