
Originally Posted by
vshare2
This will fix the duration problem of Bulk import (v2.7).
Open admin/import_bulk_process.php
Add this code:
Code:
$video_length = sec2hms($video_info['video_duration']);
after
Code:
$seo_name = seo_name($video_info['video_title']);
Thanks.
Do the step above of vshare2
Now , do 1 more step
PHP Code:
Then
find : 01:00 ---> replace by '{$video_length}'
it should be : `video_length`='{$video_length}', on line 76
I tried and it worked on my site !!
Bookmarks