endkb / SoundsDownloadScript

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

Changed the way script blocks are run. #46

Closed endkb closed 2 weeks ago

endkb commented 2 weeks ago

Made significant changes to the way script blocks are handled. They don't use If statements anymore.

Script blocks must start with $remote_ and must be named the same as the specified remote config in order to be run. For example, if you have an rclone remote called poop, you should have a script block named $remote_poop. This is how the script will know which rclone command to use.