- Package:
- bash-completion
- Source:
- bash-completion
- Submitter:
- Kevin Ryde
- Date:
- 2015-06-24 08:09:08 UTC
- Severity:
- wishlist
mplayer can play music files from a zip archive, "mplayer foo.zip". It'd be good if bash-completion included .zip files in tab completions.
Which version of mplayer can do that? At least the SVN-r37391-5.1.1 (probably a 20150505 svn snapshot) I have on Fedora 22 apparently can't.
In an un-compressed zip, mplayer might be finding the file inside by scanning for something it recognizes, treating the zip headers as cruft, rather than actually understanding them. mpv, a fork of mplayer2 that's diverged a bit, can play all the files out of a .rar, including ones it finds while traversing a directory, if you put one on the cmdline. It does NOT do that for .zip, though :/
close 789645 thanks Ville Skyttä <ville.skytta@iki.fi> writes: Oops, sorry. It only worked because the files were uncompressed "store" in the zip. mplayer skipped zip bytes as garbage until some mp3 or ogg ...