Skip to content

Commit

Permalink
Merge pull request #84 from yanj-github/main
Browse files Browse the repository at this point in the history
Audio mezzanin download fixed to mezzanine v4 release.
  • Loading branch information
yanj-github authored May 30, 2024
2 parents 06e332f + 7db15bc commit c20b192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio_mezzanine/import_audio_mezzanine.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# import mezzanine_database.json
wget -O mezzanine_database.json https://raw.githubusercontent.com/cta-wave/mezzanine/master/metadata/audio_mezzanine_database.json
wget -O mezzanine_database.json https://raw.githubusercontent.com/cta-wave/mezzanine/v4.0.0/metadata/audio_mezzanine_database.json

# download audio mezzanine files
python download_mezzanine.py

0 comments on commit c20b192

Please sign in to comment.