We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5760547 commit f40fab7Copy full SHA for f40fab7
scripts/piplayer
@@ -28,8 +28,8 @@ from piplayer.player import PiPlayer
28
if __name__ == '__main__':
29
if len(sys.argv) <= 1:
30
print """ piplayer : a gstreamer based media sample player for the Raspberry Pi trigerred by GPIO or OSC callbacks
31
- usage : sudo python piplayer.py DIR
32
- example : sudo python piplayer.py /path/to/dir/
+ usage : sudo piplayer DIR
+ example : sudo piplayer /path/to/dir/
33
OSC :
34
port : 12345
35
play address : /play/1
0 commit comments