Pandora One Current Song Script
This script returns the currently playing song and artist from the Pandora One application
This script relies heavily on the excellent tray icon script by Sean, the original version can be foundĀ here
The script will now log the currently playing track into a log file
The log file lives in your Application Data Directory, in the following sub folder – notunusual\PandoraOne\PlayLog.txt (c:\Users\Account\AppData\Roaming\notunusual\PandoraOne\PlayLog.txt)
The data is logged in this format:
"%Song% by %Artist% - %timeStamp%"
| Variable | Example |
|---|---|
| Song | Two Princes |
| Artist | Spin Doctors |
| Time Stamp | 1:24 PM Saturday, December 23, 2010 |
Version History
| Version | Details |
|---|---|
| 1.5 | Now logs all tracks that are played |
| 1.0 | Initial release, simpy displayed the current track in a message box |