Esempio n. 1
0
 def app_mplayer_playlist(self, c):
     # create temporary file and play it as playlist
     return tup('mplayer', '-playlist', *c)
Esempio n. 2
0
 def app_mplayer_playlist(self, c):
     # create temporary file and play it as playlist
     return tup('mplayer', '-playlist', *c)
Esempio n. 3
0
 def app_mplayer_playlist_cache(self, c):
     return tup('mplayer', '-cache', '1024', '-cache-min', '10',
                '-playlist', *c)
Esempio n. 4
0
 def app_mplayer_playlist_cache(self, c):
     return tup('mplayer', '-cache', '1024', '-cache-min', '10', '-playlist', *c)