Skip to content

Instantly share code, notes, and snippets.

@tallcoleman
tallcoleman / check_youtube_playlist_videos.gs
Last active November 26, 2024 09:28
Youtube playlists - email notification when new videos are posted
// INSTRUCTIONS
// 1. Go to https://script.google.com/ and make a new project
// (optional: rename it too, so you remember what it is later...)
// 2. Paste in this script and add your email and playlist IDs below (see note [1])
// 3. Save the script and do a test run to set up the permissions
// 4. Set up a trigger to run the check_playlists_youtube function every day
function check_playlists_youtube() {
// OPTIONS: specify playlists to check and email to notify
const PLAYLISTS = {
@MarMed
MarMed / README.md
Last active March 19, 2025 12:55
Routing plex traffic through an SSH tunnel

Routing plex traffic through an SSH tunnel

This guide creates a reverse SSH tunnel to route all Plex server traffic through it.

Step 2 is done on the tunnel, all other steps are done on the plex server.

1. Setup SSH keys (if you already have key based authenthication setup skip to step 2)

On plex server: