mainm.utils package - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 10541
System Name: m-utils
Name: m.utils package
Group Type: non-GNU software and documentation

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

 

Quick Overview
 Memberlist (1 member)

Back to the top

Powered by Savane 3.14-9aa3.
Corresponding source code