Skip to content

Instantly share code, notes, and snippets.

@AwesomeAustn
AwesomeAustn / 1_QuickReinstallBetterDiscord.md
Created October 29, 2024 22:29 — forked from Knewest/1_QuickReinstallBetterDiscord.md
Reinstall BetterDiscord seconds after Discord uninstalls it against your will. Avoid using the time consuming installer with this trick.
@AwesomeAustn
AwesomeAustn / plex_theme_downloader.py
Created October 29, 2024 22:29 — forked from rg9400/plex_theme_downloader.py
Download all theme songs from a Plex library locally
'''
Download theme songs from Plex TV Shows. Theme songs are mp3 and named by shows as displayed by Plex.
Songs are saved in a 'Theme Songs' directory located in script's path.
Inspired from Blacktwin's script at
https://gist.github.com/blacktwin/f10e0a1e85af00e878963b4570a99054
'''
from plexapi.server import PlexServer
# pip install plexapi