amiaopensource / astataudit

Summarizing audio metrics via ffmpeg and bwfmetaedit
MIT License
3 stars 1 forks source link

BagIt validation #21

Open Soundmatters opened 1 year ago

Soundmatters commented 1 year ago

Add optional BagIt File Packaging Format validation. For failed bags, provide a list of failed files.

dericed commented 1 year ago

Hi @Soundmatters, can you suggest what you think the command would be?

Like if it's:

./astataudit /a/b/c/d.wav /a/b/x/y/z.wav

Then potentially folders a b c x and/or y could all be bags. So would we want to start from the input audio and for each ancestor directory, test if that is a bag or not, and if so then optionally validate it. Or if it's

./astataudit /a/b/c /a/b/y then would we only validate c and y and not even check a and b?

Soundmatters commented 1 year ago

For our purposes, it is worth checking at each depth.

On Sat, Jun 17, 2023 at 11:41 AM Dave Rice @.***> wrote:

Hi @Soundmatters https://github.com/Soundmatters, can you suggest what you think the command would be?

Like if it's:

./astataudit /a/b/c/d.wav /a/b/x/y/z.wav

Then potentially folders a b c x and/or y could all be bags. So would we want to start from the input audio and for each ancestor directory, test if that is a bag or not, and if so then optionally validate it. Or if it's

./astataudit /a/b/c /a/b/y then would we only validate c and y and not even check a and b?

— Reply to this email directly, view it on GitHub https://github.com/amiaopensource/astataudit/issues/21#issuecomment-1595790905, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKKLK6UFKCXAGJHPGMWN3ETXLXFZRANCNFSM6AAAAAAV65BQHM . You are receiving this because you were mentioned.Message ID: @.***>