> Incorrect the file is mediaplayer.py not media_player.py > The test was correct the value is wrong.
the file 'mediaplayer.py' is in path: ./openlp/core/lib/mediaplayer.py The mediacontroller is looking for available players in: ./openlp/core/ui/media/ ./openlp/core/ui/media/phononplayer.py ./openlp/core/ui/media/vlcplayer.py ./openlp/core/ui/media/webkitplayer.py So there is no need to have 'mediaplayer.py' in the if statement. -- https://code.launchpad.net/~mzibricky/openlp/bug-963894/+merge/124554 Your team OpenLP Core is subscribed to branch lp:openlp. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

