Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d40faa4

Browse files
Modification player par defaut pour couper la video
1 parent d146be8 commit d40faa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎SAMPLE/nabz.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def say(text="Bonjour"):
179179

180180

181181
parser = argparse.ArgumentParser(description='Simple Nabz.')
182-
parser.add_argument('--player', action='store',help='Path to VLC command line (/usr/bin/cvlc --play-and-exit)', default="/usr/bin/cvlc --play-and-exit")
182+
parser.add_argument('--player', action='store',help='Path to VLC command line (/usr/bin/cvlc --play-and-exit --novideo)', default="/usr/bin/cvlc --play-and-exit --novideo")
183183
args = parser.parse_args()
184184
args.player = shlex.split(args.player)
185185

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /