EPUB: reorder playorder values in NCX file


/ Published in: Perl
Save to your folder(s)



Copy this code and paste it in your HTML
  1. perl -pi.bak -e 'BEGIN{$num=1} s/(playOrder=.)\d*/sprintf("%s%d",$1,$num++)/e' toc.ncx

Report this snippet


Comments


You need to login to view comments.