How to make Now Playing upload your exported file
to a website
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
Change "myFTPSite" to your
FTP server's IP address or hostname (this should look like
"ftp.vprince.com" or "216.179.76.155").
Change "myUserName" to your
username for the FTP server.
Change "myPassword" to your
password for the FTP server.
Change "myUploadDir" to the
directory on the server where you want to upload your Now Playing
page to (this should start with a "/").
Change "myLocalDir" to the full
path to the folder on your computer where your Now Playing output
file is.
Change "myLocalFile" to the name
of your Now Playing output file (without the path).
Save the text file as "upload.mcr".
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).
Close CuteFTP.
Every time the exported file is updated, this macro will be executed.