Mercurial > code > home > repos > light9
changeset 1000:1627032629dc
add a note about the fix for song orders
Ignore-this: 8b88b1f9016a675fe9eb1d9a7d619e2f
author | drewp@bigasterisk.com |
---|---|
date | Sun, 16 Jun 2013 21:42:55 +0000 |
parents | 995155e1dc74 |
children | 96ed4e295988 |
files | light9/ascoltami/playlist.py light9/showconfig.py |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/ascoltami/playlist.py Sun Jun 16 21:11:16 2013 +0000 +++ b/light9/ascoltami/playlist.py Sun Jun 16 21:42:55 2013 +0000 @@ -30,6 +30,8 @@ URIRef("http://light9.bigasterisk.com/show/dance2013/song16"), URIRef("http://light9.bigasterisk.com/show/dance2013/song17"), ] + # probably fixed with the patch in https://github.com/RDFLib/rdflib/issues/305 + #self.songs = list(graph.items(playlistUri)) def nextSong(self, currentSong): """Returns the next song in the playlist or raises NoSuchSong if
--- a/light9/showconfig.py Sun Jun 16 21:11:16 2013 +0000 +++ b/light9/showconfig.py Sun Jun 16 21:42:55 2013 +0000 @@ -96,6 +96,8 @@ URIRef("http://light9.bigasterisk.com/show/dance2013/song16"), URIRef("http://light9.bigasterisk.com/show/dance2013/song17"), ] + # probably fixed with the patch in https://github.com/RDFLib/rdflib/issues/305 + #songs = list(graph.items(playList)) return songs