diff options
| -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 |