diff --git a/.gitignore b/.gitignore index dfb0ae8..00e278e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ podcasts/* +__MACOSX podcastmix/* PodcastMix.zip OpenUnmix_model/exp/* diff --git a/README.md b/README.md index c0d70bc..0f1b773 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,18 @@ We provide a script to download each of the files quickly, but it requires that - In the “Select the Scope” box, scroll down, expand “Drive API v3”, and select https://www.googleapis.com/auth/drive.readonly - Click “Authorize APIs” and then “Exchange authorization code for tokens”. Copy the “Access token”. - Run the following script using the "Access token" as a parameter: + + ``` /bin/bash download_podcastmix_synth_set.sh ``` +--- +> **NOTE:** +> The Access Token has an expiration time (1 hour), so if your connection is not fast enough to download all the compressed files within one hour, you will have to refresh the Access Token and re-run the script using the new Access Token. The script will only download the remaining files and not all of them again. + +--- + ## Install Create a conda environment: