summaryrefslogtreecommitdiff
path: root/sortashuffle.py
diff options
context:
space:
mode:
authorTristan Williams <tgwil@tgwil.net>2025-04-04 14:58:00 -0400
committerTristan Williams <tgwil@tgwil.net>2025-04-04 14:58:00 -0400
commit0c07a61e9b0bdf9764fad7c69113e2166955edab (patch)
tree042f4df2679d14984b3d0fb751ede20637e94449 /sortashuffle.py
parentRemove stray whitespace (diff)
downloadsortashuffle-0c07a61e9b0bdf9764fad7c69113e2166955edab.tar.gz
sortashuffle-0c07a61e9b0bdf9764fad7c69113e2166955edab.tar.bz2
sortashuffle-0c07a61e9b0bdf9764fad7c69113e2166955edab.zip
Add text to explain what the hell this actually doesHEADstable
Diffstat (limited to 'sortashuffle.py')
-rw-r--r--sortashuffle.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/sortashuffle.py b/sortashuffle.py
index a174021..9685634 100644
--- a/sortashuffle.py
+++ b/sortashuffle.py
@@ -1,6 +1,11 @@
1#!/usr/bin/env python3 1#!/usr/bin/env python3
2# sortashuffle.py 2# sortashuffle.py
3 3
4# SortaShuffle:
5# - shuffles TV shows together into playlists
6# - retains episode order
7# - spreads shows semi-evenly
8
4# REQUIREMENTS 9# REQUIREMENTS
5# - Must be run as administrator on Windows 10# - Must be run as administrator on Windows
6# - All episodes of each show must be in one folder; no season folders! 11# - All episodes of each show must be in one folder; no season folders!