示例#1
0
 def app_mplayer_playlist(self, c):
     # create temporary file and play it as playlist
     return tup('mplayer', '-playlist', *c)
示例#2
0
文件: apps.py 项目: kolibry/myfiles
 def app_mplayer_playlist(self, c):
     # create temporary file and play it as playlist
     return tup('mplayer', '-playlist', *c)
示例#3
0
 def app_mplayer_playlist_cache(self, c):
     return tup('mplayer', '-cache', '1024', '-cache-min', '10',
                '-playlist', *c)
示例#4
0
文件: apps.py 项目: kolibry/myfiles
 def app_mplayer_playlist_cache(self, c):
     return tup('mplayer', '-cache', '1024', '-cache-min', '10', '-playlist', *c)