IA upload issue #18

This commit is contained in:
2025-12-15 15:19:29 +01:00
parent 4111298d79
commit 7cf9b4c40f
2 changed files with 4 additions and 3 deletions

View File

@@ -2219,10 +2219,10 @@ function create_item_on_the_internet_archive() {
if [ $? -ne 0 ]
then
echo_debug "The episode has not been posted to the Internet Archive"
## bug IA date as spam
date="$( date -u +%Y-%m-%d )"
ia upload hpr${ep_num} "${working_dir}/hpr${ep_num}.txt" --metadata=mediatype:audio --metadata="contributor:HackerPublicRadio" --metadata="creator:${artist}" --metadata="date:${date}" --metadata="description:${synopsis}." --metadata="language:eng" --metadata="licenseurl:${license_url}" --metadata="title:${title}." --metadata=reviews-allowed:none --header x-archive-keep-old-version:0 --retries=5 --no-derive --no-backup
else
echo_debug "The episode has been posted to the Internet Archive"
fi