Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This also comes with a benefit: in case the internet connection is lost, or the XML/RSS feed is not available, there is still a local copy of the last downloaded version of the XML/RSS file on your Mac.

View file
nameToolsOnAir Get RSS Script.zip

Accessing RSS and XML Sources

  1. Download our  the required ToolsOnAir Get RSS Script.

  2. Extract the downloaded file.

  3. Double click the ToolsOnAir Get RSS Script. A Terminal window will appear, as seen below. The Terminal window may look slightly different on your system. 

  4. Enter or paste the URL of the RSS feed and press the enter key when you're done.

  5. Enter the polling interval and press the enter key when you're done. Example: entering a polling interval of 10 seconds downloads a new copy of the file every 10 seconds.

  6. The script should begin doing it's work. It downloads the specified RSS and saves it to the directory ~/Documents/CompositionBuilder (where "~" is your home directory). The script will run infinitely, even when the network connection is lost. Once the connection is re-established, the script will continue to download the RSS file. This way, the last copy of the downloaded RSS file can always be accessed – if it has been downloaded at least once.

  7. Press control + C to stop the script. You can safely quit the Terminal application afterwards.

...

  1. Add a RSS/XML-based component to your composition (for example the Flipping Text (from XML with XPath) component) and select it.

  2. Go to the Inspector and find the XML File property at the very bottom.

    Image RemovedImage Added
  3. Click on the "…" button.

  4. Select the RSS/XML file which was or is being downloaded by the script (the script may still be running while you use the component).

  5. Run the composition. Make sure to sync the update interval of the component to the polling interval of the script.

...