allow to read metadata of currently played track from mediaplayer
authorMoritz Venn <moritz.venn@freaque.net>
Mon, 10 Jan 2011 19:21:09 +0000 (20:21 +0100)
committerMoritz Venn <moritz.venn@freaque.net>
Mon, 10 Jan 2011 19:21:09 +0000 (20:21 +0100)
commit7e5e060cd2a4c3308590263b2d2a045b3edb6ea7
treef77dfd4122ae91e8b6ade3d52a70ec141cd70697
parent5b98f18d2915b1dccbea369748ebe4464de479da
allow to read metadata of currently played track from mediaplayer

basically gives external code access to the information the media player
provides in his gui, namely artist, album, title, genre, year plus the
path to the coverart (unless there is none).
you can use e.g. the filestreamer to retrieve the coverart afterwards.

please note that this does not use any official api of the mediaplayer
but rather accesses the labels+pixmap directly.
webinterface/src/WebComponents/Sources/MP.py
webinterface/src/WebScreens.py
webinterface/src/web/mediaplayercurrent.xml [new file with mode: 0644]