Think the first one is on purpose.
Try this:
playlist_Enqueue album.vbs

Keep on with this shaneh though DrO is afraid he'll get out of work
Try this:
playlist_Enqueue album.vbs
Edit: The scripting is a great idea - brings a lot of funcode:
x = playlist.getselection()
if ubound(x,1) > 0 then
mlq = medialibrary.runqueryarray("album HAS """ + x(1).album + """")
for each track in mlq
track.enqueue
next
end if
quit

Keep on with this shaneh though DrO is afraid he'll get out of work
Comment