Ubuntu / Linux news and application reviews.

A long time ago, we wrote about a Nautilus extension (called Nautilus Columns) which adds music (mp3, WAV and FLAC) and EXIF metadata info to the Nautilus List View. Well, I though I'd rescue this extension (as it's no longer packaged as a .deb) and upload it to the WebUpd8 PPA so it can be easily installed.


Here's a Nautilus screenshot before using this extension:

Nautilus

And after:

Nautilus Columns


The extension supports displaying the following info in the Nautilus list view columns:
  • mp3, WAV, FLAC: artist, track, album, title, bitrate, date, genre, length and sample rate
  • EXIF: dateshot, image size, software and flash


To install the Nautilus Columns extension (in Ubuntu 10.04 Lucid Lynx and 10.10 Maverick Meerkat), use the following commands:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install nautilus-columns

Once installed, it should automatically restart Nautilus but in case it doesn't, manually restart Nautilus using the following command:
nautilus -q

Then go to Edit > Preferences > List Columns and check the columns you want to see. Then navigate to a folder where you have some music files and switch Nautilus to the List View (View > List, or by using the Nautilus Elementary view widget).


Now there's only one thing missing: being able to play the music directly in Nautilus (no, the music preview built into Nautilus is not what I'm looking for).



I've tested the package on both Ubuntu 10.04 and 10.10 32bit. Since it's written in Python, there shouldn't be any issues on 64bit, however note that I didn't test it on 64bit. Update: Zagrux posted a comment below confirming he tested it on 64bit and it works (I was unsure about the dependencies).


Credits for this script: jmdsdf, geb666, Giacomo Bordiga / Ubuntuforums thread.