ometign
:
the commit.
This commit is contained in:
Tim Caldwell
2017-10-12 14:23:23 +13:00
2 changed files with 6 additions and 1 deletions

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# r_e_c_u_r
a diy videolooper for py/pi
things to do / bugs to fix:
- [ ] reload video on press is broken - the pause after load (when its not loaded in time) seems to not notwork

View File

@@ -29,7 +29,6 @@ class video_driver(object):
# TODO: the first clip will be a demo
#first_context = '/home/pi/pp_home/media/01_trashpalaceintro.mp4'
print(first_context['location'])
self.current_player.load_content()
self.wait_for_first_load()