Bug#749115: bash-completion: Please add support for the mpv video player

2014-06-08 Thread Alessandro Ghedini
On sab, mag 24, 2014 at 11:07:00 +0200, Moritz Muehlenhoff wrote: > Package: bash-completion > Severity: wishlist > Tags: patch > > Hi, > please add support for mpv (it's a fork of mplayer). Patch attached. FWIW, I wrote a Perl script that generates a zsh completion file by parsing the output of

Bug#749115: [Bash-completion-devel] Bug#749115: bash-completion: Please add support for the mpv video player

2014-06-03 Thread Ville Skyttä
As long as we don't have a completion that actually differs from the mplayer one in some meaningful way, there's no point in maintaining a separate one. At least I'm not going to spend my time doing or helping to do that. It's also unclear to me who will be maintaining the mpv completion if it's in

Bug#749115: [Bash-completion-devel] Bug#749115: bash-completion: Please add support for the mpv video player

2014-06-02 Thread Moritz Muehlenhoff
On Mon, Jun 02, 2014 at 01:58:43PM +0300, Ville Skyttä wrote: > This looks so similar to the current mplayer completion that aliasing > with slight adjustments seems more appropriate than copy-pasting, so > done that way (untested) in upstream git: > http://anonscm.debian.org/gitweb/?p=bash-complet

Bug#749115: [Bash-completion-devel] Bug#749115: bash-completion: Please add support for the mpv video player

2014-06-02 Thread Ville Skyttä
This looks so similar to the current mplayer completion that aliasing with slight adjustments seems more appropriate than copy-pasting, so done that way (untested) in upstream git: http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completion.git;a=commitdiff;h=de78c1653aad081daf28cd349e0f528

Bug#749115: bash-completion: Please add support for the mpv video player

2014-05-31 Thread Moritz Mühlenhoff
On Sat, May 24, 2014 at 07:42:55PM +0200, Alessandro Ghedini wrote: > On sab, mag 24, 2014 at 11:07:00 +0200, Moritz Muehlenhoff wrote: > > Package: bash-completion > > Severity: wishlist > > Tags: patch > > > > Hi, > > please add support for mpv (it's a fork of mplayer). Patch attached. > > Here

Bug#749115: bash-completion: Please add support for the mpv video player

2014-05-24 Thread Alessandro Ghedini
On sab, mag 24, 2014 at 11:07:00 +0200, Moritz Muehlenhoff wrote: > Package: bash-completion > Severity: wishlist > Tags: patch > > Hi, > please add support for mpv (it's a fork of mplayer). Patch attached. Here's some nitpick: > # mpv(1) completion-*- shell-s

Bug#749115: bash-completion: Please add support for the mpv video player

2014-05-24 Thread Moritz Muehlenhoff
Package: bash-completion Severity: wishlist Tags: patch Hi, please add support for mpv (it's a fork of mplayer). Patch attached. Cheers, Moritz # mpv(1) completion-*- shell-script -*- _mpv() { local cur prev words cword _init_completion -n : ||