diff options
author | Tristan Williams <tgwil@tgwil.net> | 2025-03-19 14:42:08 -0400 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2025-03-19 14:42:08 -0400 |
commit | e9dbb0e66e92684114dedf4a847d21819dc878ba (patch) | |
tree | 9e0933e67b3945785ef600ef68c3c93142928792 | |
parent | I should test things before I commit (diff) | |
download | sortashuffle-e9dbb0e66e92684114dedf4a847d21819dc878ba.tar.gz sortashuffle-e9dbb0e66e92684114dedf4a847d21819dc878ba.tar.bz2 sortashuffle-e9dbb0e66e92684114dedf4a847d21819dc878ba.zip |
Update instructions
-rw-r--r-- | sortashuffle.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sortashuffle.py b/sortashuffle.py index aac1e51..bcd9373 100644 --- a/sortashuffle.py +++ b/sortashuffle.py | |||
@@ -4,9 +4,14 @@ | |||
4 | # Shuffles shows but keeps episodes in order. | 4 | # Shuffles shows but keeps episodes in order. |
5 | 5 | ||
6 | # USAGE | 6 | # USAGE |
7 | # 0. Copy this script to the playlist folder | ||
7 | # 1. Modify the TARGET variable below | 8 | # 1. Modify the TARGET variable below |
8 | # 2. Modify the SOURCES variable below | 9 | # 2. Modify the SOURCES variable below |
9 | # 3. Run the script as administrator | 10 | # 3. Run the script as administrator |
11 | # | ||
12 | # To add/remove shows or regenerate playlist, | ||
13 | # delete everything in TARGET (except this script) | ||
14 | # and re-run the script. | ||
10 | 15 | ||
11 | import os | 16 | import os |
12 | import random | 17 | import random |