Python_2  1.0
Namespaces | Functions | Variables
mplayertv.py File Reference

Namespaces

 mplayertv
 Intended to play files using mplayer, and load subtitles automatically (ENG, POR and ESP).
 

Functions

def mplayertv.getLocale ()
 
def mplayertv.getOs ()
 
def mplayertv.getFormat (fbase, code1, code2)
 
def mplayertv.getOptions (base, ext)
 
def mplayertv.parseFileName (fname)
 
def mplayertv.getSubList (fbase)
 
def mplayertv.getParamList (player, path, ext, subtitles, movie, options)
 
def mplayertv.play (fplayer, path, ext, subtitles, movie, movieOriginal, lparam)
 
def mplayertv.getInitialDir ()
 
def mplayertv.selectFile ()
 
def mplayertv.getPlayer ()
 
def mplayertv.main (argv=None)
 

Variables

string mplayertv.__version__ = "$Revision: 1.71 $"
 
 mplayertv.ptype = os.P_WAIT
 
bool mplayertv.RECURSIVE = False
 
list mplayertv.languages = [['EN', '.HI'], ['PT', '_PT'], ['BR', '_BR'], ['ES', '.SP']]
 
list mplayertv.audio_file = [".flac", ".mp3", ".m4a", ".mpc", ".ogg", ".wav", ".wma"]
 
list mplayertv.video_file
 
string mplayertv.bindir = ""