You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write a program to auto tag my collections. It'll call the tmsu through shell execution, then combining fd to loop through all files in my collections. It worked as expected, except the tmsu returns database locked error occasionally.
I'm trying to write a program to auto tag my collections. It'll call the
tmsu
through shell execution, then combiningfd
to loop through all files in my collections. It worked as expected, except the tmsu returns database locked error occasionally.Here's my program fragment:
Any suggestion on optimizing the program?
The text was updated successfully, but these errors were encountered: