Package: zsh
Version: 4.3.2-18
Severity: wishlist

MPlayer can play the Macromedia Flash Video files on Google Video and
YouTube. I also have some .mp4 files, which MPlayer plays beautifully.
However, ZSH does not complete files of either of those types for the
mplayer command.

The remedy is pretty simple--something like this:

--- a/usr/share/zsh/4.3.2/functions/Completion/X/_mplayer        2006-09-30 
22:58:07.000000000 +0000
+++ b/usr/share/zsh/4.3.2/functions/Completion/X/_mplayer        2006-10-02 
17:48:38.000000000 +0000
@@ -115,7 +115,7 @@
     _tags files urls
     while _tags; do
       _requested files expl 'video file' _files -g \
-          
"*.(#i)(avi|mp3|mpg|mpe|mpeg|m1v|m2p|m2v|mov|asf|vob|mjpg|wma|wmv|asx|qt|rm|mkv|mka|ogm|ogg|wav)(-.)"
 && ret=0
+          
"*.(#i)(avi|mp3|mp4|mpg|mpe|mpeg|m1v|m2p|m2v|mov|asf|vob|mjpg|wma|wmv|asx|qt|rm|mkv|mka|ogm|ogg|wav|flv)(-.)"
 && ret=0
       if _requested urls; then
         while _next_label urls expl URL; do
           _urls "[EMAIL PROTECTED]" && ret=0

Could you include such a modification in the package?

Much love,

-- 
Miciah Masters <[EMAIL PROTECTED]> / <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to