Re: mp3 file manager similar to midnight commander

2008-01-21 Thread Andrei Popescu
On Fri, Jan 18, 2008 at 08:37:42AM +0100, dulev wrote: > > I am in search of a file manager similar to midnight commander, but > > for use with mp3 files. > > sudo apt-cache show moc Only if you do some tricks with the ExecCommand configs. Regards, Andrei -- If you can't explain it simply, yo

Re: mp3 file manager similar to midnight commander

2008-01-17 Thread dulev
> I am in search of a file manager similar to midnight commander, but > for use with mp3 files. sudo apt-cache show moc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: mp3 file manager similar to midnight commander

2008-01-17 Thread Александър Л . Димитров
Quoth Russell L. Harris: > I am in search of a file manager similar to midnight commander, but > for use with mp3 files. I don't know what Midnight Commander is, but for managing many mp3's (and audio files in general) Easytag (it's in the repos) has proven to be an invaluable resource. Picard i

Re: mp3 file manager similar to midnight commander

2008-01-17 Thread Ralph Katz
On 01/17/2008 07:46 PM, Ralph Katz wrote: > 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 with the free mpg321 package installed, btw. Ralph -- To UNSUBSCRIBE, email

Re: mp3 file manager similar to midnight commander

2008-01-17 Thread Ralph Katz
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

Re: mp3 file manager similar to midnight commander

2008-01-17 Thread Bill Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 17 Jan 2008 18:19:33 -0500 "Douglas A. Tutty" <[EMAIL PROTECTED]> wrote: > On Thu, Jan 17, 2008 at 04:24:58PM -0600, Russell L. Harris wrote: > > I am in search of a file manager similar to midnight commander, but > > for use with mp3 files.

Re: mp3 file manager similar to midnight commander

2008-01-17 Thread John Hasler
Write a script using something like cutmp3 to extract the ids and put them (and the associated file name) in a file. Edit the file with any text editor to remove the uninteresting entries. Run another script to move the remaining files. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTEC

Re: mp3 file manager similar to midnight commander

2008-01-17 Thread Douglas A. Tutty
On Thu, Jan 17, 2008 at 04:24:58PM -0600, 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 com