From 9ecc610b0f1949ad2548b6431fcd807349761e4f Mon Sep 17 00:00:00 2001 From: dbr Date: Mon, 20 Oct 2008 19:06:06 +1030 Subject: [PATCH] Change target disc for autoPathTV --- autoPathTv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoPathTv.py b/autoPathTv.py index 96f6878..8d02ab8 100644 --- a/autoPathTv.py +++ b/autoPathTv.py @@ -23,7 +23,7 @@ regex_config={} # Path configs # Where to move the files -config['target_path'] = "/Volumes/aodDrive/video/tv/%(file_showname)s/season %(seasno)s/" +config['target_path'] = "/Volumes/ionDrive/video/tv/%(file_showname)s/season %(seasno)s/" ##############################################