diff options
author | Tristan Williams <tgwil@tgwil.net> | 2025-03-22 12:57:26 -0400 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2025-03-22 12:57:26 -0400 |
commit | 58f1bf5fabcc028965dd1ccf075ab6f8d6f74211 (patch) | |
tree | 052870b30764c810b99b06d43190eb20de24efb7 | |
parent | Ensure UTF-8 encoding for _PLAYLIST_INDEX.txt (diff) | |
download | sortashuffle-58f1bf5fabcc028965dd1ccf075ab6f8d6f74211.tar.gz sortashuffle-58f1bf5fabcc028965dd1ccf075ab6f8d6f74211.tar.bz2 sortashuffle-58f1bf5fabcc028965dd1ccf075ab6f8d6f74211.zip |
Style consistency
-rw-r--r-- | sortashuffle.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sortashuffle.py b/sortashuffle.py index 6c8a1bc..13a033e 100644 --- a/sortashuffle.py +++ b/sortashuffle.py | |||
@@ -16,11 +16,8 @@ | |||
16 | import os | 16 | import os |
17 | import random | 17 | import random |
18 | 18 | ||
19 | # Playlist destination folder | 19 | # Must be in format "C://Dir1//Dir2" |
20 | TARGET = "<ENTER TARGET DIR>" | 20 | TARGET = "<TARGET DIR>" |
21 | |||
22 | # Shows to include | ||
23 | # MUST be in format "C://Dir1//Dir2" | ||
24 | SOURCES = ["<SOURCE DIR>", | 21 | SOURCES = ["<SOURCE DIR>", |
25 | "<SOURCE DIR>"] | 22 | "<SOURCE DIR>"] |
26 | 23 | ||