Warning: mkdir(): No space left on device in /var/www/hottg/post.php on line 59

Warning: file_put_contents(aCache/aDaily/2025-07-22/post/geektips/--): Failed to open stream: No such file or directory in /var/www/hottg/post.php on line 72
find "$PWD" -type f -name "*.epub" -exec epub2txt -f {} \; ; find "$PWD" -type f -name "*.txt" -exec mv {} . \; ; for f in *.txt ; do n=`echo $f | sed 's/[^0-9]*//g'` ; p=`printf "%03d" $n`; new=`echo $f | sed "s/${n}/${p}/"`; mv "$f" "$new"; done @GeekTips
TG Telegram Group & Channel
GeekTips | United States America (US)
Create: Update:

find "$PWD" -type f -name "*.epub" -exec epub2txt -f {} \; ; find "$PWD" -type f -name "*.txt" -exec mv {} . \; ; for f in *.txt ; do n=`echo $f | sed 's/[^0-9]*//g'` ; p=`printf "%03d" $n`; new=`echo $f | sed "s/${n}/${p}/"`; mv "$f" "$new"; done

after using calibe with splitepub plugin it'll output an epub for each chapter. Copy that directory with subdirectories which contain the chapter01.epub, chapter02.epub, etc. and run this command. It'll output nicely formatted text chapters that are easily to clean up. Then just batch run edge-tts to make an opus chaptered audiobook.

find "$PWD" -type f -name "*.epub" -exec epub2txt -f {} \; ; find "$PWD" -type f -name "*.txt" -exec mv {} . \; ; for f in *.txt ; do n=`echo $f | sed 's/[^0-9]*//g'` ; p=`printf "%03d" $n`; new=`echo $f | sed "s/${n}/${p}/"`; mv "$f" "$new"; done

after using calibe with splitepub plugin it'll output an epub for each chapter. Copy that directory with subdirectories which contain the chapter01.epub, chapter02.epub, etc. and run this command. It'll output nicely formatted text chapters that are easily to clean up. Then just batch run edge-tts to make an opus chaptered audiobook.


>>Click here to continue<<

GeekTips




Share with your best friend
VIEW MORE

United States America Popular Telegram Group (US)


Warning: Undefined array key 3 in /var/www/hottg/function.php on line 115

Fatal error: Uncaught mysqli_sql_exception: Can't create/write to file '/tmp/#sql-temptable-a06e-6517b2-3881.MAI' (Errcode: 28 "No space left on device") in /var/www/hottg/function.php:216 Stack trace: #0 /var/www/hottg/function.php(216): mysqli_query() #1 /var/www/hottg/function.php(115): select() #2 /var/www/hottg/post.php(351): daCache() #3 /var/www/hottg/route.php(63): include_once('...') #4 {main} thrown in /var/www/hottg/function.php on line 216