Added a few file types
diff --git a/Mac/scripts/fixfiletypes.py b/Mac/scripts/fixfiletypes.py
index ab5d5b1..c5e1e7f 100644
--- a/Mac/scripts/fixfiletypes.py
+++ b/Mac/scripts/fixfiletypes.py
@@ -19,7 +19,9 @@
 	('.as', 'ToyS', 'TEXT'),
 	('.hqx', 'BnHq', 'TEXT'),
 	('.cmif', 'CMIF', 'TEXT'),
-	('.cmc', 'CMIF', 'CMC ')
+	('.cmc', 'CMIF', 'CMC '),
+	('.aiff', 'SCPL', 'AIFF'),
+	('.mpg', 'mMPG', 'MPEG'),
 ]
 
 def walktree(name, change):