diff --git a/README.md b/README.md new file mode 100644 index 0000000..f71f227 --- /dev/null +++ b/README.md @@ -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 diff --git a/video_centre.py b/video_centre.py index 33ccad8..50970a1 100644 --- a/video_centre.py +++ b/video_centre.py @@ -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()