This changes the way SoundsDownloadScript.ps1 reads and parses the metadata from the BBC Sounds website. It will now convert the data to json using ConvertFrom-Json. Variables that handle the metadata and tags have also been updated to use json references.
This change will make the script more efficient and also less prone to issues when parsing certain special characters in the data, especially quotation marks.
It does not add any or change any user configurable options.
This changes the way SoundsDownloadScript.ps1 reads and parses the metadata from the BBC Sounds website. It will now convert the data to json using ConvertFrom-Json. Variables that handle the metadata and tags have also been updated to use json references.
This change will make the script more efficient and also less prone to issues when parsing certain special characters in the data, especially quotation marks.
It does not add any or change any user configurable options.