Fixed bug in not removing original src files
[videoscripts/.git] / organize_videos.conf
index a4c06b48cf906fc7936d457f0344f5ecdb432e87..702a75260a6728f1e8964c80c3ebb74de62c7a69 100644 (file)
@@ -26,7 +26,7 @@ $save_originals = 1;
 $merge_videos_by_day = "/naspool/videos/bin/merge_videos_by_day";
 
 # Flag to merge videos by modification date instead of the date parsed from the filename
-$merge_by_modification_date = 1;
+$merge_by_modification_date = 0;
 
 # Path to the make_mkv script
 $make_mkv = "/naspool/videos/bin/make_mkv";