Mercurial > hg > sonic-visualiser
diff osx/svitunes.h @ 370:ca9f27734349 macness
svitunes: retrieve the genre metadata, as well as the path
author | Dan Stowell <dan.stowell@eecs.qmul.ac.uk> |
---|---|
date | Fri, 15 Oct 2010 11:07:11 +0100 |
parents | 726e1c1382f3 |
children | 7298621f1192 |
line wrap: on
line diff
--- a/osx/svitunes.h Tue Oct 12 16:02:02 2010 +0100 +++ b/osx/svitunes.h Fri Oct 15 11:07:11 2010 +0100 @@ -17,7 +17,8 @@ //LATER: bool iTunesRunning(); -QString iTunesNowPlayingPath(); +// Returns a list containing [posixpath, genre] +QStringList iTunesNowPlaying(); //LATER: QStringList iTunesSelectedPaths();