Skip to content

Instantly share code, notes, and snippets.

View yarnairb's full-sized avatar

Brian yarnairb

  • Deep in the heart of Texas
View GitHub Profile
@yarnairb
yarnairb / MusicBee2Plex.py
Last active February 2, 2025 19:04
Script to sync my MusicBee m3u playslists with Plex so I can use PlexAmp as my own Spotify
#!/usr/bin/env python3
import sys
import signal
import os
import json
import re
import argparse
import configparser
import pathlib