bonnyone

Results 2 comments of bonnyone

I add @matthijskooijman suggestion in player.py at function quit() and it's work.(Tested 72 hours none stop playing 9 mp4 files, until now pi still playing without [Errno 24]) ``` def...

@willprice U r welcome. This is my code for test ``` def threadingPlayer(): while True: try: movie = movies[movie_index] print('********************************') print(movie) print('********************************') player = OMXPlayer(Path(movie), args=['--no-osd', '--no-keys', '-o', 'hdmi'], dbus_name='org.mpris.MediaPlayer2.omxplayer1')...