|
|
@ -59,7 +59,7 @@ class Audio(Bureau):
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
#subprocess.call(["mocp", "-f"])
|
|
|
|
#subprocess.call(["mocp", "-f"])
|
|
|
|
# TODO
|
|
|
|
# TODO
|
|
|
|
pass
|
|
|
|
self.print_small("SORRY! playlist->next is not yet implemented.")
|
|
|
|
|
|
|
|
|
|
|
|
@add_command("prev", "Play the previous song.")
|
|
|
|
@add_command("prev", "Play the previous song.")
|
|
|
|
def play_prev(self):
|
|
|
|
def play_prev(self):
|
|
|
@ -68,7 +68,7 @@ class Audio(Bureau):
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
#subprocess.call(["mocp", "-r"])
|
|
|
|
#subprocess.call(["mocp", "-r"])
|
|
|
|
# TODO
|
|
|
|
# TODO
|
|
|
|
pass
|
|
|
|
self.print_small("SORRY! playlist->prev is not yet implemented.")
|
|
|
|
|
|
|
|
|
|
|
|
@add_command("nowp", "Now Playing")
|
|
|
|
@add_command("nowp", "Now Playing")
|
|
|
|
def now_playing(self):
|
|
|
|
def now_playing(self):
|
|
|
|