22 Mar 00:17
XML Tree in MusicBrowser
David Hough <david <at> thepriorities.com>
2005-03-21 23:17:28 GMT
2005-03-21 23:17:28 GMT
Hi, I've now got a working implementation of this, avaliable as the branch david <at> thepriorities.com--2005/zinf--xmltree, if anyone wants to play around with it. The Arch archive can be found http://www-users.york.ac.uk/~djh123/arch2005/ The default tree is represented by this snippet of XML: <node text='My Music' icon='zinf-music-library'> <node text='All Tracks' icon='zinf-all-tracks' url='zinf://url?type=F' /> <node text='Uncatogorized Tracks' icon='zinf-uncatagorised-tracks' url='zinf://url?artist=;type=F' /> <list type='artist'> <list type='album'> <list type='url' /> </list> </list> </node> <node text='My Playlists' icon='zinf-playlist'> <list url='file:///home/david/.zinf/playlists/' /> <list url='zinf://url?type=P' /> </node> <node text='My Streams' icon='zinf-stream-icon' url='zinf://url?type=S' /> <node text='CD Audio' icon='zinf-cd' url='cd://' /> Directory browsing is supported by simply adding a node with the correct url, e.g. <node url='file:///home/david/mp3/' />(Continue reading)
RSS Feed