Re: mp3 file manager similar to midnight commander
On 01/17/2008 05:24 PM, Russell L. Harris wrote:
> I am in search of a file manager similar to midnight commander, but
> for use with mp3 files.
>
> The manager needs to be able to transfer files from one directory to
> another, and to display the ID3 tags (even as midnight commander
> displays the file content).
>
> I have a directory which has many mp3 files of lectures on various
> subjects, and only a small number of the lectures are of interest to
> me. The ID3 tag of each file contains the subject of the lecture.
>
> But I cannot read the ID3 tag with midnight commander (does midnight
> commander have this capability), and I am not aware of a mp3 tag
> utility which allows me to move, copy, and delete files.
>
> The Debian package called "juice" is a playlist editor, but cannot
> copy, move, or delete files. Also, juice still is preliminary
> (release 0.03p), is rather crude, and appears to be no longer in
> development.
>
> RLH
In etch, MC shows me the ID3 tags for mp3 files in its default
configuration. I haven't touched this.
>From ~/.mc/bindings:
regex/\.(mp3|MP3|Mp3)$
Open=run-mailcap audio/mpeg:%f
#Open=if [ "$DISPLAY" = "" ]; then mpg123 %f; else (xmms %f &);
fi
View=%view{ascii} mpg123 -vtn1 %f 2>&1 | sed -n
'/^Title/,/^Comment/p;/^
MPEG/,/^Audio/p'
So I can see the tags with F3 and play them with Enter.
This is different for you?
Ralph
Reply to: