How to make Now Playing upload your exported file to a website

  1. Copy the following lines, and paste to an empty text file:

    Host myFTPSite
    FilterLocal
    Login Normal
    User myUserName
    Pass myPassword
    Connect
    RemoteCwd myUploadDir
    LocalCwd myLocalDir
    LocalClearSelection
    LocalSelect myLocalFile
    Upload
    Disconnect
    SHUTDOWN

  2. Change "myFTPSite" to your FTP server's IP address or hostname (this should look like "ftp.vprince.com" or "216.179.76.155").
  3. Change "myUserName" to your username for the FTP server.
  4. Change "myPassword" to your password for the FTP server.
  5. Change "myUploadDir" to the directory on the server where you want to upload your Now Playing page to (this should start with a "/").
  6. Change "myLocalDir" to the full path to the folder on your computer where your Now Playing output file is.
  7. Change "myLocalFile" to the name of your Now Playing output file (without the path).
  8. Save the text file as "upload.mcr".
  9. In Now Playing realtime exporting dialog box, check the run app after exporting box, enter the path to CuteFTP as command, and "Macro=[FULL_PATH_TO_MACRO]\upload.mcr" (without the quotes) as params (change "[FULL_PATH_TO_MACRO]" to the actual full path to the macro).
  10. Close CuteFTP.

Every time the exported file is updated, this macro will be executed.