Subject: | fix for "PS1 file already exists. Skip extraction." |
with dvdrip-0.98.11-5.fc16.x86_64
on /usr/share/perl5/vendor_perl/Video/DVDRip/Subtitle.pm
I have to add
$title->real_actual_chapter
on function
vobsub_prefix
return sprintf( "%s-%03d-C%03d-${file}sid%02d",
$title->project->name, $title->nr, $title->real_actual_chapter,
$self->id );
to avoid this message "PS1 file already exists. Skip extraction."