Error from parse method on aru_metadata_parser
parser = aru_metadata_parser.parse.ARUFileTimestampParser('UTC')
p="/output/extracted_clips_v1/audio/MSD-0685_5ED22EA0_3462s-3472s_3462.3_3472.3.wav"
parser.parse(p)
ValueError: could not parse start time from file name: /output/extracted_clips_v1/audio/MSD-0685_5ED22EA0_3462s-3472s_3462.3_3472.3.wav using any available strategy
But it does correctly process 5ED22EA0.wav or 5ED22EA0
(needs regex search like the one that works for date-time, but looking for the hex string and passing it to the relevant hex string parser)
Error from parse method on aru_metadata_parser
But it does correctly process
5ED22EA0.wavor5ED22EA0(needs regex search like the one that works for date-time, but looking for the hex string and passing it to the relevant hex string parser)