Skip to content

Commit

Permalink
Added the '--no-video-title-show' show argument for VLC.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Șuteu committed Dec 12, 2013
1 parent c0fa481 commit 86a197e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WWW-YoutubeViewer/bin/gtk-youtube-viewer
Expand Up @@ -125,7 +125,7 @@ my %CONFIG = (
cmd => q{vlc},
srt => q{--sub-file '%s'},
fs => q{--fullscreen},
arg => q{--quiet --play-and-exit},
arg => q{--quiet --play-and-exit --no-video-title-show},
},
mpv => {
cmd => q{mpv},
Expand Down
2 changes: 1 addition & 1 deletion WWW-YoutubeViewer/bin/youtube-viewer
Expand Up @@ -183,7 +183,7 @@ my %CONFIG = (
cmd => q{vlc},
srt => q{--sub-file '%s'},
fs => q{--fullscreen},
arg => q{--quiet --play-and-exit},
arg => q{--quiet --play-and-exit --no-video-title-show},
novideo => q{--intf dummy --novideo},
},
mpv => {
Expand Down

0 comments on commit 86a197e

Please sign in to comment.