m.utils package - Summary
This group is not part of the GNU Project.
`m.utils' is a set of scripts for searching, filtering and playing media using UNIX-like find(1), grep(1) and pipes. It allows:
- find media by a short name
- filter media files by tags and other sources
- output various information like tags and lyrics
- modify tags
- pass files to player
Examples:
# find, filter and play tracks
$ m.find acdc | m.grep 'year<1980' | mpc add
$ m.find pink_fl | m.grep /echo/i | m.mplayer -z
# find track by title and print lyrics
$ m.find deep_purp | m.grep /Smoke/ -o %l
# easier way to do it
$ mp deep_pur :l - /Smoke/
Please see README for more details.
Registration Date: Fri 30 Apr 2010 01:44:58 PM UTC
License: Public domain
Development Status: 3 - Alpha
Powered by Savane 3.14-9aa3.
Corresponding source code