summaryrefslogtreecommitdiffstats
path: root/macosx/ExpressController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/ExpressController.m')
-rw-r--r--macosx/ExpressController.m5
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/ExpressController.m b/macosx/ExpressController.m
index 5121f9173..9191bb7e6 100644
--- a/macosx/ExpressController.m
+++ b/macosx/ExpressController.m
@@ -284,8 +284,9 @@
}
job->file = strdup( [[NSString stringWithFormat:
- @"%@/%p - Title %d.mp4", fConvertFolderString, self,
- title->index] UTF8String] );
+ @"%@/%s - Title %d - %@.mp4", fConvertFolderString,
+ title->name, title->index, [fConvertFormatPopUp
+ titleOfSelectedItem]] UTF8String] );
hb_add( fHandle, job );
}