retmas

joined 2 months ago
[–] [email protected] 8 points 1 week ago* (last edited 1 week ago) (1 children)

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.

[–] [email protected] 18 points 1 week ago (5 children)

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
[–] [email protected] 4 points 1 month ago (1 children)

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