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


GeekTips Telegram | DID YOU KNOW?

Date: |

A project of our size needs at least a few hundred million dollars per year to keep going,” Mr. Durov wrote in his public channel on Telegram late last year. “While doing that, we will remain independent and stay true to our values, redefining how a tech company should operate.

The Singapore stock market has alternated between positive and negative finishes through the last five trading days since the end of the two-day winning streak in which it had added more than a dozen points or 0.4 percent. The Straits Times Index now sits just above the 3,060-point plateau and it's likely to see a narrow trading range on Monday.

GeekTips from br


Telegram GeekTips
FROM USA