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
After sul-dlss/technical-metadata-service#572 is merged, we should run all media items in batch back through technical metadata generation so the volume levels are available so we can correctly send items to speechToTextWF. Else the work in #1439 will prevent them from working correctly.
from the technical-metadata-service readme, it sounds like we need a list of all media druids in a file called druids.txt on the server in the base of the rails app, then do something like this:
Download report as CSV. Open in excel, remove all columns except druid column. Remove header row. Save as txt file.
Suggest doing in 10k batches by splitting into multiple txt files.
Place txt files on the server. The one currently being run should be called druids.txt and be in the root of the tech md app. scp ~/Downloads/techmd/druids_1.txt dor-techmd-prod-a.stanford.edu:/opt/app/techmd/dor_techmd/current/druids.txt
Start the rake task above, which will queue all the jobs. Suggest doing it in a screen to avoid getting disconnected mid-queuing. screen -S queue
After sul-dlss/technical-metadata-service#572 is merged, we should run all media items in batch back through technical metadata generation so the volume levels are available so we can correctly send items to speechToTextWF. Else the work in #1439 will prevent them from working correctly.
Blocked by sul-dlss/technical-metadata-service#572The text was updated successfully, but these errors were encountered: