15
How can I use BASH to parse metadata from jpg and mp4 files?
(lemmy.dbzer0.com)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
It literally is. This is a great use case for going down the chat gpt approach. It will help you throw together a script for this quickly.
yeah but in 80% of the time the less complex solutions are more quickly resolved using chatgpt.
waiting for another human is not instantaneous.
You may have to be a little assertive when talking to ChatGPT though. It's the dumbest genius. Don't let it wiggle out of doing the actual work for you. Demand that it produce a script.
for simple code snippets chatgpt can give you a really nice performance boost. plain routines where there is more syntax to write than actual cognitive thinking to do can be perfectly outsourced.