on aaa · c/linux · 7 pts · 1yCurrent 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.
on aaa · c/linux · 17 pts · 1yIf 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
on New Jellyfin Server/Web release: 10.10.7 · c/selfhosted · 4 pts · 1yAs 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
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.
If you are talking about the mkv embedded title, try this:
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