The title number isn't very helpful in batch scan mode.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4391
b64f7644-9d1e-0410-96f1-
a4d463321fa5
list_es = hb_list_init();
- hb_log( "scan: decoding previews for title %d", title->index );
+ if( data->batch )
+ {
+ hb_log( "scan: decoding previews for title %d (%s)", title->index, title->path );
+ }
+ else
+ {
+ hb_log( "scan: decoding previews for title %d", title->index );
+ }
if (data->bd)
{