Cog/xchat/cog.script

10 lines
384 B
Text
Raw Normal View History

2005-06-02 14:16:43 -04:00
tell application "Cog"
2006-05-11 22:24:39 -04:00
set this_title to the title of the currentEntry
set this_artist to the artist of the currentEntry
set this_album to the album of the currentEntry
set this_bitrate to the bitrate of the currentEntry
set this_length to the length of the currentEntry
2005-06-02 14:16:43 -04:00
end tell
return this_title & tab & this_artist & tab & this_album & tab & this_bitrate & tab & this_length