forked from openlp/openlp
VLC plays wma files
bzr-revno: 2042
This commit is contained in:
commit
8b6c2d0024
@ -43,7 +43,7 @@ log = logging.getLogger(__name__)
|
||||
class MediaController(object):
|
||||
"""
|
||||
The implementation of the Media Controller. The Media Controller adds an own
|
||||
class for every Player. Currently these are QtWebkit, Phonon and planed Vlc.
|
||||
class for every Player. Currently these are QtWebkit, Phonon and Vlc.
|
||||
"""
|
||||
|
||||
def __init__(self, parent):
|
||||
|
@ -66,6 +66,7 @@ if VLC_AVAILABLE:
|
||||
AUDIO_EXT = [
|
||||
u'*.mp3'
|
||||
, u'*.wav'
|
||||
, u'*.wma'
|
||||
, u'*.ogg'
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user