Skip to content

Instantly share code, notes, and snippets.

@bbakermmc
bbakermmc / PlexNetworkPlaylist.py
Created November 14, 2019 00:32
Plex Create Playlist By Network
"""
Update the values to match your server. Google details on how to find
your X-Plex-Token value and put that in the .env file for PLEX_TOKEN
"""
import os, operator, time, sys, datetime, re
from typing import Union
import requests
from plexapi.library import ShowSection, MusicSection, MovieSection, PhotoSection
@bbakermmc
bbakermmc / boxstarter.ps1
Last active June 4, 2019 19:28 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt: