Added -RecheckMetadata
refresh the metadata of all media files to pull any changes from the BBC.
#47
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
-RecheckMetadata
refresh the metadata of all media files to pull any changes from the BBC.It searches recursively for files matching the -ShortTitle and fetches the latest metadata from the episode page on the BBC's website. If there are discrepancies, it updates the media file’s title and comment. I would only use it with the -Archive option because it can be slow if you have a lot of files since it has to pull the web page of each file individually.
Use case: Sometimes the BBC doesn't set the real title or description of a show until after it has already been published to Sounds.
If you're also using genRSS to build a podcast feed, you'll want to specify
CheckMediaDirectoryHash=contents
in the podcast profile so that genRSS detects the changes and updates the feed with the new metadata.