From e9dbb0e66e92684114dedf4a847d21819dc878ba Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Wed, 19 Mar 2025 14:42:08 -0400 Subject: Update instructions --- sortashuffle.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sortashuffle.py b/sortashuffle.py index aac1e51..bcd9373 100644 --- a/sortashuffle.py +++ b/sortashuffle.py @@ -4,9 +4,14 @@ # Shuffles shows but keeps episodes in order. # USAGE +# 0. Copy this script to the playlist folder # 1. Modify the TARGET variable below # 2. Modify the SOURCES variable below # 3. Run the script as administrator +# +# To add/remove shows or regenerate playlist, +# delete everything in TARGET (except this script) +# and re-run the script. import os import random -- cgit v1.2.3