bcc-code / bcc-media-utils

[BCC Media] Random small utils that do not really deserve a whole repo each
MIT License
0 stars 0 forks source link

Create a tool for slowly processing result of a search in MB #6

Closed KillerX closed 1 year ago

KillerX commented 1 year ago

The goal is to have a script we can run that executes a search in Catnemo portal (Docs here, but you can also just check the call on search in MB), and then executes some process on all of them but not more than X at the same time (i.e. background processing).

The condition for completion of a job should be a metadata field (value, empty/not empty/specific value). This doesn't have to be config, can be just easily changeable in code for now. It should also be possible to say to ignore "done" assets when searching.

The idea is that we can start sending as much of the assets in MB to transcription as possible without crippling the system for other uses.