summaryrefslogtreecommitdiffstats
path: root/macosx/ExpressController.m
diff options
context:
space:
mode:
authortiter <[email protected]>2006-04-20 12:30:53 +0000
committertiter <[email protected]>2006-04-20 12:30:53 +0000
commit981920783c91687707aa4131ed83073503f3cd74 (patch)
tree6b04c5ee62a22292d8fe0850fc50443600f9e556 /macosx/ExpressController.m
parent1d4535870a4212535c56f79f784c30a018a3e646 (diff)
Use the DVD name for the output file
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@65 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 );
}