Telegram Group & Telegram Channel
Used to use Normcap (OCR) to capture chapters in audiobooks then copy and paste them. So in Mediainfo it kinda has a text output but still need to parse it. kid3-cli seems to be easiest to parse and just returning Chapter names stripping out all the extra info.

for f in *opus; do kid3-cli -c "get all" "$f" | sed -E -e 's|(\s+CHAPTER[0-9]{3}NAME\s+)||g' -e 's|(CHAPTER[0-9]{3})(\s+)(.*?$)||g' | awk 'NF' ; done



tg-me.com/geektips/982
Create:
Last Update:

Used to use Normcap (OCR) to capture chapters in audiobooks then copy and paste them. So in Mediainfo it kinda has a text output but still need to parse it. kid3-cli seems to be easiest to parse and just returning Chapter names stripping out all the extra info.

for f in *opus; do kid3-cli -c "get all" "$f" | sed -E -e 's|(\s+CHAPTER[0-9]{3}NAME\s+)||g' -e 's|(CHAPTER[0-9]{3})(\s+)(.*?$)||g' | awk 'NF' ; done

BY GeekTips




Share with your friend now:
tg-me.com/geektips/982

View MORE
Open in Telegram


telegram Telegram | DID YOU KNOW?

Date: |

Tata Power whose core business is to generate, transmit and distribute electricity has made no money to investors in the last one decade. That is a big blunder considering it is one of the largest power generation companies in the country. One of the reasons is the company's huge debt levels which stood at ₹43,559 crore at the end of March 2021 compared to the company’s market capitalisation of ₹44,447 crore.

telegram from us


Telegram GeekTips
FROM USA