summaryrefslogtreecommitdiff
path: root/sortashuffle.py
diff options
context:
space:
mode:
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!