I have been looking into adding new columns in nautilus to give me information on audio and video such as duration.
I have found this; http://brainstorm.ubuntu.com/idea/5211/
01 - Download the script from http://www.2shared.com/file/7716528/d1676f26/bsc-v2.html to ur desktop
02 - Install the needed dependencies (make sure universe source is enabled “System>Administration>Software Sources>Ubuntu Software tab”)
sudo apt-get install python-nautilus python-mutagen python-pyexiv2
03 - Make a directory in ur home/.nautilus named “python-extensions”
mkdir ~/.nautilus/python-extensions
04 - Copy the script to it (if done graphically, hit ctrl+H to view hidden folders in ur home directory)
cp bsc-v2.py ~/.nautilus/python-extensions
05 - Make the script executable
chmod a+x ~/.nautilus/python-extensions/bsc-v2.py
06 - Close all Nautilus windows
killall nautilus
07 - Relaunch Nautilus
Step #2 is telling me to make sure universe source is enabled “System>Administration>Software Sources>Ubuntu Software tab”
Does this mean the ‘Source Code’ Tab in screenshot #01?
Step #3 is telling me to Make a directory in ur home/.nautilus named “python-extensions”
But I did that and then looked in the folder created above and there was a file telling me that it has been re-created as home/.config/nautilus/python-extensions
I have even done a re-boot but I still get the standard options, screenshot #02
Sorry, I’ve just had another look and it is just ‘chmod’
I’ve also seen that someone is also saying the file ‘bsc-v2.py’ should be in ‘~/.local/share/nautilus-python/extensions folder’ so I’m now completely lost in what I need to do…