[-] retmas@lemm.ee 7 points 1 week ago* (last edited 1 week ago)

Current directory and all its subdirectories - to be exact :)

You can execute the find command only (with arguments, so until the pipe) to verify modified files beforehand.

[-] retmas@lemm.ee 16 points 1 week ago

If you are talking about the mkv embedded title, try this:

find -type f -iname "*.mkv" | while read "i" ; do mkvpropedit "${i}" --edit info --set "title=" ; done
[-] retmas@lemm.ee 4 points 2 months ago

As far as I can understand, even with EFCore in 10.11, there still will only sqlite be available as a database backend. There are plans for postgresql and other types but it's a much more distant prospect. Reference

retmas

joined 3 months ago