onAirNow 1.5: Timeout and Cover Art
onAirNow 1.5 is a WordPress plugin for displaying a lot of information about your currently playing song (in your music player of choice) on your blog.
onAirNow 1.5 (September 3rd, 2006): changes since version 1.4
- Added a new
<image>tag that takes the URL of an image and displays it above the song info. Also added the needed CSS. - Added the song length represented by the
<time>tag. onAirNow understands both: time in seconds and the m:s format as song length. If a timeout is specified manually onAirNow first tries to read the song length and use it as timeout and then falls back to the user-set timeout. - changed
<tracknumber>tag to<track> - changed
<filename>tag to<file> - some code changes