endkb / SoundsDownloadScript

Download programs from BBC Sounds and publish them to a podcast feed
2 stars 0 forks source link

Double or single quotes can now be used to define strings in genRSS.ps1 profiles #18

Closed endkb closed 5 months ago

endkb commented 5 months ago

Double or single quotes can now be used to define strings in genRSS profiles. These are required if the value ends in a space.

RerunLabel="Repeat: "

NOTE: This change also brings $Title = "$RerunLabel$Title" instead of $Title = "$RerunLabel $Title" used previously. this means that you will HAVE to put in quotes if you want a space between the rerun label and the title because the script will not put it in automatically anymore.