blitzloop
blitzloop copied to clipboard
Open source karaoke software
the most simplest way would be to implement something like this into `songlist.py`: ``` try: song = Song(path) except: continue ```
This alone improves performances during idle screen by about 20%, and simplifies the code quite a bit.
Might be useful to get an idea of the lyrics. All lyrics display can be toggled by clicking on the snippet, maybe the snippet part could be removed when displayed....
For all of those songs that don't have a sensible video to put in yet, blitzloop could just show a static image. Marginally better than a black screen.
In no particular order: - merge bits of `play.py` (like keyboard handling) to other places, to make them work in main blitzloop - move all code not related to the...
It's a feature request; I have no idea how feasible this would be, given that kana serves as the basis of timing. It'd be nice to be able to hide...
When I try to run `pip install 'git+git://github.com/marcan/blitzloop.git'` I run into the following error: ```ERROR: Command errored out with exit status 128: git clone -q git://github.com/marcan/blitzloop.git /tmp/pip-req-build-pj4ha8c0 Check the logs...